Closed sgowdaks closed 1 year ago
you have the wrong agent specified -- you'll want to set --init-opt gen/r2c2_bb3
additionally, specifying just a website as your --search-server
will not work. I would search around the issues in ParlAI to see how others have set up the search server
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.
Bug description Hi, I am new to ParlAI and when I am trying to run the command
parlai interactive --model projects.bb3.agents.r2c2_bb3_agent:BB3SubSearchAgent --model-file zoo:bb3/bb3_3B/model --rag-retriever-type search_engine --search-server https://www.mojeek.com/
I am getting the following error:
AttributeError: 'BB3Retriever' object has no attribute 'search_queries'
It runs fine without the search server, but with the search server I get the following error
Logs
Thanks!