forked from phoenix/litellm-mirror
(fix) add redisvl==0.0.7
This commit is contained in:
parent
e0d5c953d6
commit
fb1212ac82
2 changed files with 3 additions and 1 deletions
|
@ -10,4 +10,5 @@ anthropic
|
|||
boto3
|
||||
orjson
|
||||
pydantic
|
||||
google-cloud-aiplatform
|
||||
google-cloud-aiplatform
|
||||
redisvl==0.0.7 # semantic caching
|
|
@ -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.3.2 # for vertex ai calls
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue