System of recommendations from architectural bureaus based on a multi-agent environment
- After downloading the repository, you need to configure the files:
.chromadb
CHROMA_SERVER_AUTH_CREDENTIALS="test-token" CHROMA_SERVER_AUTH_PROVIDER="chromadb.auth.token_authn.TokenAuthenticationServerProvider" CHROMA_AUTH_TOKEN_TRANSPORT_HEADER="Authorization"
.env
OPENAI_API_KEY="sk-proj-..." TG_TOKEN="..."
- Run the following command:
docker compose up -d --build
-
Go to the address for the API documentation
http://0.0.0.0:8001/redoc
orhttp://0.0.0.0:8001/docs
-
Use your telegram bot for testing.
Copyright © 2024 dsuhoi.
This project is MIT licensed.