Quka is a lightweight and user-friendly Retrieval-Augmented Generation (RAG) system designed to help you build your own second brain. With its fast and easy-to-use interface. Archive Results, Fuel Future Creation.

Partnership with llmapis.com - Discover more AI tools and resources
Join our community on Discord to connect with other users, share ideas, and get support: Discord Community.
Thanks:
Made with contrib.rocks.
- Install DB: pgvector,don't forget
CREATE EXTENSION vector; - Create database like 'quka'
- Execute create table sqls via
/internal/store/sqlstore/*.sql
- Clone & go build cmd/main.go
- Copy default config(cmd/service/etc/service-default.toml) to your config path
quka service -c {your config path}to start selfhost service.
