GenAIExamples
GenAIExamples copied to clipboard
[DocSum] Aligned the output format
Description
- Aligned the output format
Issues
- Fixed the issue. https://github.com/opea-project/GenAIComps/issues/1624
Type of change
List the type of change like below. Please delete options that are not relevant.
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds new functionality)
- [ ] Breaking change (fix or feature that would break existing design and interface)
- [ ] Others (enhancement, documentation, validation, etc.)
Dependencies
List the newly introduced 3rd party dependency if exists.
Tests
curl -X POST http://10.7.4.144:8888/v1/docsum -H "Content-Type: application/json" -d '{"type": "text", "messages": "Text Embeddings Inference (TEI) is a toolkit for deploying and serving open source text embeddings and sequence classification models. TEI enables high-performance extraction for the most popular models, including FlagEmbedding, Ember, GTE and E5."}'
bash -x test_compose_on_gaudi.sh pass.
Dependency Review
✅ No vulnerabilities or license issues found.Scanned Files
None
ready for merge. @chensuyue @lvliang-intel
ready for merge. @chensuyue @lvliang-intel
@Zhenzhong1 CI failed. Please check the CI issue.
@Zhenzhong1 please check the Copilot comments.
@Zhenzhong1 please check the Copilot comments.
Done, ready for merge.
DocSum Gaudi CI test timeouts when video input is beig tested. No idea whether that's due to added aligning functionality, or random test setup slowness.
This PR is not the root cause of this CI test. It will be merged first.
Main branch CI test has the same error. https://github.com/opea-project/GenAIExamples/actions/runs/15481132796
There is a known issue to track this DocSum CI Fail case. opea-project/GenAIComps#1725.
This PR is not the root cause of this CI test. It will be merged first.
Main branch CI test has the same error. https://github.com/opea-project/GenAIExamples/actions/runs/15481132796
There is a known issue to track this DocSum CI Fail case. opea-project/GenAIComps#1725.
Ready for merge. @chensuyue