openai / chatgpt-retrieval-plugin

The ChatGPT Retrieval Plugin lets you easily find personal or work documents by asking questions in natural language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add API method to answer questions directly using the retrieval plugin

lshaoqin opened this issue · comments

At the moment, the query route under server/main.py only returns relevant chunks to the query. I would like to complete the process by adding a querygpt route which feeds the chunks back to the GPT model to return an answer.