Frameworks
LangChain
Use VectorAI DB as a vector store in LangChain for RAG pipelines, similarity search, and retriever-based chains. Supports sync and async operations.
LlamaIndex
Build RAG applications and query engines with VectorAI DB as the storage backend in LlamaIndex.
How integrations work
All integrations follow the same pattern:- Generate embeddings — Use an embedding provider (such as OpenAI or Cohere) to convert your data into vectors.
- Store in VectorAI DB — Insert vectors into a collection with optional metadata payloads.
- Search — Query with a vector to find semantically similar results, with optional metadata filtering.
Quick reference
| Integration | Type | Use case |
|---|---|---|
| LangChain | Framework | RAG pipelines, retriever chains, similarity search with document abstractions |
| LlamaIndex | Framework | Query engines, data agents, and RAG applications |