Update Gradio interface description to clarify that all results are returned

This commit is contained in:
Steve White 2025-02-27 16:50:12 -06:00
parent a7aa9ea580
commit fc74a879b3
1 changed files with 4 additions and 0 deletions

View File

@ -165,6 +165,10 @@ class GradioInterface:
""" """
This system helps you research topics by searching across multiple sources This system helps you research topics by searching across multiple sources
including Google (via Serper), Google Scholar, and arXiv. including Google (via Serper), Google Scholar, and arXiv.
The system will return ALL results from each search engine, up to the maximum
number specified by the "Results Per Engine" slider. Results are ranked by
relevance across all sources.
""" """
) )