[HN Gopher] ChatGPT Retrieval Plugin
___________________________________________________________________
ChatGPT Retrieval Plugin
Author : devstein
Score : 24 points
Date : 2023-03-23 17:51 UTC (5 hours ago)
(HTM) web link (github.com)
(TXT) w3m dump (github.com)
| devstein wrote:
| 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"
___________________________________________________________________
(page generated 2023-03-23 23:03 UTC)