Skip to content

Commit

Permalink
Fix microservices which affected by langchain version upgrade (#704)
Browse files Browse the repository at this point in the history
Signed-off-by: lvliang-intel <[email protected]>
  • Loading branch information
lvliang-intel authored Sep 18, 2024
1 parent 3d00a33 commit 04385c9
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion comps/intent_detection/langchain/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
docarray[full]
fastapi
huggingface_hub
langchain==0.1.16
langchain
langchain_community
opentelemetry-api
opentelemetry-exporter-otlp
opentelemetry-sdk
Expand Down
3 changes: 2 additions & 1 deletion comps/llms/faq-generation/tgi/langchain/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
docarray[full]
fastapi
huggingface_hub
langchain==0.1.16
langchain
langchain_community
opentelemetry-api
opentelemetry-exporter-otlp
opentelemetry-sdk
Expand Down
3 changes: 2 additions & 1 deletion comps/llms/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
docarray[full]
fastapi
huggingface_hub
langchain==0.1.16
langchain
langchain_community
opentelemetry-api
opentelemetry-exporter-otlp
opentelemetry-sdk
Expand Down
3 changes: 2 additions & 1 deletion comps/llms/text-generation/ray_serve/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
docarray[full]
fastapi
huggingface_hub
langchain==0.1.16
langchain
langchain_community
langchain_openai
openai
opentelemetry-api
Expand Down
3 changes: 2 additions & 1 deletion comps/llms/text-generation/vllm/ray/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
docarray[full]
fastapi
huggingface_hub
langchain==0.1.16
langchain
langchain_community
langchain_openai
openai
opentelemetry-api
Expand Down
3 changes: 2 additions & 1 deletion comps/ragas/tgi/langchain/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ datasets
docarray[full]
fastapi
huggingface_hub
langchain==0.1.16
langchain
langchain_community
opentelemetry-api
opentelemetry-exporter-otlp
opentelemetry-sdk
Expand Down

0 comments on commit 04385c9

Please sign in to comment.