dtyago commited on
Commit
1b0d072
1 Parent(s): 7832703

Resolving chromadb dependencies

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  fastapi==0.74.* # Core framework for building APIs.
2
- uvicorn[standard]==0.17.* # ASGI server for FastAPI, supports live reloading.
3
  requests==2.27.* # For making HTTP requests, if needed by your app.
4
  torch==1.11.* # PyTorch, for handling deep learning models.
5
  transformers==4.* # From Hugging Face, for working with pre-trained LLMs.
 
1
  fastapi==0.74.* # Core framework for building APIs.
2
+ uvicorn[standard]==0.18.3 # ASGI server for FastAPI, supports live reloading.
3
  requests==2.27.* # For making HTTP requests, if needed by your app.
4
  torch==1.11.* # PyTorch, for handling deep learning models.
5
  transformers==4.* # From Hugging Face, for working with pre-trained LLMs.