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.
Closes #36 by adding PostgreSQL pgvector as a datastore option. - Supports any PostgreSQL standard connection (self-hosted or [hosted providers](https://github.com/pgvector/pgvector/issues/54)) - Uses SQAlchemy for abstraction - Uses a `JSONB` field...
The environment variable's expected name is `WEAVIATE_SCOPE`, not `WEAVIATE_SCOPES`. Although it is extracted and used as `WEAVIATE_SCOPES` in the code, I have renamed the docs to `WEAVIATE_SCOPE` to keep the...
## Description This adds vector datastore support for [OpenSearch](http://opensearch.org/), an open-source embedding database. The OpenSearch provides Vector data base capabilities using K-NN plugin: https://opensearch.org/docs/latest/search-plugins/knn/index/ **Things tackled in the PR:** 1....
My understanding is plugins including this one can only be used on the web interface for chatGPT. Is it possible to retrieve information from a vector database via the API...
Submitting a few changes after seeing folks getting tripped by the docs during the ChatGPT Plugins Hackathon at SHACK15 (Weaviate was one of the sponsors). 1. Rename the env var...
- Fixes https://github.com/openai/chatgpt-retrieval-plugin/issues/154 - Fixes https://github.com/openai/chatgpt-retrieval-plugin/issues/132 - Fixes https://github.com/openai/chatgpt-retrieval-plugin/issues/51 - Adds more test coverage
What would it take, to do this but have it be able to: 1. Scrape a full local directory of content. 2. Vectorize all documents including doc,pdf,txt 3. Infer and...
Hi there 👋 , I'm excited to open this PR to add support for using Postgres with the `pgvector` extension in ChatGPT plugins. This provides developers with a popular and...
This adds support for the Searchium cloud platform. [Searchium](https://www.searchium.ai/) is a vector search accelerator based on in-memory compute APU (Associative Processing Unit) Searchium makes it easy to scale seamlessly to...
I am developing a localhost plugin using the data created from process.json. But when I ask "I need alice phone number" the site crashes. Below is the video of reproduce...