Skip to main content

Create and host retrieval plugins for ChatGPT in one click

Project description

Auto ChatGPT Retrieval Plugin

Effortlessly create and deploy your own ChatGPT Retrieval Plugins with auto-retrieval-plugin, a powerful command-line tool that takes care of hosting and server setup for you!

Quick Start

Installation

  1. Ensure you have Python 3.8 or later.
  2. Install the tool via pip:
pip install auto-retrieval-plugin

Deployment

  1. Run the following command to deploy the plugin:
auto-retrieval-plugin deploy --key <your openai key>
  1. Store the "Gateway (Http)" URL and the Bearer token provided in the output.
╭──────────────────────── 🎉 Flow is available! ────────────────────────╮
│                                                                       │
│   ID               retrieval-plugin-<plugin id>                       │
│   Gateway (Http)   https://retrieval-plugin-<plugin id>.wolf.jina.ai  │
│   Dashboard        https://dashboard.wolf.jina.ai/flow/<plugin id>    │
│                                                                       │
╰───────────────────────────────────────────────────────────────────────╯
Bearer token: <your bearer token>

Data Indexing

  1. Gather relevant text data files (PDF, TXT, DOCX, PPTX, or MD) in a directory.
  2. Index the data:
auto-retrieval-plugin index --data my_files

Or, use docarray (v0.21.0) for text data:

from docarray import Document, DocumentArray

texts = ['Text 1', 'Text 2', 'Text 3']
docs = DocumentArray([Document(text=text) for text in texts])
docs.save_binary('docs.bin')

And then:

auto-retrieval-plugin index --data docs.bin

Integration

  1. Go to OpenAI Plugins.
  2. Select "Develop your own plugin".
  3. Enter the "Gateway (Http)" URL and Bearer token from the deployment step.

Advanced Usage

Configuration

To tailor the plugin to your needs, change the name and description during deployment:

auto-retrieval-plugin deploy --key <your openai key> --name "Custom Name" --description "Custom description"

If not specified, default values will be used.

Argument Description Default Value
name Human-readable name, such as the full company name Retrieval Plugin
description Description better tailored to the model, such as token context length considerations or keyword usage for improved plugin prompting Plugin for searching through the user's documents (such as files, emails, and more) to find answers to questions and retrieve relevant information. Use it whenever a user asks something that might be found in their personal information

Listing Plugins

List your plugins and their status:

auto-retrieval-plugin list

Output:

Plugin ID: ece735568f | Status: Serving

Deleting Plugins

Delete a plugin:

auto-retrieval-plugin delete <plugin id>

Indexing Specific Plugins

Index data for a specific plugin:

auto-retrieval-plugin index --data my_files --id <plugin_id>

If the plugin ID is not specified, the last created plugin will be indexed.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

auto_retrieval_plugin-0.1.5.tar.gz (80.0 kB view details)

Uploaded Source

Built Distribution

auto_retrieval_plugin-0.1.5-py3-none-any.whl (91.3 kB view details)

Uploaded Python 3

File details

Details for the file auto_retrieval_plugin-0.1.5.tar.gz.

File metadata

  • Download URL: auto_retrieval_plugin-0.1.5.tar.gz
  • Upload date:
  • Size: 80.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.16

File hashes

Hashes for auto_retrieval_plugin-0.1.5.tar.gz
Algorithm Hash digest
SHA256 ce85515015c330c45b92ab41e9d00227eefbcb2eeba243fdd4bfc8193a2a0a08
MD5 38c4fc90a5889034400c3fb3fd731fae
BLAKE2b-256 c27a701ac3cfb60d1c465fd474fd36a7839fd5e3e3d602036c48889689b2f364

See more details on using hashes here.

File details

Details for the file auto_retrieval_plugin-0.1.5-py3-none-any.whl.

File metadata

File hashes

Hashes for auto_retrieval_plugin-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 7c0e36ce185f8d6bbc66d8aeda8a6f81a1c604fc7ccab6bb3aae220007cbfc9d
MD5 dcd72d784c2cb9a7e5bd0dc705de78e3
BLAKE2b-256 c0aa093e9df0e259755846dfd9fcf4336ef92bd61b102ff025b4e785c186afa1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page