-
Notifications
You must be signed in to change notification settings - Fork 28
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
PDF viewer for sources #466
Labels
type: enhancement 💅
New feature or request
Comments
We need a way to get the document content to the UI. Thus, I propose three new API endpoints: |
Closed
Closed
The current plan of action is to add the get documents API endpoints along with their unit tests in #547 and add the UI elements in a subsequent PR |
I have completed the REST API endpoints, and now it remains to add the UI elements. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature description
We would like to be able to click on the
Source Info
button on the assistant's answer in the UI and show the list of relevant sources, with aView
orOpen
button on each source. This button can either use Panel's built-in PDF viewer or open the file natively in the browser. Ideally the new pane would scroll to and highlight the exact source content in the file.Value and/or benefit
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: