Init

The command below will bootstrap a config file for the application

python -m retrieve_cat.cli.main init -n benefit

Index

Provide a text file and the config created from the previous step, we will create a vector store and store the embeddings.

python -m retrieve_cat.cli.main index -s data/benefits.txt -c benefit.yaml

Chat

We can now chat with the bot about the text digested from the previous step.

python -m retrieve_cat.cli.main chat -c benefit.yaml