AIAny
AI Infra2026
Icon for item

OpenKB

Compiles raw documents into a persistent, interlinked Markdown wiki that LLMs can query; uses PageIndex for vectorless, reasoning-based retrieval of long documents, supports native multi-modality, bundled web Workbench, and skill distillation.

Introduction

OpenKB compiles documents into a maintained knowledge wiki so knowledge accumulates instead of being re-derived on every query. The core insight is swapping per-query RAG rediscovery for a persistent, LLM-compiled wiki that is kept in sync and enriched as you add sources — making multi-document synthesis, entity pages, and grounded answers far easier to produce consistently.

What Sets It Apart
  • Persistent wiki compilation: documents are converted into summaries, concept pages, and entity pages that persist on disk as Markdown with cross-links, so later queries read the compiled knowledge rather than re-ingesting raw files.
  • Vectorless, long-document retrieval: PageIndex builds hierarchical tree indexes for long PDFs and lets LLMs reason over the index rather than relying on dense embeddings or a vector DB, improving context-aware retrieval for large documents.
  • Native multi-modality & tooling: extracts figures/tables/images, offers a bundled Knowledge Workbench web UI, Obsidian-compatible wiki files, and a Skill Factory that distills redistributable agent skills from the wiki for other agent runtimes.
Who It's For & Trade-offs

Great fit if you need a reproducible, on-disk knowledge substrate for research or documentation workflows — teams that want synthesized summaries, cross-document concepts, and an easy Obsidian/CLI-first experience. It excels when you want long-document reasoning without managing a vector DB and when you plan to generate agent skills from curated corpora.

Look elsewhere if you require a managed hosted knowledge service, rely heavily on embeddings-based semantic search tied to a cloud vector store, or need a turnkey SaaS with built-in user access controls out of the box. OpenKB depends on an external LLM provider for compilation and thus inherits costs and governance considerations tied to your chosen model provider.

Information

  • Websitegithub.com
  • OrganizationsVectifyAI, PageIndex
  • AuthorsKylin, Ray
  • Published date2026/04/04

Categories

More Items

GitHub
AI Infra2025

Measures generative AI inference performance with token-level metrics (TTFT, inter-token latency), latency, and throughput under realistic traffic patterns. Provides a multiprocess engine, real-time TUI dashboard, extensible plugins, and integrations for telemetry and result uploads, aimed at inference benchmarking and capacity planning.

GitHub
AI Train2019

Train and experiment with multi-billion to trillion-parameter transformer models on large GPU clusters using GPU-optimized building blocks and reference training scripts; offers advanced parallelism and mixed-precision support for research teams and ML engineers.

GitHub

Indexes full text of visited web pages and local files on a self‑hosted server so you can search your personal knowledge from a web UI, terminal, CLI, or an AI assistant. Runs without mandatory telemetry, offers a browser extension for automatic capture, and supports optional semantic search via a configurable embeddings endpoint.