from Hacker News

ChatGPT Retrieval Plugin

by devstein on 3/23/23, 5:51 PM with 2 comments

  • by devstein on 3/23/23, 5:52 PM

    An impressive open source framework for custom building retrieval based ChatGPT plugins. Highlights are:

    "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. Learn how to configure the Retrieval Plugin with memory here."

    "The Retrieval Plugin is built using FastAPI, a web framework for building APIs with Python. FastAPI allows for easy development, validation, and documentation of API endpoint"

  • by ThorsBane on 3/24/23, 1:41 AM

    This is amazing. This is my all-time favorite app ever and it's two in one because now I can build with it too via these types of tools and integrations. Thank you so much for creating this. ChatGPT is amazing and these capabilities to build with this new friend are truly awe inspiring to me.