SarIA is a powerfull but little GPT-powered web-based assistant that has the hability to search in Google
Using a simple python libraries, it quickly browses the web and checks the results and returns an intelligent summary to the user with the desired search result, as of today SarIA is capable of searching only on Google and its tied to the token limit imposed by OpenAI, however with some changes almost anything can be done
Whenever you want the assistant to search for something, just type "search this:" next to the thing you want to look for. It's really simple as of today and not really overwhelming, but it provides quite a smart answer and understands the type of websites it's analyzing during the search phase. It's also able to tell you the exact issue it has in case he can't provide an answer for your search.
Just install dependencies (requirements.txt) and run the flask server afterwards.
The assistant still has a couple of limitations, expect in the future updates some upgrades that are still in paper:.
- Look multiple websites
- Use multiple search engines
- Read PDFs from websites
- Identify images and search them on search engines
- To interact with the user's pc via Macros
- Optimize code and responsiveness