chatgpt-retrieval-plugin icon indicating copy to clipboard operation
chatgpt-retrieval-plugin copied to clipboard

Add API method to answer questions directly using the retrieval plugin

Open lshaoqin opened this issue 2 years ago • 0 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.

lshaoqin avatar Oct 02 '23 14:10 lshaoqin