docs: couchbase partner package (#22757)

pull/22683/head^2
Erick Friis 4 months ago committed by GitHub
parent 76a193decc
commit d92f2251c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -24,6 +24,7 @@ These providers have standalone `langchain-{provider}` packages for improved ver
- [Anthropic](/docs/integrations/platforms/anthropic)
- [Astra DB](/docs/integrations/providers/astradb)
- [Cohere](/docs/integrations/providers/cohere)
- [Couchbase](/docs/integrations/providers/couchbase)
- [Elasticsearch](/docs/integrations/providers/elasticsearch)
- [Exa Search](/docs/integrations/providers/exa_search)
- [Fireworks](/docs/integrations/providers/fireworks)

@ -6,12 +6,19 @@
## Installation and Setup
We have to install the `couchbase`package.
We have to install the `langchain-couchbase` package.
```bash
pip install couchbase
pip install langchain-couchbase
```
## Vector Store
See a [usage example](/docs/integrations/vectorstores/couchbase).
```python
from langchain_couchbase import CouchbaseVectorStore
```
## Document loader

Loading…
Cancel
Save