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

[PostgresML](https://postgresml.org/) is added as a datastore provider. Using PostgresML, in addition to embeddings/vector search, users can enhance their text data by running NLP tasks like text classification, token classification etc....

The task is to resolve issue #237 by replacing all dashes with underquotes.

After the merge of #428, "Addition of MongoDB Atlas Datastore", was merged, it was pointed out to us that the link to `setup.md` pointed to the wrong directory ("mongodb_atlas" instead...

Addition of KDB.AI (https://kdb.ai) vector database as a data store. Dependencies: kdbai_client ^v0.1.1 Python package. Sample notebook: https://github.com/KxSystems/chatgpt-retrieval-plugin/blob/KDB.AI/examples/providers/kdbai/ChatGPT_QA_Demo.ipynb

## Pull Request (PR) Checklist **Short Description**: Refactor the Postgres datastore delete implementation to use parameterized queries. **Issue(s) Linked**: N/A **Branch**: Branch in fork: https://github.com/kurt-r2c/chatgpt-retrieval-plugin/tree/kb/postgres-delete-parameterized-query **Code Changes & Tests**: Minimal...

When I upsert pdf file with redis and call /query, log becomes like this [Error: Error parsing vector similarity query: query vector blob size (12288) does not match index's expected...

Changed concatenation of strings to f-strings to avoid potential type's mismatch, simplify the code and unify it with others parts of code

This minor change updates the URL of the [Weaviate Docker image](https://weaviate.io/developers/weaviate/installation/docker-compose). ​Instead of the standard Docker registry, Weaviate now makes use of a custom registry running at `cr.weaviate.io`. Thanks in...