GenAIExamples icon indicating copy to clipboard operation
GenAIExamples copied to clipboard

[Bug] DocSum UT test fail

Open ZePan110 opened this issue 8 months ago • 3 comments

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?

2596671

Description

https://github.com/opea-project/GenAIExamples/actions/runs/14931418234/job/42029554202

Image

Reproduce steps

cd DocSum/tests export HUGGINGFACEHUB_API_TOKEN="Your_Huggingface_API_Token" bash test_compose_on_xeon.sh

Raw log


Attachments

No response

ZePan110 avatar May 12 '25 04:05 ZePan110

https://github.com/opea-project/GenAIComps/pull/1687 fixed this issue.

lvliang-intel avatar May 12 '25 07:05 lvliang-intel

@lvliang-intel https://github.com/opea-project/GenAIExamples/actions/runs/14975236091/job/42065792745 The fix doesn't seem to be working.

ZePan110 avatar May 13 '25 01:05 ZePan110

@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

xiguiw avatar May 15 '25 09:05 xiguiw

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

yinghu5 avatar May 27 '25 06:05 yinghu5