gmpetrov / databerry
- понедельник, 31 июля 2023 г. в 00:00:06
The no-code platform for building custom LLM Agents
Chaindesk provides a user-friendly solution to quickly setup a semantic search system over your personal data without any technical knowledge.
Inspired by the ChatGPT Retrieval Plugin.
Minimum requirements to run the projects locally
cp .dev/databerry/app.env.example .dev/databerry/app.env
# Add your own OPENAI_API_KEY
pnpm docker:compose up
# Alternatively run app and services separately
pnpm docker:compose:deps up
pnpm docker:compose:app up
# create s3 bucket
# go to http://localhost:9090 and create bucket databerry-dev
# set bucket access policy to public
# might need to add 127.0.0.1 minio to /etc/hosts in order to access public s3 files through http://minio...
# Dev emails inbox (maildev)
# visit http://localhost:1080
You can fully rebuild dockers with :
pnpm docker:compose up --build