ragflow icon indicating copy to clipboard operation
ragflow copied to clipboard

[Question]: I have a question to ask: Does ragflow provide a search interface

Open 15932924249 opened this issue 1 month ago • 3 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

Ask a question Does ragflow provide a search interface? I am currently working on an AI medical record quality control system and need authoritative medical guidelines as a knowledge base. I have already parsed my guidelines on ragflow and I want to hand over the medical record content to ragflow in the medical record system. ragflow retrives the corresponding guidelines and blocks them to the cloud-based large model of my medical record system. The cloud-based large model of my system conducts quality control responses. ragflow is only used as a knowledge base for retrieval. Can this business function be realized?

15932924249 avatar Dec 05 '25 02:12 15932924249

Hi @15932924249! I'm Dosu and I’m helping the ragflow team.

Yes, RAGFlow provides a robust search interface suitable for your use case. You can use its RESTful API endpoint POST /api/v1/retrieval to programmatically retrieve relevant document chunks from your parsed medical guidelines based on a query. This endpoint supports filtering by dataset, document, similarity thresholds, keyword matching, reranking, and more, and returns ranked, metadata-rich results that are easy to integrate into external workflows like a cloud-based medical record quality control system. RAGFlow also offers a Python SDK that wraps this API for convenient integration, and a web-based search UI for interactive retrieval and testing. This setup is designed for retrieval-only scenarios and is actively maintained, making it well-suited as a knowledge base backend for your described workflow API reference SDK example retrieval engine.

To reply, just mention @dosu.


How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other

Chat with Dosu Open in Cursor Join Discord Share on X

dosubot[bot] avatar Dec 05 '25 02:12 dosubot[bot]

Try this search Image

Magicbook1108 avatar Dec 05 '25 03:12 Magicbook1108

FYI

KevinHuSh avatar Dec 05 '25 08:12 KevinHuSh