openai / chatgpt-retrieval-plugin

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

Retrieval Plugin with API #203

Open ji21 opened 1 year ago

ji21 commented 1 year ago

My understanding is plugins including this one can only be used on the web interface for chatGPT. Is it possible to retrieve information from a vector database via the API to provide customized responses? Thanks!

scooperics commented 1 year ago

use langchain

alexgain commented 1 year ago

Also checking on this

BoPengGit commented 1 year ago

Yea can we switch from chatGPT to a locally hosted model?