Couchbase
Distributed NoSQL database with vector search capabilities.Setup
Docker
Quick Start (Agent with Knowledge)
Use Couchbase as a knowledge store with an agent:Advanced Usage (Direct Store)
Configuration
| Option | Description |
|---|---|
connection_string | Couchbase connection string |
username | Couchbase username |
password | Couchbase password |
bucket_name | Bucket name |
scope_name | Scope name (default: _default) |
collection_name | Collection name (default: vectors) |
index_name | Vector search index name |
embedding_dim | Embedding dimension (default: 1536) |
Vector Search Index
Create a vector search index via Couchbase UI or API:Best For
- High-performance distributed deployments
- Multi-model database needs
- Edge computing scenarios

