mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
fix redisvl==0.5.1
This commit is contained in:
parent
e5370566fa
commit
c6091ebbf2
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ gunicorn==23.0.0 # server dep
|
|||
uvloop==0.21.0 # uvicorn dep, gives us much better performance under load
|
||||
boto3==1.34.34 # aws bedrock/sagemaker calls
|
||||
redis==5.2.1 # redis caching
|
||||
ml-dtypes==0.5.2 # for redis semantic caching
|
||||
redisvl==0.5.1 # semantic caching
|
||||
prisma==0.11.0 # for db
|
||||
mangum==0.17.0 # for aws lambda functions
|
||||
pynacl==1.5.0 # for encrypting keys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue