llm-extractinator

View on PyPIReverse Dependencies (0)

0.1.5 llm_extractinator-0.1.5-py3-none-any.whl

Wheel Details

Project: llm-extractinator
Version: 0.1.5
Filename: llm_extractinator-0.1.5-py3-none-any.whl
Download: [link]
Size: 25733
MD5: cbeb13c734033fcb9388b4f3855dcb2a
SHA256: 0f662e7a798804473585fc76f8b3d316e7fa2aa7a654fecce18ae9dc04bcaadc
Uploaded: 2024-12-19 16:00:56 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: llm_extractinator
Version: 0.1.5
Summary: A framework that enables efficient extraction of structured data from unstructured text using large language models (LLMs).
Author: Luc Builtjes
Author-Email: Luc.Builtjes[at]radboudumc.nl
License: Apache License 2.0
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Requires-Dist: pandas
Requires-Dist: tqdm
Requires-Dist: pydantic
Requires-Dist: langchain-core
Requires-Dist: langchain-huggingface
Requires-Dist: langchain-chroma
Requires-Dist: langchain-community
Requires-Dist: langchain-ollama
Requires-Dist: ollama
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 6157 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.6.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
llm_extractinator/__init__.py sha256=Wxm_mSvJaAA4CHnarvyiXvs2pUrEAoXO_Sr5UVVI0Hg 32
llm_extractinator/data_loader.py sha256=yyiYgSu29rlM0vyExH9F05-9-BX7WQTezkOqF3n8eOE 4938
llm_extractinator/main.py sha256=FfbxB03gs4Z6yhVi_7Wkdh_9JcS3wI31SIDVK1OhcX8 7164
llm_extractinator/ollama_server.py sha256=ZYpdMWZwanQOrF29mAJ49rD1o9pKmTp9pGQ5zkJ8gOU 2428
llm_extractinator/output_parsers.py sha256=P-kM_gvMb47UNV7g8RysyBrOAbdWhmukf7Qk1uLHsyo 4078
llm_extractinator/prediction_task.py sha256=hH0wfRZr9pFqjOrN0LkCAY_GiZWfdGOil264LXkTBiQ 8719
llm_extractinator/predictor.py sha256=ir6VFzpP5iQ4yez-bVbtpL_MxDdyLhEj279l0M0UGA8 21907
llm_extractinator/utils.py sha256=w6tb2dRlJvLbqWzyIy1Ftsca5LBqvLTx562ua7qG9ok 827
llm_extractinator/prompt_templates/data_extraction/ai_prompt.txt sha256=RIoCpMJDQUrj-R-nsJI5_SIHSnO6TlAsnpAMulnRWaI 48
llm_extractinator/prompt_templates/data_extraction/human_prompt.txt sha256=raDbG8w7t9GbNNCRHgD_3hrLS7Yy8vLWuLjO00cOxnM 6
llm_extractinator/prompt_templates/data_extraction/system_prompt.txt sha256=lOrCQxbwnT-4XOMPLFAjSuWhh0YU6BJyqqyIk3wCOT4 407
llm_extractinator/prompt_templates/example_generation/human_prompt.txt sha256=U0-sb62PIXOj3wkpPSSNRRoKAZ8AfoL_R3iX4a5GuxU 61
llm_extractinator/prompt_templates/example_generation/system_prompt.txt sha256=EBlwnUgL7MFOsRFuvyrtye5a_slrM3RiRuqBCdvUPRQ 358
llm_extractinator/prompt_templates/output_fixing/human_prompt.txt sha256=aZQKAr5-eVYh6MxHn9zNgxzgR9gPuKHLOM9tHgdfZS0 318
llm_extractinator/prompt_templates/output_fixing/system_prompt.txt sha256=jZ9wC5l5k9-pez9uHDqWwsmSxl8tvJ1Lju8746e9ar0 80
llm_extractinator/prompt_templates/translation/human_prompt.txt sha256=raDbG8w7t9GbNNCRHgD_3hrLS7Yy8vLWuLjO00cOxnM 6
llm_extractinator/prompt_templates/translation/system_prompt.txt sha256=uUeJflnUWhRhc3GsnTugBUSuapnXg5w5P4Xzfm-QYIY 1414
llm_extractinator-0.1.5.dist-info/LICENSE sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
llm_extractinator-0.1.5.dist-info/METADATA sha256=yBFZ9DccYQdqdDlLYE-btjc7T6mi0xw5V6xsM3EWc4s 7119
llm_extractinator-0.1.5.dist-info/WHEEL sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U 91
llm_extractinator-0.1.5.dist-info/entry_points.txt sha256=FNBhPGfZpg-1zvroFxGFhlyXibyx261B8n9U208XsH0 61
llm_extractinator-0.1.5.dist-info/top_level.txt sha256=aPke1m30wwwFbafNNyP1qG8O_kkqNb8ZYiO7ceDTdb4 18
llm_extractinator-0.1.5.dist-info/RECORD

top_level.txt

llm_extractinator

entry_points.txt

extractinate = llm_extractinator.main:main