File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ test.beforeEach(async (ctx) => {
3636 const clientArgs = {
3737 client : new Client ( {
3838 node : `http://${ params . elastic_host } :${ params . elastic_port } `
39- } )
39+ } ) ,
40+ indexName : 'test_langchain_aws_vectorstore'
4041 }
4142 const { ElasticVectorSearch } = require ( '@langchain/community/vectorstores/elasticsearch' )
4243
Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ test.beforeEach(async (ctx) => {
3434 const clientArgs = {
3535 client : new Client ( {
3636 node : `http://${ params . elastic_host } :${ params . elastic_port } `
37- } )
37+ } ) ,
38+ indexName : 'test_langchain_openai_vectorstore'
3839 }
3940 const { ElasticVectorSearch } = require ( '@langchain/community/vectorstores/elasticsearch' )
4041
You can’t perform that action at this time.
0 commit comments