Vector Store API
Configure the vector storage backend for the knowledge base.Flag
Available Stores
| Name | Description | Requirements |
|---|---|---|
memory | In-memory store | None (built-in) |
chroma | ChromaDB | pip install chromadb |
pinecone | Pinecone | pip install pinecone-client |
qdrant | Qdrant | pip install qdrant-client |
weaviate | Weaviate | pip install weaviate-client |
Usage
With Query Command
With Add Command
Environment Variables
Some stores require API keys:Examples
In-Memory Store (Testing)
ChromaDB (Local Persistence)
Cloud Stores
See Also
- Vector Store Module - SDK documentation

