Vector retrieval
A serious evidence layer for large multimodal corpora
EigenVertex parses, understands, chunks and embeds documents into Qdrant, while keeping metadata, locators, authors, page labels and source provenance available for search and citation.
Wiki LM
A persistent knowledge wiki above the chunk layer
The wiki compiler turns papers and documents into durable pages, claims and typed relations. It gives the assistant a stable memory of the corpus instead of forcing every answer to start from raw chunks.
GraphKnowledge
A graph projection for navigation and GraphRAG
GraphKnowledge exposes concepts, papers, methods and relations as a traversable graph. It complements vector search for discovery, comparison, corpus cartography and graph-guided answers.
How it works
From raw sources to grounded answers
- Create a workspace for a corpus, project, client or research topic.
- Import PDFs, Office files, web pages, notes, images, audio or video.
- Process and chunk the sources into searchable, cited evidence.
- Compile wiki pages and GraphKnowledge when the corpus becomes large.
- Ask questions through chat, native APIs or the OpenAI-compatible facade.
Search modes
Vector, hybrid and graph search live side by side
Vector search is the reliable evidence default. Hybrid search combines wiki and graph hints
with Qdrant retrieval. Graph search navigates the structured knowledge layer directly. The
right mode depends on whether the user needs precise evidence, broad research or corpus
cartography.
Vector Hybrid Graph Fast Balanced Thorough
Use cases
Built for corpora that deserve more than a generic LLM prompt
- Scientific literature review and expert corpus exploration
- Private company knowledge bases with traceable answers
- Developer-facing RAG APIs and OpenAI-compatible assistants
- Meeting intelligence from audio plus supporting documents
- Corpus maps, knowledge graphs and source-aware synthesis
Developer path
Start in the console, integrate through the API
The console is the reference application: ingest, monitor, search, chat, build the wiki and
inspect graphs. The API is the production surface: workspaces, documents, conversations,
queries, GraphRAG, SSE progress and OpenAI-compatible chat completions.