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:
@@ -50,7 +50,6 @@ def get_metaphor_client():
|
|||||||
|
|
||||||
def metaphor_rag_search():
|
def metaphor_rag_search():
|
||||||
""" Mainly used for researching blog sections. """
|
""" Mainly used for researching blog sections. """
|
||||||
# FIXME: Implement this.
|
|
||||||
metaphor = get_metaphor_client()
|
metaphor = get_metaphor_client()
|
||||||
query = "blog research" # Example query, this can be parameterized as needed
|
query = "blog research" # Example query, this can be parameterized as needed
|
||||||
results = metaphor.search(query)
|
results = metaphor.search(query)
|
||||||
|
|||||||
Reference in New Issue
Block a user