LangExtract provider plugin for matrixai
Project description
# LangExtract matrixai Provider
A provider plugin for LangExtract that supports matrixai models.
Installation
pip install -e .
Environment Variables
MATRIXAI_API_KEY: API key for authenticationMATRIXAI_BASE_URL: Base url
Usage
import langextract as lx
result = lx.extract(
text="Your document here",
model_id="matrixai-model",
prompt_description="Extract entities",
examples=[...]
)
Development
- Install in development mode:
pip install -e . - Run tests:
python test_plugin.py - Build package:
python -m build - Publish to PyPI:
twine upload dist/*
License
Apache License 2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file langextract_matrixai-0.1.0.tar.gz.
File metadata
- Download URL: langextract_matrixai-0.1.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14855f5d59fcde524a9cb141228cb912e7bffde9c932ad43df506aca53d42d78
|
|
| MD5 |
4938d1ca7c115bdedb331870170b3304
|
|
| BLAKE2b-256 |
03956c47a337178f80d4106c3fd32378021180174d9e35090dd10888d1821806
|
File details
Details for the file langextract_matrixai-0.1.0-py3-none-any.whl.
File metadata
- Download URL: langextract_matrixai-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f815bb1df084d2fce8a9cb4e4e562ae1b6a1b445653b077ac1f7d0a4df92585b
|
|
| MD5 |
1d070e0bea6b9d0bb8cb78db34ec3411
|
|
| BLAKE2b-256 |
5e21b6a09174c591547dcc98a4cfff9ca0f5f64089509562ae958ed6f6fd1a35
|