Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] file update load feature is not enabled in docsum #1010

Open
3 of 6 tasks
lianhao opened this issue Oct 23, 2024 · 5 comments
Open
3 of 6 tasks

[Bug] file update load feature is not enabled in docsum #1010

lianhao opened this issue Oct 23, 2024 · 5 comments
Assignees
Labels
aitce bug Something isn't working Dev

Comments

@lianhao
Copy link
Collaborator

lianhao commented Oct 23, 2024

Priority

Undecided

OS type

Ubuntu

Hardware type

Xeon-SPR

Installation method

  • Pull docker images from hub.docker.com
  • Build docker images from source

Deploy method

  • Docker compose
  • Docker
  • Kubernetes
  • Helm

Running nodes

Single Node

What's the version?

commit id: a3f9811

Description

The file upload feature can be found in the docsum ui, but it's not enabled in the docsum mega gateway service.

docsum_bug

Reproduce steps

upload a file and generate docsum in the docsum ui

Raw log

/usr/local/lib/python3.11/site-packages/pydantic/_internal/_fields.py:132: UserWarning: Field "model_name_or_path" in Audio2TextDoc has conflict with protected namespace "model_".

You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`.
  warnings.warn(
[2024-10-23 01:33:05,368] [    INFO] - Base service - CORS is enabled.
[2024-10-23 01:33:05,369] [    INFO] - Base service - Setting up HTTP server
[2024-10-23 01:33:05,370] [    INFO] - Base service - Uvicorn server setup on port 8888
INFO:     Waiting for application startup.
INFO:     Application startup complete.
INFO:     Uvicorn running on http://0.0.0.0:8888 (Press CTRL+C to quit)
[2024-10-23 01:33:05,381] [    INFO] - Base service - HTTP server setup successful
INFO:     192.168.127.233:43852 - "POST /v1/docsum/doc_upload HTTP/1.0" 404 Not Found
@yinghu5 yinghu5 added the Dev label Oct 24, 2024
@yinghu5 yinghu5 added the aitce label Oct 24, 2024
@joshuayao joshuayao added the bug Something isn't working label Oct 30, 2024
@lvliang-intel
Copy link
Collaborator

PR #1027 opea-project/GenAIComps#823 fix this issue. Please retest using latest code.

@yongfengdu
Copy link
Collaborator

yongfengdu commented Oct 31, 2024

@lvliang-intel Same issue seen for faqgen:
[2024-10-31 02:33:59,168] [ INFO] - Base service - Uvicorn server setup on port 8888
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8888 (Press CTRL+C to quit)
[2024-10-31 02:33:59,179] [ INFO] - Base service - HTTP server setup successful
INFO: 192.168.127.216:51168 - "POST /v1/faqgen HTTP/1.0" 200 OK
INFO: 192.168.127.216:58774 - "POST /v1/faqgen/doc_upload HTTP/1.0" 404 Not Found
INFO: 192.168.127.216:34190 - "POST /v1/faqgen HTTP/1.0" 200 OK
INFO: 192.168.127.216:38604 - "POST /v1/faqgen/doc_upload HTTP/1.0" 404 Not Found
INFO: 192.168.127.216:40748 - "POST /v1/faqgen/doc_upload HTTP/1.0" 404 Not Found
INFO: 192.168.127.216:58208 - "POST /v1/faqgen/doc_upload HTTP/1.0" 404 Not Found

@lianhao
Copy link
Collaborator Author

lianhao commented Nov 4, 2024

@lvliang-intel Same issue seen for faqgen: [2024-10-31 02:33:59,168] [ INFO] - Base service - Uvicorn server setup on port 8888 INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://0.0.0.0:8888 (Press CTRL+C to quit) [2024-10-31 02:33:59,179] [ INFO] - Base service - HTTP server setup successful INFO: 192.168.127.216:51168 - "POST /v1/faqgen HTTP/1.0" 200 OK INFO: 192.168.127.216:58774 - "POST /v1/faqgen/doc_upload HTTP/1.0" 404 Not Found INFO: 192.168.127.216:34190 - "POST /v1/faqgen HTTP/1.0" 200 OK INFO: 192.168.127.216:38604 - "POST /v1/faqgen/doc_upload HTTP/1.0" 404 Not Found INFO: 192.168.127.216:40748 - "POST /v1/faqgen/doc_upload HTTP/1.0" 404 Not Found INFO: 192.168.127.216:58208 - "POST /v1/faqgen/doc_upload HTTP/1.0" 404 Not Found

Created a separate issue #1066 to track faqgen thing

@lianhao
Copy link
Collaborator Author

lianhao commented Nov 4, 2024

I can't verify this because of another UI blocking issue #1065, we need someone to fix that first

@lvliang-intel
Copy link
Collaborator

@lianhao,
please try again as the UI issue has already been fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aitce bug Something isn't working Dev
Projects
None yet
Development

No branches or pull requests

6 participants