mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-14 07:07:34 +00:00
docs: couchbase partner package (#22757)
This commit is contained in:
parent
76a193decc
commit
d92f2251c8
@ -24,6 +24,7 @@ These providers have standalone `langchain-{provider}` packages for improved ver
|
|||||||
- [Anthropic](/docs/integrations/platforms/anthropic)
|
- [Anthropic](/docs/integrations/platforms/anthropic)
|
||||||
- [Astra DB](/docs/integrations/providers/astradb)
|
- [Astra DB](/docs/integrations/providers/astradb)
|
||||||
- [Cohere](/docs/integrations/providers/cohere)
|
- [Cohere](/docs/integrations/providers/cohere)
|
||||||
|
- [Couchbase](/docs/integrations/providers/couchbase)
|
||||||
- [Elasticsearch](/docs/integrations/providers/elasticsearch)
|
- [Elasticsearch](/docs/integrations/providers/elasticsearch)
|
||||||
- [Exa Search](/docs/integrations/providers/exa_search)
|
- [Exa Search](/docs/integrations/providers/exa_search)
|
||||||
- [Fireworks](/docs/integrations/providers/fireworks)
|
- [Fireworks](/docs/integrations/providers/fireworks)
|
||||||
|
@ -6,12 +6,19 @@
|
|||||||
|
|
||||||
## Installation and Setup
|
## Installation and Setup
|
||||||
|
|
||||||
We have to install the `couchbase`package.
|
We have to install the `langchain-couchbase` package.
|
||||||
|
|
||||||
```bash
|
```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
|
## Document loader
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user