# datasette-enrichments-llm
[](https://pypi.org/project/datasette-enrichments-llm/)
[](https://github.com/datasette/datasette-enrichments-llm/releases)
[](https://github.com/datasette/datasette-enrichments-llm/actions/workflows/test.yml)
[](https://github.com/datasette/datasette-enrichments-llm/blob/main/LICENSE)
Enrich data by prompting LLMs
This is an **early alpha**.
## Installation
Install this plugin in the same environment as Datasette.
```bash
datasette install datasette-enrichments-llm
```
## Usage
The plugin will enable enrichments to be run against any [LLM](https://llm.datasette.io/) model that has an LLM plugin providing [asynchronous support](https://llm.datasette.io/en/stable/plugins/advanced-model-plugins.html#async-models) for that model.
Multi-modal models are supported via the `media_url` parameter.
API keys currently use the default LLM mechanism, probably best set using environment variables.
## Development
To set up this plugin locally, first checkout the code. Then create a new virtual environment:
```bash
cd datasette-enrichments-llm
python -m venv venv
source venv/bin/activate
```
Now install the dependencies and test dependencies:
```bash
pip install -e '.[test]'
```
To run the tests:
```bash
python -m pytest
```
Raw data
{
"_id": null,
"home_page": null,
"name": "datasette-enrichments-llm",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": null,
"author": "Simon Willison",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/31/d7/4cb2ce62636edf7611eb866c100310c663215b6e11733e3e26d726c3e09f/datasette_enrichments_llm-0.1a1.tar.gz",
"platform": null,
"description": "# datasette-enrichments-llm\n\n[](https://pypi.org/project/datasette-enrichments-llm/)\n[](https://github.com/datasette/datasette-enrichments-llm/releases)\n[](https://github.com/datasette/datasette-enrichments-llm/actions/workflows/test.yml)\n[](https://github.com/datasette/datasette-enrichments-llm/blob/main/LICENSE)\n\nEnrich data by prompting LLMs\n\nThis is an **early alpha**.\n\n## Installation\n\nInstall this plugin in the same environment as Datasette.\n```bash\ndatasette install datasette-enrichments-llm\n```\n## Usage\n\nThe plugin will enable enrichments to be run against any [LLM](https://llm.datasette.io/) model that has an LLM plugin providing [asynchronous support](https://llm.datasette.io/en/stable/plugins/advanced-model-plugins.html#async-models) for that model.\n\nMulti-modal models are supported via the `media_url` parameter.\n\nAPI keys currently use the default LLM mechanism, probably best set using environment variables.\n\n## Development\n\nTo set up this plugin locally, first checkout the code. Then create a new virtual environment:\n```bash\ncd datasette-enrichments-llm\npython -m venv venv\nsource venv/bin/activate\n```\nNow install the dependencies and test dependencies:\n```bash\npip install -e '.[test]'\n```\nTo run the tests:\n```bash\npython -m pytest\n```\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Enrich data by prompting LLMs",
"version": "0.1a1",
"project_urls": {
"CI": "https://github.com/datasette/datasette-enrichments-llm/actions",
"Changelog": "https://github.com/datasette/datasette-enrichments-llm/releases",
"Homepage": "https://github.com/datasette/datasette-enrichments-llm",
"Issues": "https://github.com/datasette/datasette-enrichments-llm/issues"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "8fca949746b02fc329a3cfd3c87f84e89b0837235a29fa93b920145086c60b95",
"md5": "15b86ed964941554c2eb8e1e9986a797",
"sha256": "28ebbc047d2abaf3ca39e978332b4fb0ec686a72927e190df3bbf07988215e17"
},
"downloads": -1,
"filename": "datasette_enrichments_llm-0.1a1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "15b86ed964941554c2eb8e1e9986a797",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 8469,
"upload_time": "2025-10-21T00:56:23",
"upload_time_iso_8601": "2025-10-21T00:56:23.215666Z",
"url": "https://files.pythonhosted.org/packages/8f/ca/949746b02fc329a3cfd3c87f84e89b0837235a29fa93b920145086c60b95/datasette_enrichments_llm-0.1a1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "31d74cb2ce62636edf7611eb866c100310c663215b6e11733e3e26d726c3e09f",
"md5": "f131f3a88805ca93d2e80c047bd06e14",
"sha256": "09e6abe8693011137c0e3646c3ca55cc4ccb075d61ecf7e9847fe2573f56a006"
},
"downloads": -1,
"filename": "datasette_enrichments_llm-0.1a1.tar.gz",
"has_sig": false,
"md5_digest": "f131f3a88805ca93d2e80c047bd06e14",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 8069,
"upload_time": "2025-10-21T00:56:24",
"upload_time_iso_8601": "2025-10-21T00:56:24.249013Z",
"url": "https://files.pythonhosted.org/packages/31/d7/4cb2ce62636edf7611eb866c100310c663215b6e11733e3e26d726c3e09f/datasette_enrichments_llm-0.1a1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-21 00:56:24",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "datasette",
"github_project": "datasette-enrichments-llm",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "datasette-enrichments-llm"
}