Skip to content

Commit

Permalink
Updated tavily rm to have engine docs in first docs string
Browse files Browse the repository at this point in the history
  • Loading branch information
zenith110 committed Aug 24, 2024
1 parent 9499cdf commit c9d9589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knowledge_storm/rm.py
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ def forward(
return collected_results

class TavilySearchRM(dspy.Retrieve):
"""Retrieve information from custom queries using Tavily."""
"""Retrieve information from custom queries using Tavily. Documentation and examples can be found at https://docs.tavily.com/docs/python-sdk/tavily-search/examples"""
def __init__(
self,
tavily_search_api_key=None,
Expand Down

0 comments on commit c9d9589

Please sign in to comment.