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 17:44:56 +05:30
parent 1e427ee48b
commit 390a321340

View File

@@ -50,7 +50,6 @@ def get_metaphor_client():
def metaphor_rag_search():
""" Mainly used for researching blog sections. """
# FIXME: Implement this.
metaphor = get_metaphor_client()
query = "blog research" # Example query, this can be parameterized as needed
results = metaphor.search(query)