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
Copy file name to clipboardExpand all lines: docs/web-ui.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,12 @@ The Document Process Flow visualization is particularly useful for troubleshooti
100
100
101
101
## Chat with Document
102
102
103
-
The "Chat with Document" feature is available at the bottom of the Document Detail view. This feature uses the same model that's configured to do the summarization to provide a RAG interface to the document that's the details are displayed for. No other document is taken in to account except the document you're viewing the details of.
103
+
The "Chat with Document" feature is available at the bottom of the Document Detail view. This feature uses the same model that's configured to do the summarization to provide a RAG interface to the document that's the details are displayed for. No other document is taken in to account except the document you're viewing the details of. Note that this feature will only work after the document status is marked as complete.
104
+
105
+
### How to Use
106
+
107
+
1. Navigate to a document's detail page and scroll to the bottom
108
+
2. In the text area, type in your question and you'll see an answer pop up after the document is analyzed with the model that's configured for summarization
0 commit comments