# Couchbase >[Couchbase](http://couchbase.com/) 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 `couchbase`package. ```bash pip install couchbase ``` ## Document loader See a [usage example](/docs/integrations/document_loaders/couchbase). ```python from langchain_community.document_loaders.couchbase import CouchbaseLoader ```