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

The ChatGPT Retrieval Plugin lets you easily find personal or work documents by asking questions in natural language.

Results 263 chatgpt-retrieval-plugin issues
Sort by recently updated
recently updated
newest added

use a random temp file name to store upload files, which prevent collisions in concurrent upload scenarios.

I'm experiencing the following issue whilst trying to start the application using the local Redis Docker container. I've followed the instructions at https://github.com/openai/chatgpt-retrieval-plugin#redis. #### Redis Container ```sh cd examples/docker/redis docker-compose...

Using dict make the code more readable and easier to modify without changing the index settings.

My Python -V returns 3.10.10 and i am using ubuntu 20 When i run the command "poetry env use python3" i get an error: /usr/lib/python3/dist-packages/requests/__init__.py:89: RequestsDependencyWarning: urllib3 (1.26.15) or chardet...

I have a question about ChatGPTPluginRetriever and LangChain VectorStore Retriever. I wanner use Enterprise Private Data with chatGPT, several weeks ago, there is no OpenAI chatGPT Plugin, I intend to...

Adding Deep Lake as a data store. For more information please see below. 1. Here is [whitepaper](https://www.deeplake.ai/whitepaper) and [academic paper](https://arxiv.org/pdf/2209.10785.pdf) for Deep Lake 2. Here is a set of additional...

I've setup the project locally, inserted the example zip file using the Milvus datastore. When I run a query command in Postman I'm not getting any results. Am I missing...

- Expand the data sources used in the model training, including texts in other languages and from diverse sources. - Regularly update the language model with new data and discoveries...

hey, great service here, thank you! In terms of security , passing secrets as environment variable isn't great as other processes have access to the environment. The best practice here...

Is it currently only possible to write chatgpt plugins with chatgpt-retrieval-plugin in python or can I use all languages supported by the openai API?