infiniflow / ragflow

RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
https://ragflow.io
Apache License 2.0
18.18k stars 1.84k forks source link

[Feature Request]: Ability to add custom search engine/website to agent #2634

Open Said-Apollo opened 7 hours ago

Said-Apollo commented 7 hours ago

Is there an existing issue for the same feature request?

Is your feature request related to a problem?

No

Describe the feature you'd like

Making it possible for the agent to also search on a custom website/database, which require an API and Endpoint.

Describe implementation you've considered

No response

Documentation, adoption, use case

Imagine you classify that a "special search" in another kb is needed. Therefore it will call the other source by using its API and Endpoint to do so, retrieves the top results and so on.

Additional information

No response