ParlAI icon indicating copy to clipboard operation
ParlAI copied to clipboard

BlenderBot 3: Endless search requests to Google

Open GraphGrailAi opened this issue 2 years ago • 2 comments

Bug description Installed Blenderbot3, but pipeline make endless search requests to Google with no answer. How should i setup search?

Reproduction steps This is my start string: /home/ubuntu/anaconda39/bin/python3.9 parlai/scripts/interactive.py --model-file zoo:bb3/bb3_3B/model -o gen/r2c2_bb3 --search-server https://www.google.com

Enter [DONE] if you want to end the episode, [EXIT] to quit.
16:36:02 | creating task(s): interactive
Enter Your Message: hi, i have a problem
16:36:29 | Example 0, search_decision_agent: __do-search__
16:36:29 | Example 0, memory_decision_agent: __do-not-access-memory__
16:36:29 | Search Queries: ['Problem with my car']
16:36:30 | Partner Memories: ['__NO__PERSONA__BEAM__MIN__LEN__20__']
16:36:30 | sending search request to https://www.google.com
16:36:30 | sending search request to https://www.google.com
16:36:30 | sending search request to https://www.google.com
16:36:30 | sending search request to https://www.google.com
16:36:30 | sending search request to https://www.google.com
16:36:30 | sending search request to https://www.google.com
16:36:31 | sending search request to https://www.google.com
16:36:31 | sending search request to https://www.google.com
16:36:31 | sending search request to https://www.google.com
16:36:31 | sending search request to https://www.google.com
16:36:31 | sending search request to https://www.google.com

GraphGrailAi avatar Aug 13 '22 16:08 GraphGrailAi

Google as a search server isn't supported. Some people in the Discussions section of this repo have written wrappers that use Google instead though.

stephenroller avatar Aug 13 '22 21:08 stephenroller

This issue has not had activity in 30 days. Please feel free to reopen if you have more issues. You may apply the "never-stale" tag to prevent this from happening.

github-actions[bot] avatar Sep 18 '22 00:09 github-actions[bot]