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.
The .env.example gives the impression that .env are supported. It would be convinient to already load the poetry-plugin-dotenv to support a .env file with secrets.
I remember watching something before coming to this repo site but lost the URL. It looked fairly official. Does anyone have it?
It seems that the langchain dependency should be pinned.
I'm interested in utilising a ChatGPT setup with the retrieval provided by this plugin. However it seems the custom plugins feature has now been deprecated, so you can no longer...
## env ``` export DATASTORE=postgres export PG_HOST=localhost export PG_PORT=5432 export PG_USER=river export PG_DB=postgres export PG_PASSWORD=a123456 ``` ## problem I encountered an issue while running a plugin on my local Mac....
*Short Description*: This PR fixes an issue where it's not possible to use the Azure CosmosDB datastore provider because it needs some default values for both similarity and num lines....
Hello, When I execute with the Azure CosmosDB datastore provider, the server is not able to start as it's trying to create the provider without providing the num_lists and similarity...
Since Chat GPT discontinued the use of plugins in favor of GPTs, is it possible to adapt this plugin for GPT Actions? Or must it run in the API Playground...
This change adds a datastore implementation for [DashVector](https://pypi.org/project/dashvector/), which a fully-managed vectorDB service that supports high-dimension dense and sparse vectors , real-time insertion, and filtered search. It is built to...