Skip to content

Commit a6447ce

Browse files
authored
Merge pull request #19 from hutomadotAI/pedrotei/kb-store
Add knowledge base store for console and emb
2 parents de9281a + 4de41d0 commit a6447ce

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docker-compose_template.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ volumes:
66
boticon_store:
77
log_fluent_store:
88
emb_store:
9+
kb_store:
910

1011
services:
1112

@@ -73,6 +74,8 @@ services:
7374
web-dev_console2:
7475
image: $IMAGE_WEB_CONSOLE
7576
command: kubernetes/deployments/start.sh
77+
volumes:
78+
- kb_store:/kb
7679
depends_on:
7780
- api-svc
7881
environment:

emb_service.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
volumes:
1414
- emb_store:/ai
1515
- "./emb_logging.yml:/src/logging.yaml"
16+
- kb_store:/kb
1617
environment:
1718
- AI_LANGUAGE={LANG_SUBST}
1819
- AI_TRAINING_ENABLED=1

0 commit comments

Comments
 (0)