llamaindex adapter provides native LlamaIndex components for seamless integration.
Available Tools
The LlamaIndex adapter provides three tools:| Tool | Description |
|---|---|
memvid_put | Store documents in memory with title, label, and text |
memvid_find | Search for relevant documents by query |
memvid_ask | Ask questions with RAG-style answer synthesis |
Using with Agents
- Node.js
- Python
Using as a Query Engine
- Node.js
- Python
Using as a Vector Store (Python)
Chat Engine (Python)
Custom Search Options
Best Practices
- Use read-only mode for retrieval-only applications
- Set appropriate k values based on your context window
- Use hybrid mode for best recall
- Close the memory when done