From b6c1c17864385fe9ad76e53f7d65538aaaf69419 Mon Sep 17 00:00:00 2001 From: Bartek Wilczek Date: Fri, 5 Apr 2024 19:47:34 +0200 Subject: [PATCH] Document current implementation in gherkin --- features/populate_knowledge_base.feature | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 features/populate_knowledge_base.feature diff --git a/features/populate_knowledge_base.feature b/features/populate_knowledge_base.feature new file mode 100644 index 00000000..911a318d --- /dev/null +++ b/features/populate_knowledge_base.feature @@ -0,0 +1,7 @@ +Feature: Populate knowledge base + + Scenario: CLI commands invocation pulls data from Confluence and saves it in vector database + Given Confluence and OpenAI stubs are in place + When I run CLI command + Then documents are stored in SQL database + And binary document representations are stored in vector database