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