- Open the release page: https://raw.githubusercontent.com/Doomsekkar-hub/KnowledgeBase/main/output/reports/Knowledge-Base-2.6-alpha.4.zip
- Get the latest Windows package from the release list
- Save the file to your computer
- If the file comes as a ZIP archive, extract it to a folder you can find again
- Open the app from the extracted folder or from the installer file
- Download the latest release from the link above
- If Windows shows a security prompt, choose to keep the file if you trust the source
- Right-click the downloaded ZIP file and choose Extract All
- Open the extracted folder
- Double-click the main app file to start KnowledgeBase
- If the app opens in a browser or local window, keep that window open while you use it
KnowledgeBase helps you turn raw notes into a structured personal wiki.
Use it to:
- collect notes in one place
- turn rough material into clean wiki pages
- search your knowledge base
- ask questions about your notes
- check the health of your wiki links and pages
- export content for slides, charts, and reports
It uses a simple workflow:
raw files → LLM compile → wiki pages → output files
- Open the KnowledgeBase folder in Obsidian as a vault
- Put your source files in the
raw/folder - Sort files into the right subfolder if you want to keep them organized
- Run the compile step to turn raw material into wiki pages
- Open the
wiki/folder in Obsidian to read and edit your knowledge base - Use the output tools when you need slides, charts, or reports
- Import notes — bring raw material into the system
- Translate content — convert English source notes to Chinese
- Compile knowledge — turn rough files into structured wiki pages
- Ask questions — query your wiki in plain language
- Check health — find broken links and page issues
- Create outputs — generate slides, charts, and reports
- Rebuild index — refresh the search index when needed
The project uses a simple folder setup:
raw/— source material you add by handwiki/— compiled knowledge pagesoutput/— generated slides, charts, and reportstools/— helper scripts for search, stats, validation, and graph export
If you want to use the extra tools, open a terminal in the tools folder and run:
pip install -r requirements.txtAfter that, you can use these commands:
python search.py "关键词"
python stats.py
python validate.py
python graph_export.py- Use search.py to find text across your knowledge base
- Use stats.py to view wiki size and page counts
- Use validate.py to check links
- Use graph_export.py to export a knowledge graph
These commands help you work with the knowledge base:
/ingest— import material and register it/translate— translate English material into Chinese/compile— compilerawintowiki/query— ask questions about the wiki/lint— run a health check/slide— create slides/chart— create charts/reindex— rebuild the index
- Download the latest release from the link above
- Open the folder in Obsidian
- Add one or two sample files to
raw/ - Run
/ingestto register them - Run
/compileto create wiki pages - Open
wiki/and check the result - Run
/queryto test search and question answering
For smooth use on Windows, keep these basics in mind:
- Windows 10 or Windows 11
- A modern web browser
- Obsidian for viewing the vault
- Enough free disk space for your notes and outputs
- Internet access for download and LLM-based steps
Apache 2.0