diff --git a/comps/agent/langchain/requirements.txt b/comps/agent/langchain/requirements.txt index ab3ff0c6b..428d486c9 100644 --- a/comps/agent/langchain/requirements.txt +++ b/comps/agent/langchain/requirements.txt @@ -1,46 +1,23 @@ -# used by microservice -docarray[full] - -#used by tools -duckduckgo-search -fastapi -huggingface_hub -langchain -langchain-huggingface -langchain-openai -langchain_community -langchainhub -langgraph -langsmith -numpy - -# used by cloud native -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -pandas -prometheus_fastapi_instrumentator -pyarrow -pydantic #==1.10.13 -shortuuid -tavily-python - -# used by agents -transformers -transformers[sentencepiece] - -uvicorn - -# used by document loader -# beautifulsoup4 -# easyocr -# Pillow -# pymupdf -# python-docx - -# used by embedding -# sentence_transformers - -# used by Ray -# ray -# virtualenv +docarray[full]==0.40.0 +duckduckgo-search==6.2.12 +fastapi==0.115.0 +huggingface-hub==0.25.0 +langchain==0.3.0 +langchain-community==0.3.0 +langchain-huggingface==0.1.0 +langchain-openai==0.2.0 +langchainhub==0.1.21 +langgraph==0.2.22 +langsmith==0.1.123 +numpy==1.26.4 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +pandas==2.2.2 +prometheus-fastapi-instrumentator==7.0.0 +pyarrow==17.0.0 +pydantic==2.9.2 +shortuuid==1.0.13 +tavily-python==0.5.0 +transformers[sentencepiece]==4.44.2 +uvicorn==0.30.6 diff --git a/comps/asr/whisper/requirements.txt b/comps/asr/whisper/requirements.txt index def6a51b8..70b827c50 100644 --- a/comps/asr/whisper/requirements.txt +++ b/comps/asr/whisper/requirements.txt @@ -1,13 +1,13 @@ -datasets -docarray[full] -fastapi -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -prometheus-fastapi-instrumentator +datasets==3.0.0 +docarray[full]==0.40.0 +fastapi==0.115.0 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +prometheus-fastapi-instrumentator==7.0.0 pydantic==2.7.2 -pydub -shortuuid -transformers -uvicorn -zhconv +pydub==0.25.1 +shortuuid==1.0.13 +transformers==4.44.2 +uvicorn==0.30.6 +zhconv==1.4.3 diff --git a/comps/dataprep/milvus/langchain/requirements.txt b/comps/dataprep/milvus/langchain/requirements.txt index 53e2e73ca..bf598c6d0 100644 --- a/comps/dataprep/milvus/langchain/requirements.txt +++ b/comps/dataprep/milvus/langchain/requirements.txt @@ -1,29 +1,29 @@ -beautifulsoup4 -cairosvg -docarray[full] -docx2txt -easyocr -fastapi -huggingface_hub -langchain -langchain-community -langchain-text-splitters -langchain_milvus -markdown -numpy -openai -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -pandas -Pillow -prometheus-fastapi-instrumentator -pymupdf -pyspark -python-docx -python-pptx -sentence_transformers -shortuuid -tiktoken +beautifulsoup4==4.12.3 +cairosvg==2.7.1 +docarray[full]==0.40.0 +docx2txt==0.8 +easyocr==1.7.1 +fastapi==0.115.0 +huggingface-hub==0.25.0 +langchain==0.3.0 +langchain-community==0.3.0 +langchain-milvus==0.1.5 +langchain-text-splitters==0.3.0 +markdown==3.7 +numpy==1.26.4 +openai==1.46.1 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +pandas==2.2.2 +pillow==10.4.0 +prometheus-fastapi-instrumentator==7.0.0 +pymupdf==1.24.10 +pyspark==3.5.2 +python-docx==1.1.2 +python-pptx==1.0.2 +sentence-transformers==3.1.1 +shortuuid==1.0.13 +tiktoken==0.7.0 unstructured[all-docs]==0.15.7 -uvicorn +uvicorn==0.30.6 diff --git a/comps/dataprep/multimodal/redis/langchain/requirements.txt b/comps/dataprep/multimodal/redis/langchain/requirements.txt index b368bb233..98abb6bef 100644 --- a/comps/dataprep/multimodal/redis/langchain/requirements.txt +++ b/comps/dataprep/multimodal/redis/langchain/requirements.txt @@ -1,19 +1,19 @@ -docarray[full] -fastapi -langchain -langchain-community -moviepy -openai-whisper -opencv-python -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -Pillow -prometheus-fastapi-instrumentator -pydantic -python-multipart -redis -shortuuid -transformers -uvicorn -webvtt-py +docarray[full]==0.40.0 +fastapi==0.115.0 +langchain==0.3.0 +langchain-community==0.3.0 +moviepy==1.0.3 +openai-whisper==20231117 +opencv-python==4.10.0.84 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +pillow==10.4.0 +prometheus-fastapi-instrumentator==7.0.0 +pydantic==2.9.2 +python-multipart==0.0.9 +redis==5.0.8 +shortuuid==1.0.13 +transformers==4.44.2 +uvicorn==0.30.6 +webvtt-py==0.5.1 diff --git a/comps/dataprep/neo4j/langchain/requirements.txt b/comps/dataprep/neo4j/langchain/requirements.txt index b8326a623..cceb8daf3 100644 --- a/comps/dataprep/neo4j/langchain/requirements.txt +++ b/comps/dataprep/neo4j/langchain/requirements.txt @@ -1,31 +1,30 @@ -beautifulsoup4 -cairosvg -docarray[full] -docx2txt -easyocr -fastapi -huggingface_hub -langchain -langchain-community -langchain-experimental -langchain-openai -langchain-text-splitters -langchain_huggingface -markdown -neo4j -numpy -openai -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -pandas -Pillow -prometheus-fastapi-instrumentator -pymupdf -python-docx -python-pptx -sentence_transformers -shortuuid +beautifulsoup4==4.12.3 +cairosvg==2.7.1 +docarray[full]==0.40.0 +docx2txt==0.8 +easyocr==1.7.1 +fastapi==0.115.0 +huggingface-hub==0.25.0 +langchain==0.3.0 +langchain-community==0.3.0 +langchain-experimental==0.3.0 +langchain-huggingface==0.1.0 +langchain-openai==0.2.0 +langchain-text-splitters==0.3.0 +markdown==3.7 +neo4j==5.24.0 +numpy==1.26.4 +openai==1.46.1 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +pandas==2.2.2 +pillow==10.4.0 +prometheus-fastapi-instrumentator==7.0.0 +pymupdf==1.24.10 +python-docx==1.1.2 +python-pptx==1.0.2 +sentence-transformers==3.1.1 +shortuuid==1.0.13 unstructured[all-docs]==0.15.7 -uvicorn - +uvicorn==0.30.6 diff --git a/comps/dataprep/pgvector/langchain/requirements.txt b/comps/dataprep/pgvector/langchain/requirements.txt index e89c3947a..a814ece59 100644 --- a/comps/dataprep/pgvector/langchain/requirements.txt +++ b/comps/dataprep/pgvector/langchain/requirements.txt @@ -1,31 +1,30 @@ -beautifulsoup4 -cairosvg -docarray[full] -docx2txt -easyocr -fastapi -huggingface_hub -langchain -langchain-community -langchain-text-splitters -markdown -numpy -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -pandas +beautifulsoup4==4.12.3 +cairosvg==2.7.1 +docarray[full]==0.40.0 +docx2txt==0.8 +easyocr==1.7.1 +fastapi==0.115.0 +huggingface-hub==0.25.0 +langchain==0.3.0 +langchain-community==0.3.0 +langchain-text-splitters==0.3.0 +markdown==3.7 +numpy==1.26.4 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +pandas==2.2.2 pgvector==0.2.5 -Pillow -prometheus-fastapi-instrumentator -psycopg2-binary -pymupdf -pyspark -python-docx -python-multipart -python-pptx -sentence_transformers -shortuuid -tiktoken +pillow==10.4.0 +prometheus-fastapi-instrumentator==7.0.0 +psycopg2-binary==2.9.9 +pymupdf==1.24.10 +pyspark==3.5.2 +python-docx==1.1.2 +python-multipart==0.0.9 +python-pptx==1.0.2 +sentence-transformers==3.1.1 +shortuuid==1.0.13 +tiktoken==0.7.0 unstructured[all-docs]==0.15.7 -uvicorn - +uvicorn==0.30.6 diff --git a/comps/dataprep/pinecone/langchain/requirements.txt b/comps/dataprep/pinecone/langchain/requirements.txt index a48c6343f..e349e3a81 100644 --- a/comps/dataprep/pinecone/langchain/requirements.txt +++ b/comps/dataprep/pinecone/langchain/requirements.txt @@ -1,30 +1,30 @@ -beautifulsoup4 -cairosvg -docarray[full] -docx2txt -easyocr -fastapi -huggingface_hub -langchain -langchain-community -langchain-openai -langchain-pinecone -langchain-text-splitters -markdown -numpy -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -pandas -Pillow -pinecone-client -prometheus-fastapi-instrumentator -pymupdf -pyspark +beautifulsoup4==4.12.3 +cairosvg==2.7.1 +docarray[full]==0.40.0 +docx2txt==0.8 +easyocr==1.7.1 +fastapi==0.115.0 +huggingface-hub==0.25.0 +langchain==0.3.0 +langchain-community==0.3.0 +langchain-openai==0.2.0 +langchain-pinecone==0.2.0 +langchain-text-splitters==0.3.0 +markdown==3.7 +numpy==1.26.4 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +pandas==2.2.2 +pillow==10.4.0 +pinecone-client==5.0.1 +prometheus-fastapi-instrumentator==7.0.0 +pymupdf==1.24.10 +pyspark==3.5.2 python-bidi==0.4.2 -python-docx -python-pptx -sentence_transformers -shortuuid +python-docx==1.1.2 +python-pptx==1.0.2 +sentence-transformers==3.1.1 +shortuuid==1.0.13 unstructured[all-docs]==0.15.7 -uvicorn +uvicorn==0.30.6 diff --git a/comps/dataprep/qdrant/langchain/requirements.txt b/comps/dataprep/qdrant/langchain/requirements.txt index 0c371dd15..dc2649d83 100644 --- a/comps/dataprep/qdrant/langchain/requirements.txt +++ b/comps/dataprep/qdrant/langchain/requirements.txt @@ -1,27 +1,27 @@ -beautifulsoup4 -cairosvg -docarray[full] -docx2txt -easyocr -fastapi -huggingface_hub -langchain -langchain-community -langchain-text-splitters -langchain_huggingface -markdown -numpy -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -pandas -Pillow -prometheus-fastapi-instrumentator -pymupdf -python-docx -python-pptx -qdrant-client -sentence_transformers -shortuuid +beautifulsoup4==4.12.3 +cairosvg==2.7.1 +docarray[full]==0.40.0 +docx2txt==0.8 +easyocr==1.7.1 +fastapi==0.115.0 +huggingface-hub==0.25.0 +langchain==0.3.0 +langchain-community==0.3.0 +langchain-huggingface==0.1.0 +langchain-text-splitters==0.3.0 +markdown==3.7 +numpy==1.26.4 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +pandas==2.2.2 +pillow==10.4.0 +prometheus-fastapi-instrumentator==7.0.0 +pymupdf==1.24.10 +python-docx==1.1.2 +python-pptx==1.0.2 +qdrant-client==1.11.2 +sentence-transformers==3.1.1 +shortuuid==1.0.13 unstructured[all-docs]==0.15.7 -uvicorn +uvicorn==0.30.6 diff --git a/comps/dataprep/redis/langchain/requirements.txt b/comps/dataprep/redis/langchain/requirements.txt index 2bea55be8..d6ab554fe 100644 --- a/comps/dataprep/redis/langchain/requirements.txt +++ b/comps/dataprep/redis/langchain/requirements.txt @@ -1,29 +1,29 @@ -beautifulsoup4 -cairosvg -docarray[full] -docx2txt -easyocr -fastapi -huggingface_hub -langchain -langchain-community -langchain-text-splitters -langchain_huggingface -markdown -numpy -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -pandas -Pillow -prometheus-fastapi-instrumentator -pymupdf -pyspark -python-bidi -python-docx -python-pptx -redis -sentence_transformers -shortuuid -unstructured[all-docs] -uvicorn +beautifulsoup4==4.12.3 +cairosvg==2.7.1 +docarray[full]==0.40.0 +docx2txt==0.8 +easyocr==1.7.1 +fastapi==0.115.0 +huggingface-hub==0.25.0 +langchain==0.3.0 +langchain-community==0.3.0 +langchain-huggingface==0.1.0 +langchain-text-splitters==0.3.0 +markdown==3.7 +numpy==1.26.4 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +pandas==2.2.2 +pillow==10.4.0 +prometheus-fastapi-instrumentator==7.0.0 +pymupdf==1.24.10 +pyspark==3.5.2 +python-bidi==0.6.0 +python-docx==1.1.2 +python-pptx==1.0.2 +redis==5.0.8 +sentence-transformers==3.1.1 +shortuuid==1.0.13 +unstructured[all-docs]==0.15.12 +uvicorn==0.30.6 diff --git a/comps/dataprep/redis/langchain_ray/requirements.txt b/comps/dataprep/redis/langchain_ray/requirements.txt index 2ac816fc2..0ab59461f 100644 --- a/comps/dataprep/redis/langchain_ray/requirements.txt +++ b/comps/dataprep/redis/langchain_ray/requirements.txt @@ -1,29 +1,29 @@ -beautifulsoup4 -cairosvg -docarray[full] -docx2txt -easyocr -fastapi -huggingface_hub -langchain -langchain-community -numpy -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -pandas -Pillow -prometheus-fastapi-instrumentator -pyarrow -pymupdf +beautifulsoup4==4.12.3 +cairosvg==2.7.1 +docarray[full]==0.40.0 +docx2txt==0.8 +easyocr==1.7.1 +fastapi==0.115.0 +huggingface-hub==0.25.0 +langchain==0.3.0 +langchain-community==0.3.0 +numpy==1.26.4 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +pandas==2.2.2 +pillow==10.4.0 +prometheus-fastapi-instrumentator==7.0.0 +pyarrow==17.0.0 +pymupdf==1.24.10 python-bidi==0.4.2 -python-docx -python-multipart -python-pptx -ray -redis -sentence_transformers -shortuuid +python-docx==1.1.2 +python-multipart==0.0.9 +python-pptx==1.0.2 +ray==2.36.0 +redis==5.0.8 +sentence-transformers==3.1.1 +shortuuid==1.0.13 unstructured[all-docs]==0.15.7 -uvicorn -virtualenv +uvicorn==0.30.6 +virtualenv==20.26.5 diff --git a/comps/dataprep/redis/llama_index/requirements.txt b/comps/dataprep/redis/llama_index/requirements.txt index 2f808e534..3b4044e9f 100644 --- a/comps/dataprep/redis/llama_index/requirements.txt +++ b/comps/dataprep/redis/llama_index/requirements.txt @@ -1,18 +1,18 @@ -docarray[full] -fastapi -huggingface_hub -llama-index +docarray[full]==0.40.0 +fastapi==0.115.0 +huggingface-hub==0.25.0 +llama-index==0.10.68 llama-index-embeddings-huggingface==0.2.0 -llama-index-readers-file -llama-index-vector-stores-redis -numpy -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -prometheus-fastapi-instrumentator +llama-index-readers-file==0.1.33 +llama-index-vector-stores-redis==0.2.1 +numpy==1.26.4 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +prometheus-fastapi-instrumentator==7.0.0 python-bidi==0.4.2 -python-multipart -redis -sentence_transformers -shortuuid -uvicorn +python-multipart==0.0.9 +redis==5.0.8 +sentence-transformers==2.7.0 +shortuuid==1.0.13 +uvicorn==0.30.6 diff --git a/comps/dataprep/vdms/langchain/requirements.txt b/comps/dataprep/vdms/langchain/requirements.txt index f6044266c..80a9c4484 100644 --- a/comps/dataprep/vdms/langchain/requirements.txt +++ b/comps/dataprep/vdms/langchain/requirements.txt @@ -1,37 +1,37 @@ -beautifulsoup4 -cairosvg -decord -docarray[full] -docx2txt -easyocr -einops -fastapi -huggingface_hub -langchain -langchain-community -langchain-core -langchain-text-splitters -langsmith -markdown -numpy -opencv-python -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -pandas -Pillow -prometheus-fastapi-instrumentator -pymupdf -pyspark +beautifulsoup4==4.12.3 +cairosvg==2.7.1 +decord==0.6.0 +docarray[full]==0.40.0 +docx2txt==0.8 +easyocr==1.7.1 +einops==0.8.0 +fastapi==0.115.0 +huggingface-hub==0.25.0 +langchain==0.3.0 +langchain-community==0.3.0 +langchain-core==0.3.1 +langchain-text-splitters==0.3.0 +langsmith==0.1.123 +markdown==3.7 +numpy==1.26.4 +opencv-python==4.10.0.84 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +pandas==2.2.2 +pillow==10.4.0 +prometheus-fastapi-instrumentator==7.0.0 +pymupdf==1.24.10 +pyspark==3.5.2 python-bidi==0.4.2 -python-docx -python-pptx -PyYAML -sentence_transformers -shortuuid -tqdm -typing -tzlocal +python-docx==1.1.2 +python-pptx==0.6.23 +pyyaml==6.0.2 +sentence-transformers==3.1.1 +shortuuid==1.0.13 +tqdm==4.66.5 +typing==3.7.4.3 +tzlocal==5.2 unstructured[all-docs]==0.11.5 -uvicorn -vdms +uvicorn==0.30.6 +vdms==0.0.21 diff --git a/comps/dataprep/vdms/multimodal_langchain/requirements.txt b/comps/dataprep/vdms/multimodal_langchain/requirements.txt index f6044266c..80a9c4484 100644 --- a/comps/dataprep/vdms/multimodal_langchain/requirements.txt +++ b/comps/dataprep/vdms/multimodal_langchain/requirements.txt @@ -1,37 +1,37 @@ -beautifulsoup4 -cairosvg -decord -docarray[full] -docx2txt -easyocr -einops -fastapi -huggingface_hub -langchain -langchain-community -langchain-core -langchain-text-splitters -langsmith -markdown -numpy -opencv-python -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -pandas -Pillow -prometheus-fastapi-instrumentator -pymupdf -pyspark +beautifulsoup4==4.12.3 +cairosvg==2.7.1 +decord==0.6.0 +docarray[full]==0.40.0 +docx2txt==0.8 +easyocr==1.7.1 +einops==0.8.0 +fastapi==0.115.0 +huggingface-hub==0.25.0 +langchain==0.3.0 +langchain-community==0.3.0 +langchain-core==0.3.1 +langchain-text-splitters==0.3.0 +langsmith==0.1.123 +markdown==3.7 +numpy==1.26.4 +opencv-python==4.10.0.84 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +pandas==2.2.2 +pillow==10.4.0 +prometheus-fastapi-instrumentator==7.0.0 +pymupdf==1.24.10 +pyspark==3.5.2 python-bidi==0.4.2 -python-docx -python-pptx -PyYAML -sentence_transformers -shortuuid -tqdm -typing -tzlocal +python-docx==1.1.2 +python-pptx==0.6.23 +pyyaml==6.0.2 +sentence-transformers==3.1.1 +shortuuid==1.0.13 +tqdm==4.66.5 +typing==3.7.4.3 +tzlocal==5.2 unstructured[all-docs]==0.11.5 -uvicorn -vdms +uvicorn==0.30.6 +vdms==0.0.21 diff --git a/comps/embeddings/mosec/langchain/requirements.txt b/comps/embeddings/mosec/langchain/requirements.txt index 9fa1a059c..95b80d762 100644 --- a/comps/embeddings/mosec/langchain/requirements.txt +++ b/comps/embeddings/mosec/langchain/requirements.txt @@ -1,11 +1,11 @@ -docarray[full] -fastapi -langchain -langchain_community -openai -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -prometheus-fastapi-instrumentator -shortuuid -uvicorn +docarray[full]==0.40.0 +fastapi==0.115.0 +langchain==0.3.0 +langchain-community==0.3.0 +openai==1.46.1 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +prometheus-fastapi-instrumentator==7.0.0 +shortuuid==1.0.13 +uvicorn==0.30.6 diff --git a/comps/embeddings/multimodal/multimodal_langchain/requirements.txt b/comps/embeddings/multimodal/multimodal_langchain/requirements.txt index cc9d77a43..b4cecf71d 100644 --- a/comps/embeddings/multimodal/multimodal_langchain/requirements.txt +++ b/comps/embeddings/multimodal/multimodal_langchain/requirements.txt @@ -1,14 +1,14 @@ -docarray[full] -fastapi -huggingface_hub -langchain -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -prometheus-fastapi-instrumentator +docarray[full]==0.40.0 +fastapi==0.115.0 +huggingface-hub==0.25.0 +langchain==0.3.0 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +prometheus-fastapi-instrumentator==7.0.0 pydantic==2.8.2 -shortuuid -torch -torchvision -transformers -uvicorn +shortuuid==1.0.13 +torch==2.4.1 +torchvision==0.19.1 +transformers==4.44.2 +uvicorn==0.30.6 diff --git a/comps/embeddings/multimodal_clip/requirements.txt b/comps/embeddings/multimodal_clip/requirements.txt index c914a0d52..691c37b95 100644 --- a/comps/embeddings/multimodal_clip/requirements.txt +++ b/comps/embeddings/multimodal_clip/requirements.txt @@ -1,14 +1,14 @@ -dateparser -docarray[full] -einops -fastapi -huggingface_hub -langchain -open_clip_torch -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -prometheus-fastapi-instrumentator -sentence_transformers -shortuuid -uvicorn +dateparser==1.2.0 +docarray[full]==0.40.0 +einops==0.8.0 +fastapi==0.115.0 +huggingface-hub==0.25.0 +langchain==0.3.0 +open-clip-torch==2.26.1 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +prometheus-fastapi-instrumentator==7.0.0 +sentence-transformers==3.1.1 +shortuuid==1.0.13 +uvicorn==0.30.6 diff --git a/comps/embeddings/predictionguard/requirements.txt b/comps/embeddings/predictionguard/requirements.txt index 0c1b8527f..37784a1f1 100644 --- a/comps/embeddings/predictionguard/requirements.txt +++ b/comps/embeddings/predictionguard/requirements.txt @@ -1,12 +1,12 @@ -aiohttp -docarray -fastapi -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -Pillow +aiohttp==3.10.5 +docarray==0.40.0 +fastapi==0.115.0 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +pillow==10.4.0 predictionguard==2.2.1 -prometheus-fastapi-instrumentator -PyYAML -shortuuid -uvicorn +prometheus-fastapi-instrumentator==7.0.0 +pyyaml==6.0.2 +shortuuid==1.0.13 +uvicorn==0.30.6 diff --git a/comps/embeddings/tei/langchain/requirements.txt b/comps/embeddings/tei/langchain/requirements.txt index 1bfe6f44c..7d8eb1ef8 100644 --- a/comps/embeddings/tei/langchain/requirements.txt +++ b/comps/embeddings/tei/langchain/requirements.txt @@ -1,12 +1,12 @@ -docarray[full] -fastapi -huggingface_hub -langchain -langchain_huggingface -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -prometheus-fastapi-instrumentator -sentence_transformers -shortuuid -uvicorn +docarray[full]==0.40.0 +fastapi==0.115.0 +huggingface-hub==0.25.0 +langchain==0.3.0 +langchain-huggingface==0.1.0 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +prometheus-fastapi-instrumentator==7.0.0 +sentence-transformers==3.1.1 +shortuuid==1.0.13 +uvicorn==0.30.6 diff --git a/comps/embeddings/tei/llama_index/requirements.txt b/comps/embeddings/tei/llama_index/requirements.txt index 4f1457e4a..733ede505 100644 --- a/comps/embeddings/tei/llama_index/requirements.txt +++ b/comps/embeddings/tei/llama_index/requirements.txt @@ -1,11 +1,11 @@ -docarray[full] -fastapi -huggingface_hub -llama-index-embeddings-huggingface-api -llama-index-embeddings-text-embeddings-inference -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -prometheus-fastapi-instrumentator -shortuuid -uvicorn +docarray[full]==0.40.0 +fastapi==0.115.0 +huggingface-hub==0.25.0 +llama-index-embeddings-huggingface-api==0.2.1 +llama-index-embeddings-text-embeddings-inference==0.2.0 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +prometheus-fastapi-instrumentator==7.0.0 +shortuuid==1.0.13 +uvicorn==0.30.6 diff --git a/comps/finetuning/requirements.txt b/comps/finetuning/requirements.txt index 4255a3716..f189d4e44 100644 --- a/comps/finetuning/requirements.txt +++ b/comps/finetuning/requirements.txt @@ -1,19 +1,19 @@ -aiohttp -datasets -docarray -fastapi -httpx -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -peft -prometheus-fastapi-instrumentator +aiohttp==3.10.5 +datasets==3.0.0 +docarray==0.40.0 +fastapi==0.115.0 +httpx==0.27.2 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +peft==0.12.0 +prometheus-fastapi-instrumentator==7.0.0 pydantic==2.8.2 -pydantic_yaml -python-multipart -pyyaml -ray[all] -requests -shortuuid -transformers -uvicorn +pydantic-yaml==1.3.0 +python-multipart==0.0.9 +pyyaml==6.0.2 +ray[all]==2.36.0 +requests==2.32.3 +shortuuid==1.0.13 +transformers==4.44.2 +uvicorn==0.30.6 diff --git a/comps/guardrails/bias_detection/requirements.txt b/comps/guardrails/bias_detection/requirements.txt index 64bfa169c..18dbc97d4 100644 --- a/comps/guardrails/bias_detection/requirements.txt +++ b/comps/guardrails/bias_detection/requirements.txt @@ -1,15 +1,15 @@ -aiohttp -docarray[full] -fastapi -httpx -huggingface_hub -langchain-community -langchain-huggingface -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -prometheus-fastapi-instrumentator -pyyaml -requests -shortuuid -uvicorn +aiohttp==3.10.5 +docarray[full]==0.40.0 +fastapi==0.115.0 +httpx==0.27.2 +huggingface-hub==0.25.0 +langchain-community==0.3.0 +langchain-huggingface==0.1.0 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +prometheus-fastapi-instrumentator==7.0.0 +pyyaml==6.0.2 +requests==2.32.3 +shortuuid==1.0.13 +uvicorn==0.30.6 diff --git a/comps/guardrails/llama_guard/langchain/requirements.txt b/comps/guardrails/llama_guard/langchain/requirements.txt index 9f35ee74d..208f40be6 100644 --- a/comps/guardrails/llama_guard/langchain/requirements.txt +++ b/comps/guardrails/llama_guard/langchain/requirements.txt @@ -1,12 +1,11 @@ -docarray[full] -fastapi -# Fix for issue with langchain-huggingface not using InferenceClient `base_url` kwarg -huggingface-hub<=0.24.0 -langchain-community -langchain-huggingface -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -prometheus-fastapi-instrumentator -shortuuid -uvicorn +docarray[full]==0.40.0 +fastapi==0.115.0 +huggingface-hub==0.24.0 +langchain-community==0.3.0 +langchain-huggingface==0.1.0 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +prometheus-fastapi-instrumentator==7.0.0 +shortuuid==1.0.13 +uvicorn==0.30.6 diff --git a/comps/guardrails/pii_detection/requirements.txt b/comps/guardrails/pii_detection/requirements.txt index bc95de0fd..d70dbc35a 100644 --- a/comps/guardrails/pii_detection/requirements.txt +++ b/comps/guardrails/pii_detection/requirements.txt @@ -1,29 +1,29 @@ -beautifulsoup4 -detect_secrets -docarray[full] -easyocr -einops -fastapi -gibberish-detector -huggingface_hub -langchain -langchain-community -numpy -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -pandas -phonenumbers -Pillow -prometheus-fastapi-instrumentator -pyarrow -pymupdf -python-docx -python-multipart -ray -redis -scikit-learn -sentence_transformers -shortuuid -uvicorn -virtualenv +beautifulsoup4==4.12.3 +detect-secrets==1.5.0 +docarray[full]==0.40.0 +easyocr==1.7.1 +einops==0.8.0 +fastapi==0.115.0 +gibberish-detector==0.1.1 +huggingface-hub==0.25.0 +langchain==0.3.0 +langchain-community==0.3.0 +numpy==1.26.4 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +pandas==2.2.2 +phonenumbers==8.13.45 +pillow==10.4.0 +prometheus-fastapi-instrumentator==7.0.0 +pyarrow==17.0.0 +pymupdf==1.24.10 +python-docx==1.1.2 +python-multipart==0.0.9 +ray==2.36.0 +redis==5.0.8 +scikit-learn==1.5.2 +sentence-transformers==3.1.1 +shortuuid==1.0.13 +uvicorn==0.30.6 +virtualenv==20.26.5 diff --git a/comps/guardrails/toxicity_detection/requirements.txt b/comps/guardrails/toxicity_detection/requirements.txt index 64bfa169c..18dbc97d4 100644 --- a/comps/guardrails/toxicity_detection/requirements.txt +++ b/comps/guardrails/toxicity_detection/requirements.txt @@ -1,15 +1,15 @@ -aiohttp -docarray[full] -fastapi -httpx -huggingface_hub -langchain-community -langchain-huggingface -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -prometheus-fastapi-instrumentator -pyyaml -requests -shortuuid -uvicorn +aiohttp==3.10.5 +docarray[full]==0.40.0 +fastapi==0.115.0 +httpx==0.27.2 +huggingface-hub==0.25.0 +langchain-community==0.3.0 +langchain-huggingface==0.1.0 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +prometheus-fastapi-instrumentator==7.0.0 +pyyaml==6.0.2 +requests==2.32.3 +shortuuid==1.0.13 +uvicorn==0.30.6 diff --git a/comps/intent_detection/langchain/requirements.txt b/comps/intent_detection/langchain/requirements.txt index d979c95d4..a433f68f7 100644 --- a/comps/intent_detection/langchain/requirements.txt +++ b/comps/intent_detection/langchain/requirements.txt @@ -1,11 +1,11 @@ -docarray[full] -fastapi -huggingface_hub -langchain -langchain_community -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -prometheus-fastapi-instrumentator -shortuuid -uvicorn +docarray[full]==0.40.0 +fastapi==0.115.0 +huggingface-hub==0.25.0 +langchain==0.3.0 +langchain-community==0.3.0 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +prometheus-fastapi-instrumentator==7.0.0 +shortuuid==1.0.13 +uvicorn==0.30.6 diff --git a/comps/knowledgegraphs/langchain/requirements.txt b/comps/knowledgegraphs/langchain/requirements.txt index 39b351530..034755912 100644 --- a/comps/knowledgegraphs/langchain/requirements.txt +++ b/comps/knowledgegraphs/langchain/requirements.txt @@ -1,25 +1,24 @@ -beautifulsoup4 -docarray -docarray[full] -easyocr -fastapi -huggingface_hub -langchain -langchain_community==0.2.5 -langchain_openai -langchainhub -neo4j -numpy -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -pandas -Pillow -prometheus-fastapi-instrumentator -pymupdf -python-docx -redis -sentence-transformers -shortuuid -tiktoken -uvicorn +beautifulsoup4==4.12.3 +docarray[full]==0.40.0 +easyocr==1.7.1 +fastapi==0.115.0 +huggingface-hub==0.25.0 +langchain==0.2.16 +langchain-community==0.2.5 +langchain-openai==0.1.25 +langchainhub==0.1.21 +neo4j==5.24.0 +numpy==1.26.4 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +pandas==2.2.2 +pillow==10.4.0 +prometheus-fastapi-instrumentator==7.0.0 +pymupdf==1.24.10 +python-docx==1.1.2 +redis==5.0.8 +sentence-transformers==3.1.1 +shortuuid==1.0.13 +tiktoken==0.7.0 +uvicorn==0.30.6 diff --git a/comps/llms/faq-generation/tgi/langchain/requirements-runtime.txt b/comps/llms/faq-generation/tgi/langchain/requirements-runtime.txt index 225adde27..8f0fa5cbc 100644 --- a/comps/llms/faq-generation/tgi/langchain/requirements-runtime.txt +++ b/comps/llms/faq-generation/tgi/langchain/requirements-runtime.txt @@ -1 +1 @@ -langserve +langserve==0.3.0 diff --git a/comps/llms/faq-generation/tgi/langchain/requirements.txt b/comps/llms/faq-generation/tgi/langchain/requirements.txt index 36257d393..24a9ec5f2 100644 --- a/comps/llms/faq-generation/tgi/langchain/requirements.txt +++ b/comps/llms/faq-generation/tgi/langchain/requirements.txt @@ -1,15 +1,15 @@ -docarray[full] -fastapi -huggingface_hub -langchain -langchain-huggingface -langchain-openai -langchain_community -langchainhub -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -prometheus-fastapi-instrumentator -shortuuid -transformers -uvicorn +docarray[full]==0.40.0 +fastapi==0.115.0 +huggingface-hub==0.25.0 +langchain==0.3.0 +langchain-community==0.3.0 +langchain-huggingface==0.1.0 +langchain-openai==0.2.0 +langchainhub==0.1.21 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +prometheus-fastapi-instrumentator==7.0.0 +shortuuid==1.0.13 +transformers==4.44.2 +uvicorn==0.30.6 diff --git a/comps/llms/requirements.txt b/comps/llms/requirements.txt index 9d3245334..8fd5c7041 100644 --- a/comps/llms/requirements.txt +++ b/comps/llms/requirements.txt @@ -1,10 +1,10 @@ -docarray[full] -fastapi -huggingface_hub -langchain -langchain_community -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -shortuuid -uvicorn +docarray[full]==0.40.0 +fastapi==0.115.0 +huggingface-hub==0.25.0 +langchain==0.3.0 +langchain-community==0.3.0 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +shortuuid==1.0.13 +uvicorn==0.30.6 diff --git a/comps/llms/summarization/tgi/langchain/requirements-runtime.txt b/comps/llms/summarization/tgi/langchain/requirements-runtime.txt index 225adde27..8f0fa5cbc 100644 --- a/comps/llms/summarization/tgi/langchain/requirements-runtime.txt +++ b/comps/llms/summarization/tgi/langchain/requirements-runtime.txt @@ -1 +1 @@ -langserve +langserve==0.3.0 diff --git a/comps/llms/summarization/tgi/langchain/requirements.txt b/comps/llms/summarization/tgi/langchain/requirements.txt index e074ba8c8..24a9ec5f2 100644 --- a/comps/llms/summarization/tgi/langchain/requirements.txt +++ b/comps/llms/summarization/tgi/langchain/requirements.txt @@ -1,15 +1,15 @@ -docarray[full] -fastapi -huggingface_hub -langchain #==0.1.12 -langchain-huggingface -langchain-openai -langchain_community -langchainhub -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -prometheus-fastapi-instrumentator -shortuuid -transformers -uvicorn +docarray[full]==0.40.0 +fastapi==0.115.0 +huggingface-hub==0.25.0 +langchain==0.3.0 +langchain-community==0.3.0 +langchain-huggingface==0.1.0 +langchain-openai==0.2.0 +langchainhub==0.1.21 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +prometheus-fastapi-instrumentator==7.0.0 +shortuuid==1.0.13 +transformers==4.44.2 +uvicorn==0.30.6 diff --git a/comps/llms/text-generation/native/langchain/requirements.txt b/comps/llms/text-generation/native/langchain/requirements.txt index 806f2d29f..8c100a637 100644 --- a/comps/llms/text-generation/native/langchain/requirements.txt +++ b/comps/llms/text-generation/native/langchain/requirements.txt @@ -1,10 +1,10 @@ -docarray -fastapi -httpx -langchain_core -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -prometheus-fastapi-instrumentator -shortuuid -uvicorn +docarray==0.40.0 +fastapi==0.115.0 +httpx==0.27.2 +langchain-core==0.3.1 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +prometheus-fastapi-instrumentator==7.0.0 +shortuuid==1.0.13 +uvicorn==0.30.6 diff --git a/comps/llms/text-generation/native/llama_index/requirements.txt b/comps/llms/text-generation/native/llama_index/requirements.txt index 5d9c5ca1f..3275c0b6a 100644 --- a/comps/llms/text-generation/native/llama_index/requirements.txt +++ b/comps/llms/text-generation/native/llama_index/requirements.txt @@ -1,10 +1,10 @@ -docarray -fastapi -httpx -llama_index -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -prometheus-fastapi-instrumentator -shortuuid -uvicorn +docarray==0.40.0 +fastapi==0.115.0 +httpx==0.27.2 +llama-index==0.11.10 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +prometheus-fastapi-instrumentator==7.0.0 +shortuuid==1.0.13 +uvicorn==0.30.6 diff --git a/comps/llms/text-generation/ollama/langchain/requirements-runtime.txt b/comps/llms/text-generation/ollama/langchain/requirements-runtime.txt index 225adde27..8f0fa5cbc 100644 --- a/comps/llms/text-generation/ollama/langchain/requirements-runtime.txt +++ b/comps/llms/text-generation/ollama/langchain/requirements-runtime.txt @@ -1 +1 @@ -langserve +langserve==0.3.0 diff --git a/comps/llms/text-generation/ollama/langchain/requirements.txt b/comps/llms/text-generation/ollama/langchain/requirements.txt index c936696b5..3cd96d427 100644 --- a/comps/llms/text-generation/ollama/langchain/requirements.txt +++ b/comps/llms/text-generation/ollama/langchain/requirements.txt @@ -1,12 +1,12 @@ -docarray[full] -fastapi -huggingface_hub -langchain -langchain-community -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -prometheus-fastapi-instrumentator -shortuuid -transformers -uvicorn +docarray[full]==0.40.0 +fastapi==0.115.0 +huggingface-hub==0.25.0 +langchain==0.3.0 +langchain-community==0.3.0 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +prometheus-fastapi-instrumentator==7.0.0 +shortuuid==1.0.13 +transformers==4.44.2 +uvicorn==0.30.6 diff --git a/comps/llms/text-generation/predictionguard/requirements.txt b/comps/llms/text-generation/predictionguard/requirements.txt index 6c9f8340f..83c41c79f 100644 --- a/comps/llms/text-generation/predictionguard/requirements.txt +++ b/comps/llms/text-generation/predictionguard/requirements.txt @@ -1,12 +1,12 @@ -aiohttp -docarray -fastapi -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -Pillow -predictionguard -prometheus-fastapi-instrumentator -shortuuid -transformers -uvicorn +aiohttp==3.10.5 +docarray==0.40.0 +fastapi==0.115.0 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +pillow==10.4.0 +predictionguard==2.3.1 +prometheus-fastapi-instrumentator==7.0.0 +shortuuid==1.0.13 +transformers==4.44.2 +uvicorn==0.30.6 diff --git a/comps/llms/text-generation/ray_serve/requirements.txt b/comps/llms/text-generation/ray_serve/requirements.txt index 87aef9992..f4df26f2b 100644 --- a/comps/llms/text-generation/ray_serve/requirements.txt +++ b/comps/llms/text-generation/ray_serve/requirements.txt @@ -1,14 +1,14 @@ -docarray[full] -fastapi -huggingface_hub -langchain -langchain_community -langchain_openai -openai -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -prometheus-fastapi-instrumentator -ray[serve]>=2.10 -shortuuid -transformers +docarray[full]==0.40.0 +fastapi==0.115.0 +huggingface-hub==0.25.0 +langchain==0.3.0 +langchain-community==0.3.0 +langchain-openai==0.2.0 +openai==1.46.1 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +prometheus-fastapi-instrumentator==7.0.0 +ray[serve]==2.36.0 +shortuuid==1.0.13 +transformers==4.44.2 diff --git a/comps/llms/text-generation/tgi/requirements-runtime.txt b/comps/llms/text-generation/tgi/requirements-runtime.txt index 225adde27..8f0fa5cbc 100644 --- a/comps/llms/text-generation/tgi/requirements-runtime.txt +++ b/comps/llms/text-generation/tgi/requirements-runtime.txt @@ -1 +1 @@ -langserve +langserve==0.3.0 diff --git a/comps/llms/text-generation/tgi/requirements.txt b/comps/llms/text-generation/tgi/requirements.txt index 6b6f11ee4..e9d7f76c7 100644 --- a/comps/llms/text-generation/tgi/requirements.txt +++ b/comps/llms/text-generation/tgi/requirements.txt @@ -1,13 +1,13 @@ -aiohttp -docarray[full] -fastapi -httpx -huggingface_hub +aiohttp==3.10.5 +docarray[full]==0.40.0 +fastapi==0.115.0 +httpx==0.27.2 +huggingface-hub==0.25.0 openai==1.35.13 -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -prometheus-fastapi-instrumentator -shortuuid -transformers -uvicorn +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +prometheus-fastapi-instrumentator==7.0.0 +shortuuid==1.0.13 +transformers==4.44.2 +uvicorn==0.30.6 diff --git a/comps/llms/text-generation/vllm/langchain/requirements-runtime.txt b/comps/llms/text-generation/vllm/langchain/requirements-runtime.txt index 225adde27..8f0fa5cbc 100644 --- a/comps/llms/text-generation/vllm/langchain/requirements-runtime.txt +++ b/comps/llms/text-generation/vllm/langchain/requirements-runtime.txt @@ -1 +1 @@ -langserve +langserve==0.3.0 diff --git a/comps/llms/text-generation/vllm/langchain/requirements.txt b/comps/llms/text-generation/vllm/langchain/requirements.txt index 9bea1261f..7e2af8a01 100644 --- a/comps/llms/text-generation/vllm/langchain/requirements.txt +++ b/comps/llms/text-generation/vllm/langchain/requirements.txt @@ -1,16 +1,16 @@ -docarray[full] -fastapi -huggingface_hub -langchain #==0.1.12 -langchain-huggingface -langchain-openai -langchain_community -langchainhub -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -prometheus-fastapi-instrumentator -shortuuid -transformers -uvicorn -vllm +docarray[full]==0.40.0 +fastapi==0.115.0 +huggingface-hub==0.25.0 +langchain==0.3.0 +langchain-community==0.3.0 +langchain-huggingface==0.1.0 +langchain-openai==0.2.0 +langchainhub==0.1.21 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +prometheus-fastapi-instrumentator==7.0.0 +shortuuid==1.0.13 +transformers==4.44.2 +uvicorn==0.30.6 +vllm==0.6.1.post2 diff --git a/comps/llms/text-generation/vllm/llama_index/requirements-runtime.txt b/comps/llms/text-generation/vllm/llama_index/requirements-runtime.txt index 225adde27..8f0fa5cbc 100644 --- a/comps/llms/text-generation/vllm/llama_index/requirements-runtime.txt +++ b/comps/llms/text-generation/vllm/llama_index/requirements-runtime.txt @@ -1 +1 @@ -langserve +langserve==0.3.0 diff --git a/comps/llms/text-generation/vllm/llama_index/requirements.txt b/comps/llms/text-generation/vllm/llama_index/requirements.txt index cddb1c21e..77110da5e 100644 --- a/comps/llms/text-generation/vllm/llama_index/requirements.txt +++ b/comps/llms/text-generation/vllm/llama_index/requirements.txt @@ -1,12 +1,12 @@ -docarray[full] -fastapi -huggingface_hub -llama-index-llms-openai-like -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -prometheus-fastapi-instrumentator -shortuuid -transformers -uvicorn -vllm +docarray[full]==0.40.0 +fastapi==0.115.0 +huggingface-hub==0.25.0 +llama-index-llms-openai-like==0.2.0 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +prometheus-fastapi-instrumentator==7.0.0 +shortuuid==1.0.13 +transformers==4.44.2 +uvicorn==0.30.6 +vllm==0.6.1.post2 diff --git a/comps/llms/text-generation/vllm/ray/requirements.txt b/comps/llms/text-generation/vllm/ray/requirements.txt index 69dbbd173..5f4b21979 100644 --- a/comps/llms/text-generation/vllm/ray/requirements.txt +++ b/comps/llms/text-generation/vllm/ray/requirements.txt @@ -1,17 +1,16 @@ -docarray[full] -fastapi -huggingface_hub -langchain -langchain_community -langchain_openai -openai -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -prometheus-fastapi-instrumentator -ray[serve]>=2.10 -setuptools -shortuuid -transformers -uvicorn -vllm +docarray[full]==0.40.0 +fastapi==0.115.0 +huggingface-hub==0.25.0 +langchain==0.3.0 +langchain-community==0.3.0 +langchain-openai==0.2.0 +openai==1.46.1 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +prometheus-fastapi-instrumentator==7.0.0 +ray[serve]==2.36.0 +shortuuid==1.0.13 +transformers==4.44.2 +uvicorn==0.30.6 +vllm==0.6.1.post2 diff --git a/comps/lvms/llava/requirements.txt b/comps/lvms/llava/requirements.txt index be1c23a6d..238be9940 100644 --- a/comps/lvms/llava/requirements.txt +++ b/comps/lvms/llava/requirements.txt @@ -1,14 +1,14 @@ -datasets -docarray[full] -fastapi -huggingface_hub -langchain-core -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -optimum[habana] -prometheus-fastapi-instrumentator +datasets==3.0.0 +docarray[full]==0.40.0 +fastapi==0.115.0 +huggingface-hub==0.25.0 +langchain-core==0.3.1 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +optimum[habana]==1.22.0 +prometheus-fastapi-instrumentator==7.0.0 pydantic==2.7.2 -pydub -shortuuid -uvicorn +pydub==0.25.1 +shortuuid==1.0.13 +uvicorn==0.30.6 diff --git a/comps/lvms/predictionguard/requirements.txt b/comps/lvms/predictionguard/requirements.txt index 4179c4587..a6b030ee2 100644 --- a/comps/lvms/predictionguard/requirements.txt +++ b/comps/lvms/predictionguard/requirements.txt @@ -1,14 +1,14 @@ -aiohttp -docarray -fastapi -httpx -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -Pillow -predictionguard -prometheus-fastapi-instrumentator -pyyaml -requests -shortuuid -uvicorn +aiohttp==3.10.5 +docarray==0.40.0 +fastapi==0.115.0 +httpx==0.27.2 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +pillow==10.4.0 +predictionguard==2.3.1 +prometheus-fastapi-instrumentator==7.0.0 +pyyaml==6.0.2 +requests==2.32.3 +shortuuid==1.0.13 +uvicorn==0.30.6 diff --git a/comps/lvms/tgi-llava/requirements.txt b/comps/lvms/tgi-llava/requirements.txt index be1c23a6d..238be9940 100644 --- a/comps/lvms/tgi-llava/requirements.txt +++ b/comps/lvms/tgi-llava/requirements.txt @@ -1,14 +1,14 @@ -datasets -docarray[full] -fastapi -huggingface_hub -langchain-core -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -optimum[habana] -prometheus-fastapi-instrumentator +datasets==3.0.0 +docarray[full]==0.40.0 +fastapi==0.115.0 +huggingface-hub==0.25.0 +langchain-core==0.3.1 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +optimum[habana]==1.22.0 +prometheus-fastapi-instrumentator==7.0.0 pydantic==2.7.2 -pydub -shortuuid -uvicorn +pydub==0.25.1 +shortuuid==1.0.13 +uvicorn==0.30.6 diff --git a/comps/lvms/video-llama/dependency/requirements.txt b/comps/lvms/video-llama/dependency/requirements.txt index 71c94c901..aeac10e1f 100644 --- a/comps/lvms/video-llama/dependency/requirements.txt +++ b/comps/lvms/video-llama/dependency/requirements.txt @@ -1,37 +1,33 @@ -# OPEA -beautifulsoup4 - -# microservice -decord -docarray -einops -faiss-cpu -fastapi -ftfy -iopath -langchain -langchain-community -langchain-core -numpy -omegaconf -opencv-python-headless -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -pandas -Pillow -prometheus_fastapi_instrumentator -pytorchvideo -sentence-transformers -sentencepiece -shortuuid -timm -torch==1.13.1 --index-url https://download.pytorch.org/whl/cpu -torchaudio==0.13.1 --index-url https://download.pytorch.org/whl/cpu -torchvision==0.14.1 --index-url https://download.pytorch.org/whl/cpu -transformers -uvicorn -validators -webdataset -werkzeug - +beautifulsoup4==4.12.3 +decord==0.6.0 +docarray==0.40.0 +einops==0.8.0 +faiss-cpu==1.8.0.post1 +fastapi==0.115.0 +ftfy==6.2.3 +iopath==0.1.10 +langchain==0.3.0 +langchain-community==0.3.0 +langchain-core==0.3.1 +numpy==1.26.4 +omegaconf==2.3.0 +opencv-python-headless==4.10.0.84 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +pandas==2.2.2 +pillow==10.4.0 +prometheus-fastapi-instrumentator==7.0.0 +pytorchvideo==0.1.5 +sentence-transformers==3.1.1 +sentencepiece==0.2.0 +shortuuid==1.0.13 +timm==1.0.9 +torch==1.13.1 +torchaudio==0.13.1 +torchvision==0.14.1 +transformers==4.44.2 +uvicorn==0.30.6 +validators==0.34.0 +webdataset==0.2.100 +werkzeug==3.0.4 diff --git a/comps/lvms/video-llama/requirements.txt b/comps/lvms/video-llama/requirements.txt index c7cc250eb..7123ca063 100644 --- a/comps/lvms/video-llama/requirements.txt +++ b/comps/lvms/video-llama/requirements.txt @@ -1,11 +1,11 @@ -datasets -docarray -fastapi -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -Pillow -prometheus-fastapi-instrumentator -pydub -shortuuid -uvicorn +datasets==3.0.0 +docarray==0.40.0 +fastapi==0.115.0 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +pillow==10.4.0 +prometheus-fastapi-instrumentator==7.0.0 +pydub==0.25.1 +shortuuid==1.0.13 +uvicorn==0.30.6 diff --git a/comps/ragas/tgi/langchain/requirements-runtime.txt b/comps/ragas/tgi/langchain/requirements-runtime.txt index 225adde27..8f0fa5cbc 100644 --- a/comps/ragas/tgi/langchain/requirements-runtime.txt +++ b/comps/ragas/tgi/langchain/requirements-runtime.txt @@ -1 +1 @@ -langserve +langserve==0.3.0 diff --git a/comps/ragas/tgi/langchain/requirements.txt b/comps/ragas/tgi/langchain/requirements.txt index 0186cab40..d2929122b 100644 --- a/comps/ragas/tgi/langchain/requirements.txt +++ b/comps/ragas/tgi/langchain/requirements.txt @@ -1,14 +1,14 @@ -datasets -docarray[full] -fastapi -huggingface_hub -langchain -langchain_community -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -prometheus-fastapi-instrumentator -ragas -shortuuid -transformers -uvicorn +datasets==3.0.0 +docarray[full]==0.40.0 +fastapi==0.115.0 +huggingface-hub==0.25.0 +langchain==0.3.0 +langchain-community==0.3.0 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +prometheus-fastapi-instrumentator==7.0.0 +ragas==0.1.19 +shortuuid==1.0.13 +transformers==4.44.2 +uvicorn==0.30.6 diff --git a/comps/reranks/fastrag/requirements.txt b/comps/reranks/fastrag/requirements.txt index a832e760f..3db62aeae 100644 --- a/comps/reranks/fastrag/requirements.txt +++ b/comps/reranks/fastrag/requirements.txt @@ -1,13 +1,13 @@ -aiohttp -docarray[full] -fastapi -haystack-ai -httpx -langchain -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -prometheus-fastapi-instrumentator -sentence_transformers -shortuuid -uvicorn +aiohttp==3.10.5 +docarray[full]==0.40.0 +fastapi==0.115.0 +haystack-ai==2.5.1 +httpx==0.27.2 +langchain==0.3.0 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +prometheus-fastapi-instrumentator==7.0.0 +sentence-transformers==3.1.1 +shortuuid==1.0.13 +uvicorn==0.30.6 diff --git a/comps/reranks/mosec/langchain/requirements.txt b/comps/reranks/mosec/langchain/requirements.txt index f9327419d..95b80d762 100644 --- a/comps/reranks/mosec/langchain/requirements.txt +++ b/comps/reranks/mosec/langchain/requirements.txt @@ -1,11 +1,11 @@ -docarray[full] -fastapi -langchain -langchain_community -openai -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -prometheus_fastapi_instrumentator -shortuuid -uvicorn +docarray[full]==0.40.0 +fastapi==0.115.0 +langchain==0.3.0 +langchain-community==0.3.0 +openai==1.46.1 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +prometheus-fastapi-instrumentator==7.0.0 +shortuuid==1.0.13 +uvicorn==0.30.6 diff --git a/comps/reranks/tei/requirements.txt b/comps/reranks/tei/requirements.txt index 7260862a3..a89f6cc05 100644 --- a/comps/reranks/tei/requirements.txt +++ b/comps/reranks/tei/requirements.txt @@ -1,11 +1,11 @@ -aiohttp -docarray[full] -fastapi -httpx -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -prometheus-fastapi-instrumentator -sentence_transformers -shortuuid -uvicorn +aiohttp==3.10.5 +docarray[full]==0.40.0 +fastapi==0.115.0 +httpx==0.27.2 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +prometheus-fastapi-instrumentator==7.0.0 +sentence-transformers==3.1.1 +shortuuid==1.0.13 +uvicorn==0.30.6 diff --git a/comps/reranks/videoqna/requirements.txt b/comps/reranks/videoqna/requirements.txt index c7cc250eb..7123ca063 100644 --- a/comps/reranks/videoqna/requirements.txt +++ b/comps/reranks/videoqna/requirements.txt @@ -1,11 +1,11 @@ -datasets -docarray -fastapi -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -Pillow -prometheus-fastapi-instrumentator -pydub -shortuuid -uvicorn +datasets==3.0.0 +docarray==0.40.0 +fastapi==0.115.0 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +pillow==10.4.0 +prometheus-fastapi-instrumentator==7.0.0 +pydub==0.25.1 +shortuuid==1.0.13 +uvicorn==0.30.6 diff --git a/comps/retrievers/milvus/langchain/requirements.txt b/comps/retrievers/milvus/langchain/requirements.txt index fd6e197c8..71791859b 100644 --- a/comps/retrievers/milvus/langchain/requirements.txt +++ b/comps/retrievers/milvus/langchain/requirements.txt @@ -1,25 +1,25 @@ -beautifulsoup4 -docarray[full] -easyocr -fastapi +beautifulsoup4==4.12.3 +docarray[full]==0.40.0 +easyocr==1.7.1 +fastapi==0.115.0 frontend==0.0.3 -huggingface_hub -langchain -langchain-community -langchain_milvus -numpy -openai -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -pandas -Pillow -prometheus-fastapi-instrumentator +huggingface-hub==0.25.0 +langchain==0.2.16 +langchain-community==0.2.17 +langchain-milvus==0.1.5 +numpy==1.26.4 +openai==1.46.1 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +pandas==2.2.2 +pillow==10.4.0 +prometheus-fastapi-instrumentator==7.0.0 pydantic==2.7.3 pymilvus==2.4.3 pymupdf==1.24.5 python-docx==0.8.11 -sentence_transformers -shortuuid -tiktoken -uvicorn +sentence-transformers==3.1.1 +shortuuid==1.0.13 +tiktoken==0.7.0 +uvicorn==0.30.6 diff --git a/comps/retrievers/multimodal/redis/langchain/requirements.txt b/comps/retrievers/multimodal/redis/langchain/requirements.txt index b7cef2866..e8610a96b 100644 --- a/comps/retrievers/multimodal/redis/langchain/requirements.txt +++ b/comps/retrievers/multimodal/redis/langchain/requirements.txt @@ -1,11 +1,11 @@ -docarray[full] -fastapi -langchain_community -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -prometheus-fastapi-instrumentator -redis -shortuuid -transformers -uvicorn +docarray[full]==0.40.0 +fastapi==0.115.0 +langchain-community==0.3.0 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +prometheus-fastapi-instrumentator==7.0.0 +redis==5.0.8 +shortuuid==1.0.13 +transformers==4.44.2 +uvicorn==0.30.6 diff --git a/comps/retrievers/neo4j/langchain/requirements.txt b/comps/retrievers/neo4j/langchain/requirements.txt index a5a1ec31d..a15c5a169 100644 --- a/comps/retrievers/neo4j/langchain/requirements.txt +++ b/comps/retrievers/neo4j/langchain/requirements.txt @@ -1,21 +1,21 @@ -docarray[full] -fastapi -frontend -huggingface_hub -langchain -langchain-community -neo4j -numpy -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -pandas -Pillow -prometheus-fastapi-instrumentator -pydantic -pymupdf -python-docx -sentence_transformers -shortuuid -tiktoken -uvicorn +docarray[full]==0.40.0 +fastapi==0.115.0 +frontend==0.0.3 +huggingface-hub==0.25.0 +langchain==0.3.0 +langchain-community==0.3.0 +neo4j==5.24.0 +numpy==1.26.4 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +pandas==2.2.2 +pillow==10.4.0 +prometheus-fastapi-instrumentator==7.0.0 +pydantic==2.9.2 +pymupdf==1.24.10 +python-docx==1.1.2 +sentence-transformers==3.1.1 +shortuuid==1.0.13 +tiktoken==0.7.0 +uvicorn==0.30.6 diff --git a/comps/retrievers/pathway/langchain/requirements-runtime.txt b/comps/retrievers/pathway/langchain/requirements-runtime.txt index 53d49066d..425866a32 100644 --- a/comps/retrievers/pathway/langchain/requirements-runtime.txt +++ b/comps/retrievers/pathway/langchain/requirements-runtime.txt @@ -1 +1 @@ -langsmith +langsmith==0.1.123 diff --git a/comps/retrievers/pathway/langchain/requirements.txt b/comps/retrievers/pathway/langchain/requirements.txt index 98fe20fd1..ea2208015 100644 --- a/comps/retrievers/pathway/langchain/requirements.txt +++ b/comps/retrievers/pathway/langchain/requirements.txt @@ -1,12 +1,12 @@ -docarray[full] -fastapi +docarray[full]==0.40.0 +fastapi==0.115.0 frontend==0.0.3 -huggingface_hub -langchain_community == 0.2.0 -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -pathway -prometheus-fastapi-instrumentator -sentence_transformers -shortuuid +huggingface-hub==0.25.0 +langchain-community==0.2.0 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +pathway==0.15.0 +prometheus-fastapi-instrumentator==7.0.0 +sentence-transformers==3.1.1 +shortuuid==1.0.13 diff --git a/comps/retrievers/pgvector/langchain/requirements.txt b/comps/retrievers/pgvector/langchain/requirements.txt index d3d95dee9..69b48f9ec 100644 --- a/comps/retrievers/pgvector/langchain/requirements.txt +++ b/comps/retrievers/pgvector/langchain/requirements.txt @@ -1,14 +1,14 @@ -docarray[full] -easyocr -fastapi -langchain_community -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk +docarray[full]==0.40.0 +easyocr==1.7.1 +fastapi==0.115.0 +langchain-community==0.3.0 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 pgvector==0.2.5 prometheus-fastapi-instrumentator==7.0.0 -psycopg2-binary -pymupdf -sentence_transformers -shortuuid -uvicorn +psycopg2-binary==2.9.9 +pymupdf==1.24.10 +sentence-transformers==3.1.1 +shortuuid==1.0.13 +uvicorn==0.30.6 diff --git a/comps/retrievers/pinecone/langchain/requirements.txt b/comps/retrievers/pinecone/langchain/requirements.txt index 7536f591c..3974836dd 100644 --- a/comps/retrievers/pinecone/langchain/requirements.txt +++ b/comps/retrievers/pinecone/langchain/requirements.txt @@ -1,21 +1,21 @@ -beautifulsoup4 -docarray[full] -easyocr -fastapi -huggingface_hub -langchain -langchain-community -langchain-pinecone -numpy -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -pandas -Pillow -pinecone-client -prometheus_fastapi_instrumentator -pymupdf -python-docx -sentence_transformers -shortuuid -uvicorn +beautifulsoup4==4.12.3 +docarray[full]==0.40.0 +easyocr==1.7.1 +fastapi==0.115.0 +huggingface-hub==0.25.0 +langchain==0.3.0 +langchain-community==0.3.0 +langchain-pinecone==0.2.0 +numpy==1.26.4 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +pandas==2.2.2 +pillow==10.4.0 +pinecone-client==5.0.1 +prometheus-fastapi-instrumentator==7.0.0 +pymupdf==1.24.10 +python-docx==1.1.2 +sentence-transformers==3.1.1 +shortuuid==1.0.13 +uvicorn==0.30.6 diff --git a/comps/retrievers/qdrant/haystack/requirements.txt b/comps/retrievers/qdrant/haystack/requirements.txt index dee357a48..db2c83dec 100644 --- a/comps/retrievers/qdrant/haystack/requirements.txt +++ b/comps/retrievers/qdrant/haystack/requirements.txt @@ -1,14 +1,14 @@ -docarray[full] -easyocr -fastapi +docarray[full]==0.40.0 +easyocr==1.7.1 +fastapi==0.115.0 haystack-ai==2.3.1 -langchain_community -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -prometheus_fastapi_instrumentator -pymupdf -qdrant-haystack -sentence_transformers -shortuuid -uvicorn +langchain-community==0.3.0 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +prometheus-fastapi-instrumentator==7.0.0 +pymupdf==1.24.10 +qdrant-haystack==6.0.0 +sentence-transformers==3.1.1 +shortuuid==1.0.13 +uvicorn==0.30.6 diff --git a/comps/retrievers/redis/langchain/requirements.txt b/comps/retrievers/redis/langchain/requirements.txt index c68c3d274..26f866890 100644 --- a/comps/retrievers/redis/langchain/requirements.txt +++ b/comps/retrievers/redis/langchain/requirements.txt @@ -1,13 +1,13 @@ -docarray[full] -easyocr -fastapi -langchain_community -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -prometheus-fastapi-instrumentator -pymupdf -redis -sentence_transformers -shortuuid -uvicorn +docarray[full]==0.40.0 +easyocr==1.7.1 +fastapi==0.115.0 +langchain-community==0.3.0 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +prometheus-fastapi-instrumentator==7.0.0 +pymupdf==1.24.10 +redis==5.0.8 +sentence-transformers==3.1.1 +shortuuid==1.0.13 +uvicorn==0.30.6 diff --git a/comps/retrievers/redis/llama_index/requirements.txt b/comps/retrievers/redis/llama_index/requirements.txt index 83228c259..7ae506e2c 100644 --- a/comps/retrievers/redis/llama_index/requirements.txt +++ b/comps/retrievers/redis/llama_index/requirements.txt @@ -1,15 +1,15 @@ -aiohttp -docarray[full] -easyocr -fastapi -httpx -llama-index-vector-stores-redis -llama_index -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -pymupdf -redis -sentence_transformers -shortuuid -uvicorn +aiohttp==3.10.5 +docarray[full]==0.40.0 +easyocr==1.7.1 +fastapi==0.115.0 +httpx==0.27.2 +llama-index==0.11.10 +llama-index-vector-stores-redis==0.3.2 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +pymupdf==1.24.10 +redis==5.0.8 +sentence-transformers==3.1.1 +shortuuid==1.0.13 +uvicorn==0.30.6 diff --git a/comps/retrievers/vdms/langchain/requirements.txt b/comps/retrievers/vdms/langchain/requirements.txt index 9138aea2e..ed2d6e25a 100644 --- a/comps/retrievers/vdms/langchain/requirements.txt +++ b/comps/retrievers/vdms/langchain/requirements.txt @@ -1,16 +1,16 @@ -docarray[full] -easyocr -einops -fastapi -langchain-community -langchain-core -langchain-huggingface -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -prometheus-fastapi-instrumentator -pymupdf -sentence_transformers -shortuuid -uvicorn -vdms +docarray[full]==0.40.0 +easyocr==1.7.1 +einops==0.8.0 +fastapi==0.115.0 +langchain-community==0.3.0 +langchain-core==0.3.1 +langchain-huggingface==0.1.0 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +prometheus-fastapi-instrumentator==7.0.0 +pymupdf==1.24.10 +sentence-transformers==3.1.1 +shortuuid==1.0.13 +uvicorn==0.30.6 +vdms==0.0.21 diff --git a/comps/tts/speecht5/requirements.txt b/comps/tts/speecht5/requirements.txt index d5a2ec6cb..97291629e 100644 --- a/comps/tts/speecht5/requirements.txt +++ b/comps/tts/speecht5/requirements.txt @@ -1,12 +1,12 @@ -aiohttp -docarray[full] -fastapi -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -prometheus-fastapi-instrumentator -sentencepiece -shortuuid -soundfile -transformers -uvicorn +aiohttp==3.10.5 +docarray[full]==0.40.0 +fastapi==0.115.0 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +prometheus-fastapi-instrumentator==7.0.0 +sentencepiece==0.2.0 +shortuuid==1.0.13 +soundfile==0.12.1 +transformers==4.44.2 +uvicorn==0.30.6 diff --git a/comps/vectorstores/pathway/requirements.txt b/comps/vectorstores/pathway/requirements.txt index df17635f4..f04d23b76 100644 --- a/comps/vectorstores/pathway/requirements.txt +++ b/comps/vectorstores/pathway/requirements.txt @@ -1,4 +1,4 @@ -langchain_openai -pathway[xpack-llm] >= 0.14.1 -sentence-transformers -unstructured[all-docs] >= 0.10.28,<0.15 +langchain-openai==0.0.8 +pathway[xpack-llm]==0.15.0 +sentence-transformers==3.1.1 +unstructured[all-docs]==0.14.10 diff --git a/comps/web_retrievers/chroma/langchain/requirements.txt b/comps/web_retrievers/chroma/langchain/requirements.txt index c3b013496..128f8f334 100644 --- a/comps/web_retrievers/chroma/langchain/requirements.txt +++ b/comps/web_retrievers/chroma/langchain/requirements.txt @@ -1,15 +1,15 @@ -bs4 -chromadb -docarray[full] -fastapi -google-api-python-client>=2.100.0 -html2text -langchain-huggingface -langchain_community -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -prometheus-fastapi-instrumentator -sentence_transformers -shortuuid -uvicorn +bs4==0.0.2 +chromadb==0.5.7 +docarray[full]==0.40.0 +fastapi==0.115.0 +google-api-python-client==2.146.0 +html2text==2024.2.26 +langchain-community==0.3.0 +langchain-huggingface==0.1.0 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +prometheus-fastapi-instrumentator==7.0.0 +sentence-transformers==3.1.1 +shortuuid==1.0.13 +uvicorn==0.30.6 diff --git a/requirements.txt b/requirements.txt index c88a356a8..7fb3dd9be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,14 @@ -aiohttp -docarray -fastapi -httpx -kubernetes -opentelemetry-api -opentelemetry-exporter-otlp -opentelemetry-sdk -Pillow -prometheus-fastapi-instrumentator -pyyaml -requests -shortuuid -uvicorn +aiohttp==3.10.5 +docarray==0.40.0 +fastapi==0.115.0 +httpx==0.27.2 +kubernetes==30.1.0 +opentelemetry-api==1.27.0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-sdk==1.27.0 +pillow==10.4.0 +prometheus-fastapi-instrumentator==7.0.0 +pyyaml==6.0.2 +requests==2.32.3 +shortuuid==1.0.13 +uvicorn==0.30.6