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.
## Pull Request (PR) Checklist If you'd like to contribute, please follow the checklist below when submitting a PR. This will help us review and merge your changes faster! Thank...
I would like to propose a new vector database to be included in the chatgpt-retrieval-plugin ecosystem. Below is the official link to our vector database. https://www.transwarp.cn/starwarp Motivation I hope that...
Good day, I'm new to the plugin and I want to ask a question about this. 1. I tried to uncomment and set a default value for namespace for pinecone...
Trying to set up an image generator for my website.
Vulnerability updates - Bump aiohttp from 3.8.4 to 3.8.5 - aiohttp.web.Application vulnerable to HTTP request smuggling via llhttp HTTP request parser - Bump certifi from 2023.5.7 to 2023.7.22 - Removal...
Where does the "match_page_sections" RPC come from in the postgres datastore? I am missing this detail in the setup. Tests aren't passing without this RPC being defined in the db.
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...
Hello. Is it possible to query without providing the "query" attribute but conversely, providing 'document_id' ? I was looking at the code but could not find a way of doing...
The current redis image needs other modules to be installed, otherwise leads to error.
Adding this conversational UI would enable people to 'talk' directly with the backend and API requests to be carried out more effectively. RAG can help with some of the problems...