Skip to main content

Datasette enrichment for analyzing row data using OpenAI's GPT models

Project description

datasette-enrichments-gpt

PyPI Changelog Tests License

Datasette enrichment for analyzing row data using OpenAI's GPT models

Installation

Install this plugin in the same environment as Datasette.

datasette install datasette-enrichments-gpt

Configuration

This plugin can optionally be configured with an OpenAI API key. You can set this as an environment variable:

export DATASETTE_SECRETS_OPENAPI_API_KEY=sk-..

Or you can configure it using the datasette-secrets plugin.

If you do not configure an OpenAI API key users will be asked to enter one any time they execute the enrichment. The key they provide will not be stored anywhere other than in-memory during the enrichment run.

Usage

Once installed, this plugin will allow users to select rows to enrich and run them through prompts using gpt-3.5-turbo or gpt-4o, saving the result of the prompt in the specified column.

The plugin also provides gpt-4o vision, which can run prompts against an image identified by a URL.

Development

To set up this plugin locally, first checkout the code. Then create a new virtual environment:

cd datasette-enrichments-gpt
python3 -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

pytest

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

datasette_enrichments_gpt-0.5.tar.gz (9.7 kB view details)

Uploaded Source

Built Distribution

datasette_enrichments_gpt-0.5-py3-none-any.whl (9.8 kB view details)

Uploaded Python 3

File details

Details for the file datasette_enrichments_gpt-0.5.tar.gz.

File metadata

File hashes

Hashes for datasette_enrichments_gpt-0.5.tar.gz
Algorithm Hash digest
SHA256 d4aa7992ce85ee18a74592c02387b216f40c027553e2ec5e80f140d01b08011f
MD5 ba5e4b67f1ebf42f991eac9a2bded0c1
BLAKE2b-256 ac339921ab268a1f31dc40c7a8e8cd2d56e3db9c89096071345ab50d33853f01

See more details on using hashes here.

File details

Details for the file datasette_enrichments_gpt-0.5-py3-none-any.whl.

File metadata

File hashes

Hashes for datasette_enrichments_gpt-0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 aef56b3b3cad6c81c4cd067e3c09e4a24f0d7f4ab346421da1e5f7742922db1e
MD5 6bbe11d1abb221cfcaa2a6ab3965bb4e
BLAKE2b-256 ea215b8fc281ed6fc5809524fb442ad23a39738da31e1295d2fb3228bc6e1488

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