RandomInternetPreson / LucidWebSearch

A web search extension for Oobabooga's text-generation-webui (now with nougat)
GNU Affero General Public License v3.0
61 stars 6 forks source link

update documentation #5

Open bridgesense opened 5 months ago

bridgesense commented 5 months ago

First off, I just have to say -- this is exactly the sort of thing I was looking for. It's useful to see and interact with the searches during the process. To me, this tool is much more useful than some of the other search aggregators that require a $50 per month subscription.

That being said, you may want to update the documentation to reflect chrome's new policy. In order to use the --remote-debugging-port=9222 flag, you are also required to use a --user-data-dir flag:

An example with Linux

/usr/bin/google-chrome-stable http://localhost:9222 --incognito --remote-debugging-port=9222 --user-data-dir=/tmp/chrome-debug
bridgesense commented 5 months ago

As an added suggestion, start the conversation by describing what you'd like to search for and have the AI generate the search terms to search for. It's an extra step, but unless you're looking up a specific error code--this step will save you some time.

RandomInternetPreson commented 5 months ago

Oh interesting, thank you so much for the information ❤️❤️ I was planning on sprucing up the extension this weekend and some of the documentation.

Thank you for your feedback too! Having the model come up with the search term is something I've been thinking of adding too.