QuerySUTRA 0.3.2__tar.gz → 0.3.3__tar.gz
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.
- {querysutra-0.3.2/QuerySUTRA.egg-info → querysutra-0.3.3}/PKG-INFO +2 -7
- {querysutra-0.3.2 → querysutra-0.3.3/QuerySUTRA.egg-info}/PKG-INFO +2 -7
- {querysutra-0.3.2 → querysutra-0.3.3}/QuerySUTRA.egg-info/SOURCES.txt +0 -4
- {querysutra-0.3.2 → querysutra-0.3.3}/pyproject.toml +6 -19
- {querysutra-0.3.2 → querysutra-0.3.3}/sutra/__init__.py +2 -2
- {querysutra-0.3.2 → querysutra-0.3.3}/sutra/sutra.py +281 -463
- querysutra-0.3.2/.gitignore +0 -50
- querysutra-0.3.2/config.py +0 -48
- querysutra-0.3.2/main.py +0 -109
- querysutra-0.3.2/test_openapi.py +0 -17
- {querysutra-0.3.2 → querysutra-0.3.3}/LICENSE +0 -0
- {querysutra-0.3.2 → querysutra-0.3.3}/MANIFEST.in +0 -0
- {querysutra-0.3.2 → querysutra-0.3.3}/QuerySUTRA.egg-info/dependency_links.txt +0 -0
- {querysutra-0.3.2 → querysutra-0.3.3}/QuerySUTRA.egg-info/requires.txt +0 -0
- {querysutra-0.3.2 → querysutra-0.3.3}/QuerySUTRA.egg-info/top_level.txt +0 -0
- {querysutra-0.3.2 → querysutra-0.3.3}/README.md +0 -0
- {querysutra-0.3.2 → querysutra-0.3.3}/examples/quickstart.py +0 -0
- {querysutra-0.3.2 → querysutra-0.3.3}/examples/sutra_usage_guide.ipynb +0 -0
- {querysutra-0.3.2 → querysutra-0.3.3}/examples/usage_guide.ipynb +0 -0
- {querysutra-0.3.2 → querysutra-0.3.3}/requirements.txt +0 -0
- {querysutra-0.3.2 → querysutra-0.3.3}/setup.cfg +0 -0
- {querysutra-0.3.2 → querysutra-0.3.3}/setup.py +0 -0
- {querysutra-0.3.2 → querysutra-0.3.3}/sutra/cache_manager.py +0 -0
- {querysutra-0.3.2 → querysutra-0.3.3}/sutra/clear_cache.py +0 -0
- {querysutra-0.3.2 → querysutra-0.3.3}/sutra/core.py +0 -0
- {querysutra-0.3.2 → querysutra-0.3.3}/sutra/data_loader.py +0 -0
- {querysutra-0.3.2 → querysutra-0.3.3}/sutra/database_manager.py +0 -0
- {querysutra-0.3.2 → querysutra-0.3.3}/sutra/direct_query.py +0 -0
- {querysutra-0.3.2 → querysutra-0.3.3}/sutra/feedback.py +0 -0
- {querysutra-0.3.2 → querysutra-0.3.3}/sutra/feedback_matcher.py +0 -0
- {querysutra-0.3.2 → querysutra-0.3.3}/sutra/nlp_processor.py +0 -0
- {querysutra-0.3.2 → querysutra-0.3.3}/sutra/schema_embeddings.py +0 -0
- {querysutra-0.3.2 → querysutra-0.3.3}/sutra/schema_generator.py +0 -0
- {querysutra-0.3.2 → querysutra-0.3.3}/sutra/sutra_client.py +0 -0
- {querysutra-0.3.2 → querysutra-0.3.3}/sutra/sutra_core.py +0 -0
- {querysutra-0.3.2 → querysutra-0.3.3}/sutra/sutra_simple.py +0 -0
- {querysutra-0.3.2 → querysutra-0.3.3}/sutra/visualizer.py +0 -0
- {querysutra-0.3.2 → querysutra-0.3.3}/tests/__init__.py +0 -0
- {querysutra-0.3.2 → querysutra-0.3.3}/tests/test_modules.py +0 -0
- {querysutra-0.3.2 → querysutra-0.3.3}/tests/test_sutra.py +0 -0
- {querysutra-0.3.2 → querysutra-0.3.3}/utils/__init__.py +0 -0
- {querysutra-0.3.2 → querysutra-0.3.3}/utils/file_utils.py +0 -0
- {querysutra-0.3.2 → querysutra-0.3.3}/utils/text_utils.py +0 -0
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: QuerySUTRA
|
|
3
|
-
Version: 0.3.
|
|
4
|
-
Summary: SUTRA: Structured-Unstructured-Text-Retrieval-Architecture
|
|
3
|
+
Version: 0.3.3
|
|
4
|
+
Summary: SUTRA: Structured-Unstructured-Text-Retrieval-Architecture
|
|
5
5
|
Home-page: https://github.com/yourusername/querysutra
|
|
6
6
|
Author: Aditya Batta
|
|
7
7
|
Author-email:
|
|
8
8
|
License: MIT
|
|
9
|
-
Classifier: Development Status :: 4 - Beta
|
|
10
|
-
Classifier: Intended Audience :: Developers
|
|
11
|
-
Classifier: Topic :: Database
|
|
12
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
13
|
-
Classifier: Programming Language :: Python :: 3
|
|
14
9
|
Requires-Python: >=3.8
|
|
15
10
|
Description-Content-Type: text/markdown
|
|
16
11
|
License-File: LICENSE
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: QuerySUTRA
|
|
3
|
-
Version: 0.3.
|
|
4
|
-
Summary: SUTRA: Structured-Unstructured-Text-Retrieval-Architecture
|
|
3
|
+
Version: 0.3.3
|
|
4
|
+
Summary: SUTRA: Structured-Unstructured-Text-Retrieval-Architecture
|
|
5
5
|
Home-page: https://github.com/yourusername/querysutra
|
|
6
6
|
Author: Aditya Batta
|
|
7
7
|
Author-email:
|
|
8
8
|
License: MIT
|
|
9
|
-
Classifier: Development Status :: 4 - Beta
|
|
10
|
-
Classifier: Intended Audience :: Developers
|
|
11
|
-
Classifier: Topic :: Database
|
|
12
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
13
|
-
Classifier: Programming Language :: Python :: 3
|
|
14
9
|
Requires-Python: >=3.8
|
|
15
10
|
Description-Content-Type: text/markdown
|
|
16
11
|
License-File: LICENSE
|
|
@@ -1,24 +1,16 @@
|
|
|
1
1
|
[build-system]
|
|
2
|
-
requires = ["setuptools>=45", "wheel"
|
|
2
|
+
requires = ["setuptools>=45", "wheel"]
|
|
3
3
|
build-backend = "setuptools.build_meta"
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "QuerySUTRA"
|
|
7
|
-
version = "0.3.
|
|
8
|
-
description = "SUTRA: Structured-Unstructured-Text-Retrieval-Architecture
|
|
7
|
+
version = "0.3.3"
|
|
8
|
+
description = "SUTRA: Structured-Unstructured-Text-Retrieval-Architecture"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.8"
|
|
11
11
|
license = {text = "MIT"}
|
|
12
|
-
authors = [
|
|
13
|
-
|
|
14
|
-
]
|
|
15
|
-
classifiers = [
|
|
16
|
-
"Development Status :: 4 - Beta",
|
|
17
|
-
"Intended Audience :: Developers",
|
|
18
|
-
"Topic :: Database",
|
|
19
|
-
"License :: OSI Approved :: MIT License",
|
|
20
|
-
"Programming Language :: Python :: 3",
|
|
21
|
-
]
|
|
12
|
+
authors = [{name = "Aditya Batta"}]
|
|
13
|
+
|
|
22
14
|
dependencies = [
|
|
23
15
|
"pandas>=1.3.0",
|
|
24
16
|
"numpy>=1.21.0",
|
|
@@ -34,9 +26,4 @@ dependencies = [
|
|
|
34
26
|
mysql = ["sqlalchemy>=1.4.0", "mysql-connector-python>=8.0.0"]
|
|
35
27
|
postgres = ["sqlalchemy>=1.4.0", "psycopg2-binary>=2.9.0"]
|
|
36
28
|
embeddings = ["sentence-transformers>=2.0.0"]
|
|
37
|
-
all = [
|
|
38
|
-
"sqlalchemy>=1.4.0",
|
|
39
|
-
"mysql-connector-python>=8.0.0",
|
|
40
|
-
"psycopg2-binary>=2.9.0",
|
|
41
|
-
"sentence-transformers>=2.0.0",
|
|
42
|
-
]
|
|
29
|
+
all = ["sqlalchemy>=1.4.0", "mysql-connector-python>=8.0.0", "psycopg2-binary>=2.9.0", "sentence-transformers>=2.0.0"]
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
QuerySUTRA - Structured-Unstructured-Text-Retrieval-Architecture
|
|
3
3
|
Creates multiple structured tables from ANY data with AI
|
|
4
4
|
|
|
5
|
-
v0.3.
|
|
5
|
+
v0.3.3 - FIXED: Proper primary/foreign keys and comprehensive extraction
|
|
6
6
|
"""
|
|
7
7
|
|
|
8
|
-
__version__ = "0.3.
|
|
8
|
+
__version__ = "0.3.3"
|
|
9
9
|
|
|
10
10
|
from sutra.sutra import SUTRA, QueryResult, quick_start
|
|
11
11
|
|