Lazy RAG: I made a GPT (a system prompt) that tells ChatGPT to use it's own...
Lazy RAG:
I made a GPT (a system prompt) that tells ChatGPT to use it's own info to think of #pypi packages that match my needs, then to search bing using `domain:pypi.org possible-package` to check if it really exists
Here is an example looking for version bumping. I haven't revisited bumpversion because when I last tried, the tool was like: here write your own f*king regex and provide it to the tool, I think any tool that delegates the hard stuff to the end user is 💩
https://chat.openai.com/share/20617aea-ce97-4282-b556-e54225dfe4a7
Self-replies
Why do I ask it to use it's own internal knowledge first? Because if you ask it to do a bing search it will use your key words, then hyperfixate on bings top 5 results. You now have the worlds most expensive interface to bing's top 5 results and you've lost the ability to do semantic search.
Here is the link to the GPT. https://chat.openai.com/g/g-b2eHsARNh-pypi-package-researcher