We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
app/tool/web_search.py:100: RuntimeWarning: coroutine 'DuckDuckGoSearchEngine.perform_search' was never awaited
Need to remove async in duckduckgo_search.py
async
class DuckDuckGoSearchEngine(WebSearchEngine): def perform_search(self, query, num_results=10, *args, **kwargs): """DuckDuckGo search engine.""" return DDGS.text(query, num_results=num_results)
pip install -r requirements.txt
pip install -e .
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Description
app/tool/web_search.py:100: RuntimeWarning: coroutine 'DuckDuckGoSearchEngine.perform_search' was never awaited
Need to remove
async
in duckduckgo_search.pyBug solved method
Environment information
pip install -r requirements.txt
orpip install -e .
):Extra information
No response
The text was updated successfully, but these errors were encountered: