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