[Bug] DocSum UT test fail
Priority
P1-Stopper
OS type
Ubuntu
Hardware type
Xeon-GNR
Installation method
- [x] Pull docker images from hub.docker.com
- [x] Build docker images from source
- [ ] Other
- [ ] N/A
Deploy method
- [x] Docker
- [x] Docker Compose
- [ ] Kubernetes Helm Charts
- [ ] Kubernetes GMC
- [ ] Other
- [ ] N/A
Running nodes
Single Node
What's the version?
Description
https://github.com/opea-project/GenAIExamples/actions/runs/14931418234/job/42029554202
Reproduce steps
cd DocSum/tests export HUGGINGFACEHUB_API_TOKEN="Your_Huggingface_API_Token" bash test_compose_on_xeon.sh
Raw log
Attachments
No response
https://github.com/opea-project/GenAIComps/pull/1687 fixed this issue.
@lvliang-intel https://github.com/opea-project/GenAIExamples/actions/runs/14975236091/job/42065792745 The fix doesn't seem to be working.
@lvliang-intel https://github.com/opea-project/GenAIExamples/actions/runs/14975236091/job/42065792745 The fix doesn't seem to be working.
https://github.com/opea-project/GenAIExamples/pull/1920#issuecomment-2883195587
reproduce on local test with latest code. hang on (video) data process, timeout.
DocSum depends Langchang, the langchain version changed. With previous version 0.3.55 and 0.3.14 (image of 3 weeks before), the DocSum passed locally, hang on 0.3.59/0.3.16 locally.
langchain-core 0.3.55 => 0.3.59 langchain-openai 0.3.14 => 0.3.16
langchain 0.3.14 langchain-community 0.3.14 langchain-core 0.3.59 langchain-huggingface 0.1.2 langchain-openai 0.3.16 langchain-text-splitters 0.3.8 langchainhub 0.1.21 langserve 0.3.1 langsmith 0.2.11
langchain 0.3.14 langchain-community 0.3.14 langchain-core 0.3.55 langchain-huggingface 0.1.2 langchain-openai 0.3.14 langchain-text-splitters 0.3.8 langchainhub 0.1.21 langserve 0.3.1 langsmith 0.2.11
Hi @ZePan110 @chensuyue @xiguiw
thank you a lot for upgrading the langchain version to higher version. So could we close the issue ? user@ca5b7ac0d77f:~/comps/llms/src/doc-summarization$ pip list | grep langchain langchain 0.3.25 langchain-community 0.3.24 langchain-core 0.3.60 langchain-huggingface 0.1.2 langchain-openai 0.3.17 langchain-text-splitters 0.3.8 langchainhub 0.1.21