(fix) add redisvl==0.0.7

This commit is contained in:
ishaan-jaff 2024-02-06 09:30:45 -08:00
parent 70a895329e
commit c4e73768cf
2 changed files with 3 additions and 1 deletions

View file

@ -11,3 +11,4 @@ boto3
orjson
pydantic
google-cloud-aiplatform
redisvl==0.0.7 # semantic caching

View file

@ -9,6 +9,7 @@ uvicorn==0.22.0 # server dep
gunicorn==21.2.0 # server dep
boto3==1.28.58 # aws bedrock/sagemaker calls
redis==4.6.0 # caching
redisvl==0.0.7 # semantic caching
prisma==0.11.0 # for db
mangum==0.17.0 # for aws lambda functions
google-generativeai==0.1.0 # for vertex ai calls