question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

BB2 search server related question

See original GitHub issue

I’m a bit confused about how the search server works. I have a flask app with bb2 (blenderbot2_400M) and I have the search server running. I’m using Bing search API to get results from there. But, when I ask the bot a question, it searches the internet, but it doesn’t return the answer I expect.

For example, I ask Who is Joe Biden? and the bb2 always tells me that he is the vice president. Do I need any additional configuration?

I’m using the create_agent_from_model_file method to create the agent from model. Passing these options:

opt = {
    "interactive_mode": True,
    "doc_chunk_split_mode":"word",
    "degub":True,
    "task":"blended_skill_talk:all",
    "search_server":"http://0.0.0.0:8080",
    }

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
daje0601commented, Jul 6, 2022

Hello, @AbreuY I met this problem. In my case, When this problem occurred, the server was down. I don’t know why the server dies, but the server dies. If the server doesn’t die and continues to operate normally, I think you should find the seeker mentioned above.

2reactions
mojtaba-komeilicommented, Jul 6, 2022

Yeah, one of the drawbacks of the model was that it was not always using the information that was available to it. This was something addressed in the SeeKeR model, which is superior in utilizing retrieved information.

Read more comments on GitHub >

github_iconTop Results From Across the Web

how to test bb2 long memory? · Issue #4225 - GitHub
I found that BB2's memory is very short and it's difficult to remember ... --search-server relevant_search_server --knowledge-access-method ...
Read more >
Top 30+ DB2 Interview Questions & Answers 2022 - Intellipaat
Basic Interview Questions · 1. How to find the number of rows in a DB2 table? · 2. How can the duplicate values...
Read more >
Top 65 Windows Server Interview Questions - Test Prep Training
Related to this, in this blog, we will be discussing the top Windows server interview questions that will help you in getting confidence...
Read more >
Top 22 Windows Server Interview Questions and Answers ...
List of the most asked Windows Server interview questions and answers for freshers and experienced server administrator.
Read more >
Top Tableau Server Interview Questions in 2022 - MindMajix
Tableau Server Interview Questions and Answers ➔ Real-time Case Study Questions ✔️Frequently Asked ✔️Curated by Experts ✔️Download Sample Resumes.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found