Install dependencies.
#Ahmed: This will be updated in future commits
pip install -r requirements.txt
Create the Chroma DB.
python create_database.py
Query the Chroma DB.
python query_data.py "What is Abdestar favorite color?"
- Set up OPENAI_API_KEY as environment variable for this to work !