Skip to content
New issue

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

Question re-web search #2

Open
bbecausereasonss opened this issue Jul 7, 2023 · 5 comments
Open

Question re-web search #2

bbecausereasonss opened this issue Jul 7, 2023 · 5 comments

Comments

@bbecausereasonss
Copy link

bbecausereasonss commented Jul 7, 2023

  1. Very cool tool! The first AGI i've tried that works, is beautiful and easy to install.

  2. Curious about a couple of things:

  • Is it possible to incorporate other engines like Bing, Yandex? (Or ideally have the agent search through top 3 engines)
  • Is it possible to alter the length of the findings/report?
  • Is it possible to alter the search depth? How many pages does it go through and how does it decide which articles are worthy? Right now it seems to grab some pretty basic stuff that get's to the top of engines (often not the best content just the most gamed)
@sorawit
Copy link
Contributor

sorawit commented Jul 8, 2023

Hey @bbecausereasonss. Thanks for your suggestions! and glad you find BlockAGI useful.

  • Adding more tools (like searching with Bing or Yandex) is something we can do and BlockAGI tech can support that easily.
  • Altering the length of the findings using configuration is not possible as of now, but we can make it happen. For now, you can go ahead to this line of code blockagi/chains/narrate.py#L101 to adjust the prompt and play around with it.
  • That's interesting. We haven't thought of that. Extracting links for pages that BlockAGI visits to go down further sounds like a solid strategy.

@bbecausereasonss
Copy link
Author

bbecausereasonss commented Jul 8, 2023

Something else that would be really cool is if it could do research through other means as well.

ie) You can do research on Reddit (it can find threads, and parse comments). Or Quora.

Reddit and Quora are two of the largest search DBs now :)

@smiled0g
Copy link
Contributor

smiled0g commented Jul 8, 2023

On it! We're working to add tools & data sources. We'll keep you updated.

@bbecausereasonss
Copy link
Author

Awesome. Goes without saying also the the ability to add a specific task/sub-tasks, end research and start new session should all be done through the UI for ease of use. As you have to kill, edit the cfg, restart each time.

@smiled0g
Copy link
Contributor

Yes those would be something we'd love to add. The only problem with it is that those features will make the code more complex than it already is. We're looking for a good middle ground though to allow more user control without convoluting the code too much.

Great suggestion @bbecausereasonss!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants