We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d3b0d commit e56495eCopy full SHA for e56495e
libs/langchain-community/src/vectorstores/couchbase.ts
@@ -63,10 +63,7 @@ type CouchbaseVectorStoreFilter = {
63
};
64
65
/**
66
- * Class for interacting with the Couchbase database. It extends the
67
- * VectorStore class and provides methods for adding vectors and
68
- * documents, and searching for similar vectors.
69
- * Initiate the class using initialize() method.
+ * @deprecated Use CouchbaseSearchVectorStore instead. This class will be removed in a future release.
70
*/
71
export class CouchbaseVectorStore extends VectorStore {
72
declare FilterType: CouchbaseVectorStoreFilter;
0 commit comments