Update AI bot instructions

Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
Artem Savchenko
2026-01-13 20:45:36 +07:00
parent 15a054292b
commit 5dc48ec6f9
2 changed files with 15 additions and 1 deletions
+4 -1
View File
@@ -504,7 +504,10 @@ Huly provides AI-powered chatbot that provides several services:
- live translations for virtual office voice and video chats
1. Set up OpenAI account
2. Add `aibot` container to the docker-compose.yaml
2. Enable MongoDB service (required by aibot):
- Uncomment the `mongodb` service in `compose.yml`
- MongoDB is used by the aibot service for storing conversation data
3. Add `aibot` container to the docker-compose.yaml
```yaml
aibot:
+11
View File
@@ -88,6 +88,16 @@ services:
networks:
- huly_net
# mongodb:
# image: mongo:7-jammy
# container_name: mongodb
# restart: unless-stopped
# volumes:
# - ${VOLUME_MONGO_PATH:-mongodb}:/data/db
# networks:
# - huly_net
# # Required by aibot and calendar services
rekoni:
image: hardcoreeng/rekoni-service:${HULY_VERSION}
environment:
@@ -235,6 +245,7 @@ volumes:
cr_data:
cr_certs:
redpanda:
mongodb:
networks:
huly_net: