chatgpt-retrieval-plugin
chatgpt-retrieval-plugin copied to clipboard
The ChatGPT Retrieval Plugin lets you easily find personal or work documents by asking questions in natural language.
There are a few different vector databases that are supported (, but there is one popular one that isn't supported at the moment. The Chroma vector database isn't supported at...
Hi, I'm evaluating this plugin to use with my organization's data. Ideally I want to ingest both code (multiple repositories of python and SQL code), and natural language knowledge base...
Initalize -> Initialize
I do like the addition of chroma-db (PR #59) to the retrieval plugin. Unfortunately Chroma has a very heavy dependency tree (e.g. because of Torch). This means that this addition...
Was having some trouble in some contexts with the dash in local-server https://peps.python.org/pep-0008/#package-and-module-names https://github.com/openai/chatgpt-retrieval-plugin/issues/237
Is it possible for me to host all of the solution, including the plugin, chatgpt UI and model all in my cloud server without calling any APIs to OpenAI? Thank...
Whenever I try to use upsert document for either a pdf or .txt file the server response is always Internal Server Error, but all other calls appear to work as...
this image has all modules installed and will solve the issue instead of separately loading modules i.e. for all people that could not follow and had led to errors who...
Llama index has undergone a major update to version 6. The old way of storing and index no longer seems to exist. Unfortunately it seems to be a breaking change....
Dashes in module names are not allowed for commands and not recommended within codes by PEP8. The current codebase has "local-server" as a module and it's presented as a script...