Vector Store
Vector Store integration is coming soon. This page will be updated when the feature is available.
Planned capabilities
- Connect to popular vector databases (Pinecone, Weaviate, Chroma, etc.)
- Configure collection name, top-K results, and similarity threshold
- Automatically inject retrieved context into the LLM’s prompt
- Use in combination with MCP servers and Exa search
Parameters (planned)
| Parameter | Type | Description |
|---|---|---|
collectionName | string | The vector database collection to query |
topK | enum | Number of results to retrieve: 1, 3, 5, or 10 |
similarityThreshold | string | Minimum similarity score for results |