Conversation
Dependency ReviewThe following issues were found:
License IssuesAgentQnA/ui/svelte/package.json
Scanned Files
|
|
The UI is only for the ChatCompletion API and the first version is in the non-streaming form |
|
Please update the ui usage into the readme. |
minmin-intel
left a comment
There was a problem hiding this comment.
Why do we choose svelte? It seems that streamlit and gradio are more popular in ecosystem
|
Also, there a couple of warnings for the UI code...Should we address those? @lkk12014402 @WenjiaoYue |
Updated UI readme. |
|
Yes, the warning has been resolved. |
Additionally:
|
minmin-intel
left a comment
There was a problem hiding this comment.
Do we need to add a launch script for launching UI container? Also, can you add a few lines of instructions in readme on how to launch UI? @WenjiaoYue @lkk12014402
Yes, I have added the command to launch the frontend service with a Docker container in the README. |
1e347c4 to
9a8608c
Compare
Integrate the AgentQnA UI code, along with an updated README specific to the UI, a Dockerfile for deployment, and the necessary startup scripts. Signed-off-by: WenjiaoYue <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>
bfc644a to
73b53ee
Compare
@WenjiaoYue Sorry I don't see the commands... |
The README of the UI describes two ways to start the frontend: one is by running the local command |
Thanks for pointing it out. I was looking in the main readme. Can you please add instructions in the main README for UI. Maybe a sentence that links to the README in the UI folder. Thanks! @WenjiaoYue |
for more information, see https://pre-commit.ci
|
Signed-off-by: WenjiaoYue <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> Co-authored-by: WenjiaoYue <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> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
Agent ui (opea-project#1389) Signed-off-by: WenjiaoYue <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> Co-authored-by: WenjiaoYue <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> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
Signed-off-by: WenjiaoYue <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> Co-authored-by: WenjiaoYue <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> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: cogniware-devops <ambarish.desai@cogniware.ai>


Description
Add AgentQnA UI code
Integrate the AgentQnA UI code, along with an updated README specific to the UI, a Dockerfile for deployment, and the necessary startup scripts.
Issues
n/a.Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
no
Tests
npm run dev