From 8adbcceacd4406c3bc6857118c31754dddf79b0b Mon Sep 17 00:00:00 2001 From: lvliang-intel Date: Wed, 18 Sep 2024 09:52:35 +0800 Subject: [PATCH] Fix Ollama langchain upgrade issue (#697) Signed-off-by: lvliang-intel --- comps/llms/text-generation/ollama/langchain/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/comps/llms/text-generation/ollama/langchain/requirements.txt b/comps/llms/text-generation/ollama/langchain/requirements.txt index 78b323c73..c936696b5 100644 --- a/comps/llms/text-generation/ollama/langchain/requirements.txt +++ b/comps/llms/text-generation/ollama/langchain/requirements.txt @@ -1,7 +1,8 @@ docarray[full] fastapi huggingface_hub -langchain==0.1.16 +langchain +langchain-community opentelemetry-api opentelemetry-exporter-otlp opentelemetry-sdk