docs: Update couchbase vector store docs (#30710)

-  **Update LangChain-Couchbase documentation**
- Rename `CouchbaseVectorStore` in favor of `CouchbaseSearchVectorStore`

- [x] **Lint and test**
This commit is contained in:
Nithish Raghunandanan
2025-04-08 00:45:14 +02:00
committed by GitHub
parent 3ce0587199
commit 893942651b
5 changed files with 193 additions and 47 deletions

View File

@@ -15,7 +15,7 @@ if TYPE_CHECKING:
@deprecated(
since="0.2.4",
removal="1.0",
alternative_import="langchain_couchbase.CouchbaseVectorStore",
alternative_import="langchain_couchbase.CouchbaseSearchVectorStore",
)
class CouchbaseVectorStore(VectorStore):
"""`Couchbase Vector Store` vector store.