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 Infra2026

Ingests and normalizes security telemetry, runs multi-model AI agents to produce replayable investigations and automated triage/response; key features include a step-by-step Investigation Ledger, CI-gated eval harness, and self-hostable deployments.

GitHub
AI Agent2026

Runs shared, self-hosted AI agents in isolated Kubernetes sandboxes accessible from Slack or an API. Provides durable workflows, reusable tool plugins, and network-edge credential injection (iron-proxy) so agents can execute real work securely and audibly for teams.

GitHub
AI Infra2026

Routes LLM API traffic across providers by translating OpenAI, Anthropic, and OpenAI Responses formats, and orchestrates multi-backend routing with typed algorithms and Prometheus metrics. A Rust proxy/library offering launcher, standalone server, and embeddable routing components; experimental (pre-alpha).