The name of the bucket in the Couchbase cluster.
The Couchbase cluster that the store will interact with.
The name of the collection within the scope.
The name of the index to be used for vector search.
The name of the scope within the bucket.
Optional
addOptions for adding vectors with specific id/metadata
Optional
embeddingThe key to be used for embeddings in the documents. Defaults to "embedding".
Optional
scopedWhether to use a scoped index for vector search. Defaults to true.
Optional
textThe key to be used for text in the documents. Defaults to "text".
Generated using TypeDoc
This interface defines the fields required to initialize a vector store These are the fields part of config: