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

I have to use "from my document" phrase for the query searching from my custom ChatGPT plugin to get an answer from my data source.

Open komal1345 opened this issue 2 years ago • 0 comments

I am using local server to test integration of my application with ChatGPT , trying to create custom plugin using In-memory storage of chromadb. For query searching, if i directly put my query, I don't answer from my data source(documents). I have to use "from my document" phrase in order to get prompt search from my documents. Also, tried with deploying it on server, but getting same issue.

komal1345 avatar Jun 20 '23 12:06 komal1345