ragflow icon indicating copy to clipboard operation
ragflow copied to clipboard

[Question]: Add Real-Time Search Suggestions in RAGFlow Search Interface

Open liutao124 opened this issue 9 months ago • 1 comments

Self Checks

  • [x] I have searched for existing issues search for existing issues, including closed ones.
  • [x] I confirm that I am using English to submit this report (Language Policy).
  • [x] Non-english title submitions will be closed directly ( 非英文标题的提交将会被直接关闭 ) (Language Policy).
  • [x] Please do not modify this template :) and fill in all the required fields.

Describe your problem


Problem Statement
Currently, RAGFlow's search interface requires users to fully type out queries before receiving results. Many users (especially in large knowledge bases) expect real-time search suggestions (aka "typeahead" or "autocomplete") to:
• Accelerate query formulation
• Reduce typos
• Surface relevant content proactively
• Mimic modern search experiences (e.g., Google, GitHub)

Use Case Example:
When a user types "how to con", the system should instantly suggest:

how to configure Elasticsearch → (Knowledge Base Article)  
how to connect external databases → (API Documentation)  
how to contribute to RAGFlow → (Developer Guide)  

liutao124 avatar Apr 02 '25 02:04 liutao124

How can I implement real-time search suggestions (typeahead/autocomplete) in RAGFlow's search interface?

liutao124 avatar Apr 02 '25 02:04 liutao124