What does HackerNews think of chatgpt-retrieval-plugin?
The ChatGPT Retrieval Plugin lets you easily search and find personal or work documents by asking questions in everyday language.
https://github.com/openai/chatgpt-retrieval-plugin
I just use SBERT which has models I can run locally
“A notable feature of the Retrieval Plugin is its capacity to provide ChatGPT with memory. By utilizing the plugin's upsert endpoint, ChatGPT can save snippets from the conversation to the vector database for later reference (only when prompted to do so by the user). This functionality contributes to a more context-aware chat experience by allowing ChatGPT to remember and retrieve information from previous conversations.”
The browser and file-upload/interpretation plugins are great, but I think the real game changer is retrieval over arbitrary documents/filesystem: https://github.com/openai/chatgpt-retrieval-plugin