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