Documentation

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


A READ-ONLY RAG DATABASE SERVICE — DROP FILES, SEARCH INSTANTLY

Release License


A Go RAG database service with dual keyword and semantic search, filesystem watcher auto-indexing, and OpenAI embedding vector cache

Table of Contents

Features

go install github.com/agenvoy/kuradb/cmd/app@latest · Documentation

Architecture

Full Architecture

graph TB
    Client[Client] --> API[HTTP API]
    API --> Health[Health Check]
    API --> List[Database List]
    API --> Semantic[Semantic Search]
    API --> Keyword[Keyword Search]
    Watcher[File Watcher] --> Parser[File Parser]
    Parser --> SQLite[(SQLite)]
    SQLite --> Embedder[OpenAI Embedding]
    Embedder --> Vector[Vector Cache]
    Vector --> Semantic
    SQLite --> Keyword

License

This project is licensed under the MIT LICENSE.

Author

邱敬幃 Pardn Chiu

hi@pardn.io
https://www.linkedin.com/in/pardnchiu


©️ 2026 邱敬幃 Pardn Chiu

中文