Update lib/ai_web_researcher/metaphor_basic_neural_web_search.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
ي
2025-04-06 18:01:06 +05:30
parent d4fc0c3918
commit 26d57ea1ac

View File

@@ -204,7 +204,6 @@ def metaphor_find_similar(similar_url, usecase, num_results=5, start_published_d
titles.append(c.title)
urls.append(c.url)
all_contents = ""
progress_bar.progress(25, text=f"Fetching content for {c.title[:30]}...")
try:
# Update progress
if st.session_state.get('show_progress', True):