Lazy RAG: I made a GPT (a system prompt) that tells ChatGPT to use it's own...

@mistersql

Lazy RAG:

I made a GPT (a system prompt) that tells ChatGPT to use it's own info to think of 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 💩

chat.openai.com/share/20617aea

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.