add caching with chromDB - not a dependency

This commit is contained in:
ishaan-jaff 2023-08-10 13:19:48 -07:00
parent 09fcd88799
commit d80f847fde
6 changed files with 113 additions and 2 deletions

View file

@ -12,10 +12,11 @@ jobs:
name: Install Dependencies
command: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python -m pip install -r .circleci/requirements.txt
pip install infisical
pip install pytest
pip install openai[datalib]
pip install chromadb
# Run pytest and generate JUnit XML report
- run:

View file

@ -0,0 +1,5 @@
# used by CI/CD testing
openai
python-dotenv
openai
tiktoken