Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Document current implementation in gherkin
Browse files Browse the repository at this point in the history
  • Loading branch information
bwilczek committed Apr 5, 2024
1 parent a8e80cc commit b6c1c17
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions features/populate_knowledge_base.feature
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b6c1c17

Please sign in to comment.