You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,13 +26,13 @@ OpenKB has two layers: a **wiki foundation** that compiles and maintains your kn
26
26
27
27
### Features
28
28
29
-
-**Broad format support:** PDF, Word, Markdown, PowerPoint, HTML, Excel, CSV, text, URLs, and more
30
-
-**Scale to long documents:** Long and complex documents are handled via [PageIndex](https://github.com/VectifyAI/PageIndex) tree indexing, enabling accurate, vectorless context-aware retrieval
31
-
-**Native multi-modality:** Retrieves and understands figures, tables, and images, not just text
32
-
-**Compiled Wiki:** LLM compiles your documents into summaries, concept pages, entity pages, and cross-links, all kept in sync
33
-
-**Query & Chat:** One-off questions or multi-turn conversations over your wiki, with persisted sessions you can resume
34
-
-**Skill Factory:**Distill redistributable agent skills from your wiki
35
-
-**Obsidian compatible:** Wiki is plain `.md` files with `[[wikilinks]]`. Open in Obsidian for graph view and browsing
29
+
-**Broad format support:** PDF, Word, Markdown, PowerPoint, HTML, Excel, CSV, text, URLs, and more.
30
+
-**Scale to long documents:** Long and complex documents are handled via [PageIndex](https://github.com/VectifyAI/PageIndex) tree indexing, enabling accurate, vectorless context-aware retrieval.
31
+
-**Native multi-modality:** Retrieves and understands figures, tables, and images, not just text.
32
+
-**Compiled Wiki:**The LLM compiles your documents into summaries, concept pages, entity pages, and cross-links, all kept in sync.
33
+
-**Query & Chat:** One-off questions or multi-turn conversations over your wiki, with persisted sessions you can resume.
34
+
-**Skill Factory:**Distills redistributable agent skills from your wiki.
35
+
-**Obsidian compatible:** Wiki is plain `.md` files with `[[wikilinks]]`. Open in Obsidian for graph view and browsing.
36
36
37
37
# 🚀 Getting Started
38
38
@@ -162,7 +162,7 @@ OpenKB commands fall into two layers: the **wiki foundation** (compile + manage
162
162
| Command | Description |
163
163
|---|---|
164
164
|`openkb init`| Initialize a new knowledge base (interactive) |
165
-
| <code>openkb add <file_or_dir_or_URL></code> | Add files, directories, or URLs and compile to wiki. URL content type (PDF or HTML) is auto-detected |
165
+
| <code>openkb add <file_or_dir_or_URL></code> | Add files, directories, or URLs and compile to wiki. The URL content type (PDF or HTML) is auto-detected.|
166
166
|`openkb list`| List indexed documents and concepts |
167
167
|`openkb status`| Show knowledge base stats |
168
168
|`openkb watch`| Watch `raw/` and auto-compile new files |
@@ -241,7 +241,7 @@ Inside a chat, type `/` to access slash commands (Tab to complete).
241
241
242
242
### 🛠 Skill Factory — *Drop in a book; out comes a digital expert.*
243
243
244
-
The newest generator. `openkb skill new` distills an [agent skill](https://docs.claude.com/en/docs/build-with-claude/skills) from any subset of your wiki, a portable folder that major agents (Claude Code, Codex, etc.) install and load natively. Drop in a book's worth of papers; out comes a specialist that other agents can call on.
244
+
The newest generator. `openkb skill new` distills an [agent skill](https://docs.claude.com/en/docs/build-with-claude/skills) from any subset of your wiki, a portable folder that major agents (Claude Code, Codex, etc.) can install and load natively. Drop in a book's worth of papers; out comes a specialist that other agents can call on.
0 commit comments