mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-24 20:09:01 +00:00
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:
committed by
GitHub
parent
3ce0587199
commit
893942651b
@@ -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.
|
||||
|
Reference in New Issue
Block a user