Replies: 1 comment
-
Feedback system currently is not on our roadmap yet, so you need to implement your own. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I built a custom interface for RAGFlow that creates a new session each time someone opens it. The system collects the user’s IP, timestamp, question, answer, and any feedback.
However, I’m facing a problem: in my interface I cannot display the sources as clickable links, the way they appear in RAGFlow’s default iframe.
With the iframe, the issue was that it didn’t include a feedback system I could monitor. As far as I know, RAGFlow doesn’t currently provide a working feedback mechanism.
Does anyone know how I can implement clickable sources in my custom interface, similar to how they work in the iframe, while still keeping my feedback system?
Beta Was this translation helpful? Give feedback.
All reactions