-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
36 lines (34 loc) · 971 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[metadata]
name = llm_extractinator
version = 0.3.5
description = A framework that enables efficient extraction of structured data from unstructured text using large language models (LLMs).
long_description = file: README.md
long_description_content_type = text/markdown
author = Luc Builtjes
author_email = [email protected]
license = Apache License 2.0
license_files =
LICENSE
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
[options]
packages = find:
python_requires = >=3.6
include_package_data = True
install_requires =
pandas>=2.2.3
tqdm>=4.67.1
pydantic>=2.10.6
langchain>=0.3.16
langchain-core>=0.3.32
langchain-chroma>=0.2.1
langchain-ollama>=0.2.2
ollama>=0.4.7
tiktoken>=0.8.0
[options.entry_points]
console_scripts =
extractinate = llm_extractinator.main:main
[options.package_data]
* = *.txt, *.md