Skip to content

Commit a88d637

Browse files
committed
Adjust train_list param
1 parent c3c1b18 commit a88d637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/langchain-community/src/vectorstores/couchbase_query.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ export class CouchbaseQueryVectorStore extends VectorStore {
608608
indexParams.scan_nprobes = indexScanNprobes;
609609
}
610610
if (indexTrainlist) {
611-
indexParams.trainlist = indexTrainlist;
611+
indexParams.train_list = indexTrainlist;
612612
}
613613

614614
// Add the text field to the fields if empty or if it is not present

0 commit comments

Comments
 (0)