You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the first example on Google Colab 01_Introducing_txtai.ipynb
I am receiving the following error.
ImportError: cannot import name 'DuckDuckGoSearchTool' from 'transformers.agents' (/usr/local/lib/python3.10/dist-packages/transformers/agents/init.py)
Digging through the source code I found this however, installing duckduckgo_search does not seem to fix the error. Any help would be appreciated!