From fc74a879b36d67ab1f8b054a2884aede1c38f7fc Mon Sep 17 00:00:00 2001 From: Steve White Date: Thu, 27 Feb 2025 16:50:12 -0600 Subject: [PATCH] Update Gradio interface description to clarify that all results are returned --- ui/gradio_interface.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/gradio_interface.py b/ui/gradio_interface.py index 56f6581..280e610 100644 --- a/ui/gradio_interface.py +++ b/ui/gradio_interface.py @@ -165,6 +165,10 @@ class GradioInterface: """ This system helps you research topics by searching across multiple sources 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. """ )