chatgpt-retrieval-plugin
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.
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.