Skip to content

Commit e56495e

Browse files
committed
Deprecate CouchbaseVectorStore and create CouchbaseSearchVectorStore
1 parent 26d3b0d commit e56495e

File tree

2 files changed

+649
-4
lines changed

2 files changed

+649
-4
lines changed

libs/langchain-community/src/vectorstores/couchbase.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,7 @@ type CouchbaseVectorStoreFilter = {
6363
};
6464

6565
/**
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.
66+
* @deprecated Use CouchbaseSearchVectorStore instead. This class will be removed in a future release.
7067
*/
7168
export class CouchbaseVectorStore extends VectorStore {
7269
declare FilterType: CouchbaseVectorStoreFilter;

0 commit comments

Comments
 (0)