Brew 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, Brew empowers users to efficiently manage and retrieve information.
brew-chat-demo.1.mov
Join our community on Discord to connect with other users, share ideas, and get support: Discord Community.
- Install DB: pgvector,don't forget
CREATE EXTENSION vector;
- Create database like 'brew'
- 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
brew-api service -c {your config path}
to start selfhost service.