semantic-construct 0.0.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- semantic_construct/__init__.py +1 -0
- semantic_construct/utils/__init__.py +1 -0
- semantic_construct-0.0.1.dist-info/METADATA +82 -0
- semantic_construct-0.0.1.dist-info/RECORD +7 -0
- semantic_construct-0.0.1.dist-info/WHEEL +5 -0
- semantic_construct-0.0.1.dist-info/entry_points.txt +5 -0
- semantic_construct-0.0.1.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# Copyright (c) Huawei Technologies Co., Ltd. 2026-2026. All rights reserved.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# Copyright (c) Huawei Technologies Co., Ltd. 2026-2026. All rights reserved.
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: semantic-construct
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Unified semantic layer for better business decision.
|
|
5
|
+
Requires-Python: <3.14,>=3.10
|
|
6
|
+
Description-Content-Type: text/markdown
|
|
7
|
+
Requires-Dist: requests>=2.28.0
|
|
8
|
+
Requires-Dist: mysql-connector-python>=8.0.0
|
|
9
|
+
Requires-Dist: apscheduler>=3.10.0
|
|
10
|
+
Requires-Dist: openai>=1.0.0
|
|
11
|
+
Requires-Dist: pyyaml>=6.0
|
|
12
|
+
Requires-Dist: openai>=1.40.0
|
|
13
|
+
Requires-Dist: python-dotenv>=1.0.1
|
|
14
|
+
Requires-Dist: PyYAML>=6.0.2
|
|
15
|
+
Requires-Dist: PyMuPDF>=1.24.0
|
|
16
|
+
Requires-Dist: PyPDF2>=3.0.1
|
|
17
|
+
Requires-Dist: pycryptodome>=3.20.0
|
|
18
|
+
Requires-Dist: psycopg[binary]>=3.2.0
|
|
19
|
+
Requires-Dist: litellm>=1.51.0
|
|
20
|
+
Requires-Dist: fastapi>=0.115.0
|
|
21
|
+
Requires-Dist: uvicorn>=0.30.0
|
|
22
|
+
Requires-Dist: python-multipart>=0.0.9
|
|
23
|
+
Requires-Dist: loguru>=0.7.3
|
|
24
|
+
Requires-Dist: pydantic>=2.0
|
|
25
|
+
Requires-Dist: pydantic-settings>=2.0
|
|
26
|
+
Requires-Dist: networkx>=3.0
|
|
27
|
+
Requires-Dist: langchain-openai>=0.1.0
|
|
28
|
+
Requires-Dist: ray[data]>=2.9.0
|
|
29
|
+
Provides-Extra: unstructured
|
|
30
|
+
Requires-Dist: fastapi>=0.116.1; extra == "unstructured"
|
|
31
|
+
Requires-Dist: uvicorn>=0.35.0; extra == "unstructured"
|
|
32
|
+
Requires-Dist: python-multipart>=0.0.20; extra == "unstructured"
|
|
33
|
+
Requires-Dist: pdfplumber>=0.11.7; extra == "unstructured"
|
|
34
|
+
Provides-Extra: omniextractor
|
|
35
|
+
Requires-Dist: pypdfium2>=4.0.0; extra == "omniextractor"
|
|
36
|
+
Requires-Dist: Pillow>=10.0.0; extra == "omniextractor"
|
|
37
|
+
Requires-Dist: httpx>=0.27.0; extra == "omniextractor"
|
|
38
|
+
Requires-Dist: mineru[pipeline]; extra == "omniextractor"
|
|
39
|
+
Requires-Dist: docling>=2.0.0; extra == "omniextractor"
|
|
40
|
+
Requires-Dist: pypptx-with-oxml>=1.0.0; extra == "omniextractor"
|
|
41
|
+
Provides-Extra: tests
|
|
42
|
+
Requires-Dist: pytest-cov>=4.0.0; extra == "tests"
|
|
43
|
+
Requires-Dist: pytest>=9.0.2; extra == "tests"
|
|
44
|
+
Requires-Dist: pytestarch>=4.0.1; extra == "tests"
|
|
45
|
+
Requires-Dist: diff_cover; extra == "tests"
|
|
46
|
+
Requires-Dist: httpx>=0.27.0; extra == "tests"
|
|
47
|
+
Provides-Extra: dev
|
|
48
|
+
Requires-Dist: black>=24.0.0; extra == "dev"
|
|
49
|
+
Requires-Dist: coverage>=7.0.0; extra == "dev"
|
|
50
|
+
Requires-Dist: isort>=5.13.0; extra == "dev"
|
|
51
|
+
Requires-Dist: mypy>=1.14.0; extra == "dev"
|
|
52
|
+
Requires-Dist: pre-commit>=4.0.0; extra == "dev"
|
|
53
|
+
Requires-Dist: ruff>=0.8.0; extra == "dev"
|
|
54
|
+
Requires-Dist: pytest>=7.0.0; extra == "dev"
|
|
55
|
+
Requires-Dist: shellcheck-py>=0.10.0.1; extra == "dev"
|
|
56
|
+
Provides-Extra: examples
|
|
57
|
+
Requires-Dist: openai-agents==0.10.5; extra == "examples"
|
|
58
|
+
Provides-Extra: all
|
|
59
|
+
Requires-Dist: semantic-construct[omniextractor,unstructured]; extra == "all"
|
|
60
|
+
|
|
61
|
+
# SemanticConstruct
|
|
62
|
+
|
|
63
|
+
语义建模。
|
|
64
|
+
|
|
65
|
+
## DocArbor
|
|
66
|
+
|
|
67
|
+
DocArbor is the long-document tree indexing and retrieval package in this repository.
|
|
68
|
+
Its source code is physically located under:
|
|
69
|
+
|
|
70
|
+
```text
|
|
71
|
+
src/semantic_construct/core/knowledge/augmentation/docarbor/
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
It is still exposed as the public Python package and CLI name `docarbor`.
|
|
75
|
+
|
|
76
|
+
Start here:
|
|
77
|
+
|
|
78
|
+
- [DocArbor README](docs/docarbor/README.md): capabilities, configuration, CLI usage, and API examples.
|
|
79
|
+
- [DocArbor contributing guide](docs/docarbor/CONTRIBUTING.md): first-time developer setup, local checks, formatting, and commit conventions.
|
|
80
|
+
- [DocArbor REST API](docs/docarbor/REST_API.md): service endpoints, runtime capability discovery, documents, and jobs.
|
|
81
|
+
- [DocArbor design notes](docs/docarbor/docarbor_project_design.md): architecture and pipeline details.
|
|
82
|
+
- [FinanceBench guide](bench/FinanceBench/README.md): local benchmark data preparation and evaluation commands.
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
semantic_construct/__init__.py,sha256=9euqhS9NNITjL-Pne1QZcjc8rbfNq38urE3fN0AgaIo,79
|
|
2
|
+
semantic_construct/utils/__init__.py,sha256=9euqhS9NNITjL-Pne1QZcjc8rbfNq38urE3fN0AgaIo,79
|
|
3
|
+
semantic_construct-0.0.1.dist-info/METADATA,sha256=t5HrJidkhQijthqcQrjfo_0xb2WPRWzQVrj6P3LHSLI,3410
|
|
4
|
+
semantic_construct-0.0.1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
5
|
+
semantic_construct-0.0.1.dist-info/entry_points.txt,sha256=iMNIOjZhcpZMhG2Ie8Xv8zOJTfMQSnAJOv40BVPEx2w,230
|
|
6
|
+
semantic_construct-0.0.1.dist-info/top_level.txt,sha256=En6kjhAV-uK_u1p09YWoi96Lt-0gy-ktVoaYIX-Acec,19
|
|
7
|
+
semantic_construct-0.0.1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
semantic_construct
|