Skip to content

Commit 04385c9

Browse files
Fix microservices which affected by langchain version upgrade (#704)
Signed-off-by: lvliang-intel <[email protected]>
1 parent 3d00a33 commit 04385c9

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

comps/intent_detection/langchain/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
docarray[full]
22
fastapi
33
huggingface_hub
4-
langchain==0.1.16
4+
langchain
5+
langchain_community
56
opentelemetry-api
67
opentelemetry-exporter-otlp
78
opentelemetry-sdk

comps/llms/faq-generation/tgi/langchain/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
docarray[full]
22
fastapi
33
huggingface_hub
4-
langchain==0.1.16
4+
langchain
5+
langchain_community
56
opentelemetry-api
67
opentelemetry-exporter-otlp
78
opentelemetry-sdk

comps/llms/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
docarray[full]
22
fastapi
33
huggingface_hub
4-
langchain==0.1.16
4+
langchain
5+
langchain_community
56
opentelemetry-api
67
opentelemetry-exporter-otlp
78
opentelemetry-sdk

comps/llms/text-generation/ray_serve/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
docarray[full]
22
fastapi
33
huggingface_hub
4-
langchain==0.1.16
4+
langchain
5+
langchain_community
56
langchain_openai
67
openai
78
opentelemetry-api

comps/llms/text-generation/vllm/ray/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
docarray[full]
22
fastapi
33
huggingface_hub
4-
langchain==0.1.16
4+
langchain
5+
langchain_community
56
langchain_openai
67
openai
78
opentelemetry-api

comps/ragas/tgi/langchain/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ datasets
22
docarray[full]
33
fastapi
44
huggingface_hub
5-
langchain==0.1.16
5+
langchain
6+
langchain_community
67
opentelemetry-api
78
opentelemetry-exporter-otlp
89
opentelemetry-sdk

0 commit comments

Comments
 (0)