openai / chatgpt-retrieval-plugin

The ChatGPT Retrieval Plugin lets you easily find personal or work documents by asking questions in natural language.
MIT License
21.02k stars 3.69k forks source link

Add API method to answer questions directly using the retrieval plugin #369

Open lshaoqin opened 12 months ago

lshaoqin commented 12 months ago

At the moment, the query route underserver/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.