logo
icon

Brew

brew.re, AI base rag service

平台Zeabur
部署次數1
發布者holdno
部署次數1
發布者holdno
建立於2024-11-22
模板內的服務
service icon
service icon
service icon
標籤
APIWebsite

GitHub Actions Workflow Status GitHub Tag GitHub commit activity

Discord X (formerly Twitter) Follow

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.

https://github.com/user-attachments/assets/78751333-e02f-482d-b2da-12d0ea59a66c

Community

Join our community on Discord to connect with other users, share ideas, and get support: Discord Community.

Install

Databases

  • Install DB: pgvector,don't forget CREATE EXTENSION vector;
  • Create database like 'brew'
  • Execute create table sqls via /internal/store/sqlstore/*.sql

Service

  • 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.

Web