ragflow
ragflow copied to clipboard
[Feature Request]: Parameter exposure
Is there an existing issue for the same feature request?
- [ ] I have checked the existing issues.
Is your feature request related to a problem?
I can't add fixed input to the diagram I draw on the interface
Describe the feature you'd like
Can the self.post_answers = [] in anget's Answer be exposed in the interface?
Describe implementation you've considered
No response
Documentation, adoption, use case
No response
Additional information
No response
Could you elaborate on your application scenario?
I am actually making an agent to generate teaching notes. However, if I search purely based on user input, the quality of the generated teaching notes will be uneven. So I am considering adding keywords to each step of the user input and then searching the knowledge base.