This interface defines the fields required to initialize a query vector store These are the fields part of config:
interface CouchbaseQueryVectorStoreArgsOptions 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 distance strategy to use for vector similarity calculations. Defaults to DOT.
The key to be used for embeddings in the documents. Defaults to "embedding".
The name of the scope within the bucket.
The key to be used for text in the documents. Defaults to "text".