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

When positing a new document, it creates the embeddings as shown in the screenshot. However, when querying for documents, i am always getting this response, when embeddings are `null`. I...

## Summary - Update the `upsert` and `upsert-file` endpoints to take additional params to allow the user to summarize the documents before upserting them ## Context - Preprocessing the documents...

python version:3.10 or 3.11 pip version: 23.0.1 system: mac pip install grpcio==1.47.5 Could not find . This could mean the following: * You're on Ubuntu and haven't run `apt-get install...

Hello, I was able to call upsert-file with a pdf document and it returned successfully an id for the document. However, when I try to query I am getting a...

This pull request adds a logging system to the project with the following changes: 1. Created a new `/logs` directory to store log files. 2. Added a new file `/logs/log_config.py`...

> User Interface: Developing a user interface for managing documents and interacting with the plugin could improve the user experience. I was thinking of including a standalone frontend web app...

I believe /upsert-file should be setting the source to 'file' type. Currently it is left as null and hence results in an error during query as follows: Error: 1 validation...

Add redis module check to address: https://github.com/openai/chatgpt-retrieval-plugin/issues/26 https://github.com/openai/chatgpt-retrieval-plugin/issues/17