-
Notifications
You must be signed in to change notification settings - Fork 210
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
Agent ui #1389
Agent ui #1389
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
|
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