Chunk the information
Load the knowledge base
- Performing a vector similarity search to find semantically similar content.
- Conducting a keyword-based search to identify exact or close matches.
- Combining the results using a weighted approach to provide the most relevant information.
⚡ Asynchronous Operations
Several vector databases support asynchronous operations, offering improved performance through non-blocking operations, concurrent processing, reduced latency, and seamless integration with FastAPI and async agents.
Supported Vector Databases
The following VectorDb are currently supported:- Cassandra
- ChromaDb
- Clickhouse
- Couchbase*
- LanceDb*
- Milvus
- MongoDb
- Azure Cosmos MongoDB
- PgVector*
- Pinecone*
- Qdrant
- Singlestore
- SurrealDB
- Weaviate