Skip to main content

Couchbase

Couchbase is an award-winning distributed NoSQL cloud database that delivers unmatched versatility, performance, scalability, and financial value for all of your cloud, mobile, AI, and edge computing applications.

Installation and Setup​

We have to install the langchain-couchbase package.

pip install langchain-couchbase

Vector Store​

See a usage example.

from langchain_couchbase import CouchbaseVectorStore
API Reference:CouchbaseVectorStore

Document loader​

See a usage example.

from langchain_community.document_loaders.couchbase import CouchbaseLoader
API Reference:CouchbaseLoader

Was this page helpful?


You can also leave detailed feedback on GitHub.