Internet Access for AI #51
MarkSavelij
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greeting
Good afternoon!
I would like to share my idea on how to improve the plugin. Especially since it is under development and constantly being improved. And who knows, maybe my idea will appeal to the author:). I'll say in advance that I am not a programmer, and the idea may be too complex to implement, but still.
Preface
I have been using this plugin for some time now and have tried many local neural networks (total volume ~0.5tb) and many of them do an excellent job of correcting text and other tasks, but as it turned out, none of them have access to the internet, access to websites.
If you've ever used Copilot, built into Edge browser, you've probably noticed that after a request it starts displaying key questions required to answer the task at hand. And this is exactly what I propose to implement in the plugin. Is it possible to add something similar?
Vision of Implementation
I imagine a step-by-step work of the AI model.
The first stage is a request like: "Formulate key questions for searching in a search engine, try to refer to trusted websites, such as (Wikipedia, Google Maps, etc.), and use words like (documentation, etc.)" You can come up with anything and change it in the settings, as is already implemented in the plugin.
After the generated questions are automatically inserted into some search engine, which can be selected in the settings.
We copy text from the first websites, preferably also images, in case of using multimodal neural networks, but we can do without them.
Also, I think that at this stage it is worth adding a limiter - by the number of sites or by the number of copied characters from the sites.
And after all the work done. The second stage is to ask the neural network to solve the task using up-to-date data.
It is probably worth adding the possibility of some parallelization: to give the first task of compiling requests to one neural network, and reading and the final answer - to another.
Use Cases
Simply limitless!
I think everyone can find an application for this function.
Wishlist
I would really like to see something like this, because it will take the execution of the plugin to a new level.
I would also like to hear some feedback, opinion - how feasible is this? If so, did this idea inspire you? Am I the only one who wants to see such an implementation?
Gratitude
Thank you in advance for considering my idea, writing a comment, and helping to promote it.
Beta Was this translation helpful? Give feedback.
All reactions