From 5dc48ec6f9ca153b1e43533ab19b9dba9489b2fd Mon Sep 17 00:00:00 2001 From: Artem Savchenko Date: Tue, 13 Jan 2026 20:45:36 +0700 Subject: [PATCH] Update AI bot instructions Signed-off-by: Artem Savchenko --- README.md | 5 ++++- compose.yml | 11 +++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ff0881..bfb12aa 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/compose.yml b/compose.yml index 483963d..ff21be5 100644 --- a/compose.yml +++ b/compose.yml @@ -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: