Documentation v0.6.0

KuraDB

[!NOTE] This README was generated by SKILL, get the ZH version from here.


DROP FILES IN, LET YOUR AGENT SEARCH THEM OUT

Release License


A Go read-only RAG database with drop-in auto-indexing, parallel keyword and semantic search, and MCP tools

Table of Contents

Features

git clone https://github.com/pardnchiu/KuraDB.git && cd KuraDB && make app · Documentation

Architecture

Full Architecture

graph TB
    Inbox[~/Kura_name folder] --> Watcher[File Watcher]
    Watcher --> SQLite[(Per-DB SQLite)]
    SQLite --> Embedder[Embedding Scheduler]
    Embedder --> OpenAI[OpenAI Embedding]
    Embedder --> Vector[Vector Cache]
    HTTP[HTTP API] --> Search[Shared Search Core]
    MCP[MCP stdio / HTTP] --> Search
    Search --> Vector
    Search --> SQLite

License

This project is licensed under the MIT LICENSE.

Author

Just open an issue to share an idea.

kuradb contributors

©️ 2026 邱敬幃 Pardn Chiu

中文