You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 a View or Open 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:
We need a way to get the document content to the UI. Thus, I propose three new API endpoints:
GET /documents / GET /documents/{id}: Get all documents or one specific one associated with the current user. This is the same as what we have for chats.
GET /documents/{id}/content: Returns the content of the document.
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: