AI Content planning and competitor analysis.
Tight integration with Alwrity, tavily and metaphor.
This commit is contained in:
@@ -50,6 +50,7 @@ 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