ⓘTitle search. Matches your text against article titles (full-text index) — fast exact/prefix lookup. Use it when you know the name. Press Enter.ⓘAsk (RAG). Type a natural-language question: it retrieves relevant passages and a local LLM writes a cited answer. The graph box expands along links first, so multi-hop questions are grounded in the link chain.vectorgraph
How are these connected?ⓘConnect. Finds the shortest path of links between two articles — pure graph traversal over the 448M-edge adjacency. Great for “how is X related to Y?”.graph→
Semantic searchⓘSemantic search. Finds articles by meaning (vector similarity), then prunes by relational filters (inbound links / length / category). Semantic first, filter second.vectorrelational
Tri-modalⓘTri-modal search. All three TriDB legs in one query: seed by meaning, walk the link graph out of those seeds, then filter — the reader-side mirror of the engine's tjs_open. Results tag their provenance (meaning / linked / both).vectorgraphrelational