What problem does it solve?
It solves the problem of finding and correctly answering questions from your own documents quickly, without exposing data to external services.
Core Features & Use Cases
- Hybrid semantic + keyword search with boosts: Retrieves relevant chunks by combining vector search with BM25-style keyword matching for exact technical terms.
- On-demand context expansion: Improves grounded answers by reading neighboring semantic chunks when a hit lacks enough surrounding explanation.
- Local ingestion and management: Ingest local files or raw content, update via re-ingest, and manage indexing with list, status, and delete operations.
- PDF-friendly ingestion (including optional visual captions): Optionally extracts figure/table/diagram captions from PDFs using a local VLM for searchable visual content.
Quick Start
Ask the AI to ingest your documents and then query: Ingest api-spec.pdf, then ask: What does the API documentation say about authentication?