Skip to content

Commit

Permalink
Use collection name instead indexName for key
Browse files Browse the repository at this point in the history
  • Loading branch information
JJK801 committed Oct 26, 2024
1 parent d1f024f commit b4d30a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class Couchbase_VectorStores implements INode {
options: {
cleanup: recordManager?.cleanup,
sourceIdKey: recordManager?.sourceIdKey ?? 'source',
vectorStoreName: [bucketName, scopeName, indexName].join('_')
vectorStoreName: [bucketName, scopeName, collectionName].join('_')
}
})

Expand Down

0 comments on commit b4d30a2

Please sign in to comment.