The ChatGPT Retrieval Plugin enables semantic search and retrieval of personal or organizational documents using natural language queries.
It enhances ChatGPT's capabilities, allowing users to obtain relevant document snippets from various data sources, and provides the AI with memory to remember and retrieve information from previous conversations.
Key terms:
ChatGPT Retrieval Plugin: A plugin that enables semantic search and retrieval of personal or organizational documents using natural language queries.
API schema: An OpenAPI JSON or YAML format file that defines the API specification for a plugin.
Manifest: A JSON file that provides relevant metadata for a plugin, such as the API schema location and the plugin's name.
Vector database: A database used to store and query embeddings of document chunks in the Retrieval Plugin.
Memory feature: A functionality of the Retrieval Plugin that provides ChatGPT with the ability to save and later reference snippets from a conversation.