Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Uvicorn dependency #408

Merged
merged 3 commits into from
Aug 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions comps/agent/langchain/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ tavily-python
transformers
transformers[sentencepiece]

uvicorn

# used by document loader
# beautifulsoup4
# easyocr
Expand Down
1 change: 1 addition & 0 deletions comps/asr/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ pydub
shortuuid
torch
transformers
uvicorn
zhconv
1 change: 1 addition & 0 deletions comps/dataprep/milvus/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ sentence_transformers
shortuuid
tiktoken
unstructured[all-docs]==0.11.5
uvicorn
1 change: 1 addition & 0 deletions comps/dataprep/pgvector/langchain/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ python-docx
python-pptx
sentence_transformers
shortuuid
uvicorn
1 change: 1 addition & 0 deletions comps/dataprep/pinecone/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ pymupdf
python-docx
sentence_transformers
shortuuid
uvicorn
1 change: 1 addition & 0 deletions comps/dataprep/qdrant/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ qdrant-client
sentence_transformers
shortuuid
unstructured[all-docs]==0.11.5
uvicorn
1 change: 1 addition & 0 deletions comps/dataprep/redis/langchain_ray/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ ray
redis
sentence_transformers
shortuuid
uvicorn
virtualenv
1 change: 1 addition & 0 deletions comps/dataprep/redis/llama_index/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ python-bidi==0.4.2
redis
sentence_transformers
shortuuid
uvicorn
1 change: 1 addition & 0 deletions comps/embeddings/langchain-mosec/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ opentelemetry-exporter-otlp
opentelemetry-sdk
prometheus-fastapi-instrumentator
shortuuid
uvicorn
1 change: 1 addition & 0 deletions comps/embeddings/langchain/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ opentelemetry-sdk
prometheus-fastapi-instrumentator
sentence_transformers
shortuuid
uvicorn
1 change: 1 addition & 0 deletions comps/embeddings/llama_index/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ opentelemetry-exporter-otlp
opentelemetry-sdk
prometheus-fastapi-instrumentator
shortuuid
uvicorn
1 change: 1 addition & 0 deletions comps/guardrails/pii_detection/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ redis
scikit-learn
sentence_transformers
shortuuid
uvicorn
virtualenv
1 change: 1 addition & 0 deletions comps/guardrails/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ opentelemetry-exporter-otlp
opentelemetry-sdk
prometheus-fastapi-instrumentator
shortuuid
uvicorn
1 change: 1 addition & 0 deletions comps/knowledgegraphs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ redis
sentence-transformers
shortuuid
tiktoken
uvicorn
1 change: 1 addition & 0 deletions comps/llms/faq-generation/tgi/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ opentelemetry-sdk
prometheus-fastapi-instrumentator
shortuuid
transformers
uvicorn
1 change: 1 addition & 0 deletions comps/llms/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ opentelemetry-api
opentelemetry-exporter-otlp
opentelemetry-sdk
shortuuid
uvicorn
1 change: 1 addition & 0 deletions comps/llms/summarization/tgi/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ opentelemetry-sdk
prometheus-fastapi-instrumentator
shortuuid
transformers
uvicorn
1 change: 1 addition & 0 deletions comps/llms/text-generation/native/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ opentelemetry-sdk
prometheus-fastapi-instrumentator
shortuuid
transformers
uvicorn
1 change: 1 addition & 0 deletions comps/llms/text-generation/ollama/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ opentelemetry-sdk
prometheus-fastapi-instrumentator
shortuuid
transformers
uvicorn
1 change: 1 addition & 0 deletions comps/llms/text-generation/tgi/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ opentelemetry-sdk
prometheus-fastapi-instrumentator
shortuuid
transformers
uvicorn
1 change: 1 addition & 0 deletions comps/llms/text-generation/vllm-ray/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ ray[serve]>=2.10
setuptools==69.5.1
shortuuid
transformers
uvicorn
vllm
1 change: 1 addition & 0 deletions comps/llms/text-generation/vllm-xft/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ opentelemetry-exporter-otlp
opentelemetry-sdk
prometheus-fastapi-instrumentator
shortuuid
uvicorn
vllm-xft
1 change: 1 addition & 0 deletions comps/llms/text-generation/vllm/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ opentelemetry-sdk
prometheus-fastapi-instrumentator
shortuuid
transformers
uvicorn
vllm
1 change: 1 addition & 0 deletions comps/lvms/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ prometheus-fastapi-instrumentator
pydantic==2.7.2
pydub
shortuuid
uvicorn
1 change: 1 addition & 0 deletions comps/ragas/tgi/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ prometheus-fastapi-instrumentator
ragas
shortuuid
transformers
uvicorn
1 change: 1 addition & 0 deletions comps/reranks/fastrag/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ opentelemetry-exporter-otlp
opentelemetry-sdk
sentence_transformers
shortuuid
uvicorn
1 change: 1 addition & 0 deletions comps/reranks/langchain-mosec/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ opentelemetry-exporter-otlp
opentelemetry-sdk
prometheus_fastapi_instrumentator
shortuuid
uvicorn
1 change: 1 addition & 0 deletions comps/reranks/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ opentelemetry-sdk
prometheus-fastapi-instrumentator
sentence_transformers
shortuuid
uvicorn
1 change: 1 addition & 0 deletions comps/retrievers/haystack/qdrant/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ pymupdf
qdrant-haystack
sentence_transformers
shortuuid
uvicorn
1 change: 1 addition & 0 deletions comps/retrievers/langchain/milvus/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ python-docx==0.8.11
sentence_transformers
shortuuid
tiktoken
uvicorn
1 change: 1 addition & 0 deletions comps/retrievers/langchain/pgvector/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ psycopg2-binary
pymupdf
sentence_transformers
shortuuid
uvicorn
1 change: 1 addition & 0 deletions comps/retrievers/langchain/redis/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ pymupdf
redis
sentence_transformers
shortuuid
uvicorn
2 changes: 1 addition & 1 deletion comps/retrievers/llamaindex/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ pymupdf
redis
sentence_transformers
shortuuid

uvicorn
1 change: 1 addition & 0 deletions comps/tts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ shortuuid
soundfile
torch
transformers
uvicorn
1 change: 1 addition & 0 deletions comps/web_retrievers/langchain/chroma/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ opentelemetry-sdk
prometheus-fastapi-instrumentator
sentence_transformers
shortuuid
uvicorn
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ prometheus-fastapi-instrumentator
pyyaml
requests
shortuuid
uvicorn