Skip to content

Commit

Permalink
llm-faqgen: Fix python module version conflict issue
Browse files Browse the repository at this point in the history
Fix compability issue between latest langserve 0.3.0 and langchain 0.1.16

Fix bug opea-project#700.

Signed-off-by: Lianhao Lu <[email protected]>
  • Loading branch information
lianhao committed Sep 18, 2024
1 parent 1249c4f commit 15a1f8b
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit 15a1f8b

Please sign in to comment.