MindsDB 25.6.3.0__py3-none-any.whl → 25.6.3.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.
Potentially problematic release.
This version of MindsDB might be problematic. Click here for more details.
- mindsdb/__about__.py +1 -1
- mindsdb/api/executor/datahub/datanodes/project_datanode.py +1 -1
- mindsdb/api/executor/utilities/sql.py +18 -19
- mindsdb/integrations/handlers/lindorm_handler/requirements.txt +1 -1
- mindsdb/interfaces/agents/mindsdb_database_agent.py +5 -17
- mindsdb/interfaces/knowledge_base/controller.py +26 -9
- mindsdb/interfaces/knowledge_base/preprocessing/document_loader.py +17 -86
- mindsdb/interfaces/skills/custom/text2sql/mindsdb_kb_tools.py +28 -3
- mindsdb/interfaces/skills/sql_agent.py +1 -1
- {mindsdb-25.6.3.0.dist-info → mindsdb-25.6.3.1.dist-info}/METADATA +249 -249
- {mindsdb-25.6.3.0.dist-info → mindsdb-25.6.3.1.dist-info}/RECORD +14 -14
- {mindsdb-25.6.3.0.dist-info → mindsdb-25.6.3.1.dist-info}/WHEEL +0 -0
- {mindsdb-25.6.3.0.dist-info → mindsdb-25.6.3.1.dist-info}/licenses/LICENSE +0 -0
- {mindsdb-25.6.3.0.dist-info → mindsdb-25.6.3.1.dist-info}/top_level.txt +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
mindsdb/__about__.py,sha256=
|
|
1
|
+
mindsdb/__about__.py,sha256=GN00xouVcR0rbSRYw97iyKOMLWx5fM4T1m5lG1h5E6o,456
|
|
2
2
|
mindsdb/__init__.py,sha256=fZopLiAYa9MzMZ0d48JgHc_LddfFKDzh7n_8icsjrVs,54
|
|
3
3
|
mindsdb/__main__.py,sha256=bkLqiYLsx1KyCyi6tJjyMBkpMvO3g37wOC0PymMbiHU,24037
|
|
4
4
|
mindsdb/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -33,7 +33,7 @@ mindsdb/api/executor/datahub/datanodes/datanode.py,sha256=hYIig24NP18NPlP-yR01qf
|
|
|
33
33
|
mindsdb/api/executor/datahub/datanodes/information_schema_datanode.py,sha256=q6Mu80zwL7yoA1HstiVHm7jQMrspQQdVnjiPSW8KTek,8472
|
|
34
34
|
mindsdb/api/executor/datahub/datanodes/integration_datanode.py,sha256=o2IpDxfmuamRHkDUenPKC0zS9UgPKeiwbHoaytvhwb4,10629
|
|
35
35
|
mindsdb/api/executor/datahub/datanodes/mindsdb_tables.py,sha256=oyn8cCwEYcxRwza4xRwyNTUE2QoJjAUxvO6Rz_V70xc,14502
|
|
36
|
-
mindsdb/api/executor/datahub/datanodes/project_datanode.py,sha256=
|
|
36
|
+
mindsdb/api/executor/datahub/datanodes/project_datanode.py,sha256=uirk9IDgQpnbk6mOKbNMzw-cQL8v6a2IwZm9kc4OMxU,7664
|
|
37
37
|
mindsdb/api/executor/datahub/datanodes/system_tables.py,sha256=LjkvnHZnVfc3GCjyU9Frq8AsNpSjsCV9MpTBJ0s4Dao,16331
|
|
38
38
|
mindsdb/api/executor/planner/__init__.py,sha256=Ysh8feXwejpVhJ9yDbrE_lBA3EsGqyWnrbIPdmtE1Oc,143
|
|
39
39
|
mindsdb/api/executor/planner/exceptions.py,sha256=rvLQoFZgCpVsGWomSBdPeuOyr_6FM-QKmseVvUIw5E8,46
|
|
@@ -67,7 +67,7 @@ mindsdb/api/executor/sql_query/steps/union_step.py,sha256=p9OABRTbcIkDx62kK8zLfh
|
|
|
67
67
|
mindsdb/api/executor/sql_query/steps/update_step.py,sha256=0Hn3eXNWLu5mlTNpIsZbS5t8SfSo-14ttOd1r0_T8NA,4643
|
|
68
68
|
mindsdb/api/executor/utilities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
69
69
|
mindsdb/api/executor/utilities/functions.py,sha256=xUrrh2zgsP0cYNUAUDGWUXyam693NTL9nlByUAwx7nw,995
|
|
70
|
-
mindsdb/api/executor/utilities/sql.py,sha256=
|
|
70
|
+
mindsdb/api/executor/utilities/sql.py,sha256=RaqAmk-q8_Qab-pvKozgtc5LiBXBwHPRidhD8UKcdOs,6239
|
|
71
71
|
mindsdb/api/http/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
72
72
|
mindsdb/api/http/gui.py,sha256=Ph0Yz8G3F2D16VYN61IL6Mxc0j71dOlMn-Wu5r8N2Eg,3137
|
|
73
73
|
mindsdb/api/http/gunicorn_wrapper.py,sha256=U11cza-mn71RcLcJZOYwo2Aee3fRIhAYQxby_FF6_Yc,534
|
|
@@ -925,7 +925,7 @@ mindsdb/integrations/handlers/lindorm_handler/__about__.py,sha256=2V9KbVFWmQ2v98
|
|
|
925
925
|
mindsdb/integrations/handlers/lindorm_handler/__init__.py,sha256=jZNxAhQpnXT6u7E72ZFPugYsbH5Fw-TH_JbHWRDWEY4,534
|
|
926
926
|
mindsdb/integrations/handlers/lindorm_handler/icon.svg,sha256=Zj6gBi36Sf8YPQP0mYWr0YMznOeHdMNECasW_-C4o7g,1293
|
|
927
927
|
mindsdb/integrations/handlers/lindorm_handler/lindorm_handler.py,sha256=OWKgOVxsVHA6TyhCXfKTh5Q1fLh4-GCkwrDuw507_Eg,6707
|
|
928
|
-
mindsdb/integrations/handlers/lindorm_handler/requirements.txt,sha256=
|
|
928
|
+
mindsdb/integrations/handlers/lindorm_handler/requirements.txt,sha256=wAlQavTX7ZORlSzjzq4GYE2ywfm5Gxg7PCSHDui049U,36
|
|
929
929
|
mindsdb/integrations/handlers/lindorm_handler/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
930
930
|
mindsdb/integrations/handlers/lindorm_handler/tests/test_lindorm_handler.py,sha256=odnriKTV2M0T-dExrDM2iZFmDyVXXnfqznHWFAQOMco,1037
|
|
931
931
|
mindsdb/integrations/handlers/litellm_handler/__about__.py,sha256=qKuzAOGHI5gYpkNeGTTulSTMuQdHqmWFPTtJhLil4jw,341
|
|
@@ -1803,7 +1803,7 @@ mindsdb/interfaces/agents/langfuse_callback_handler.py,sha256=-51IWB5U2_m71xx00I
|
|
|
1803
1803
|
mindsdb/interfaces/agents/litellm_server.py,sha256=j33LqHlUt9XApMozP4mHy9iFGT1Lx7WRqKHwGfJfT8w,11366
|
|
1804
1804
|
mindsdb/interfaces/agents/mcp_client_agent.py,sha256=D90tKJl7OicZyOnj6USiN8bXW-6IflBpUSJ8unjduH0,10030
|
|
1805
1805
|
mindsdb/interfaces/agents/mindsdb_chat_model.py,sha256=dtVZU3k-aXiK9AC2_ZizeFP2er_-2YVLj4YxQ189nU0,6155
|
|
1806
|
-
mindsdb/interfaces/agents/mindsdb_database_agent.py,sha256=
|
|
1806
|
+
mindsdb/interfaces/agents/mindsdb_database_agent.py,sha256=KhaAllQxou6EDDE8IbovLJdcQdCof8BMbwufLpAWItY,6390
|
|
1807
1807
|
mindsdb/interfaces/agents/run_mcp_agent.py,sha256=4ZXhIGBu3wVIZC9Ys6vTJDxGJzLXppLLqzbg1UFanS8,8689
|
|
1808
1808
|
mindsdb/interfaces/agents/safe_output_parser.py,sha256=x2G27UPT42iVjjj44vGUVNPEUDSHH3nlKJwe3GZDh9A,1605
|
|
1809
1809
|
mindsdb/interfaces/chatbot/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
@@ -1833,13 +1833,13 @@ mindsdb/interfaces/jobs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG
|
|
|
1833
1833
|
mindsdb/interfaces/jobs/jobs_controller.py,sha256=2-L61saLbpaQ4hAT_HepIq0DUqdUxsPuNNMkj3ZfAJk,18299
|
|
1834
1834
|
mindsdb/interfaces/jobs/scheduler.py,sha256=eHBWTpZozI_AC-hKmg4p0qRoGZW8O3gEt5Y9nDhHWpw,3696
|
|
1835
1835
|
mindsdb/interfaces/knowledge_base/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1836
|
-
mindsdb/interfaces/knowledge_base/controller.py,sha256=
|
|
1836
|
+
mindsdb/interfaces/knowledge_base/controller.py,sha256=xFMhr46tm1gv49JYXhnTfecevpRJCNo3fpb456X37XI,50658
|
|
1837
1837
|
mindsdb/interfaces/knowledge_base/evaluate.py,sha256=VBVujsfwmCPBn6ORXMOuyFMKbgm3VVzuR3s0ZcBX_3E,19275
|
|
1838
1838
|
mindsdb/interfaces/knowledge_base/llm_client.py,sha256=gYaF_WDAXHsN9GOLf7UjSDRyujnZE1u7n65KOhyF6F4,2786
|
|
1839
1839
|
mindsdb/interfaces/knowledge_base/utils.py,sha256=gRWJkHVic5mOy1rnjd7eON5mo7rdAyxVYfEbg0iJxmk,855
|
|
1840
1840
|
mindsdb/interfaces/knowledge_base/preprocessing/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1841
1841
|
mindsdb/interfaces/knowledge_base/preprocessing/constants.py,sha256=iW5q65albIfTT1ZuxNceJ8o7yrOcttCH1Kx4Vdo-iPY,296
|
|
1842
|
-
mindsdb/interfaces/knowledge_base/preprocessing/document_loader.py,sha256=
|
|
1842
|
+
mindsdb/interfaces/knowledge_base/preprocessing/document_loader.py,sha256=l_snHg8O6pLu4-TGTd5K3VgWVwlXa7mnLH_NaQdbS6E,3596
|
|
1843
1843
|
mindsdb/interfaces/knowledge_base/preprocessing/document_preprocessor.py,sha256=AOFnVTeoOq89sp_9Hr166ric5ti-cWodipdmDMRqCuw,14795
|
|
1844
1844
|
mindsdb/interfaces/knowledge_base/preprocessing/json_chunker.py,sha256=ciOiEmSN3JalwN9_d-tfJLabD_5etBYIHavCnazI0x8,17333
|
|
1845
1845
|
mindsdb/interfaces/knowledge_base/preprocessing/models.py,sha256=5TjFLLsocR6DUfjWg1oxtnEplquSi0puPMC7Ij36G-o,6042
|
|
@@ -1854,10 +1854,10 @@ mindsdb/interfaces/skills/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-
|
|
|
1854
1854
|
mindsdb/interfaces/skills/retrieval_tool.py,sha256=V4ElVmbkh1e9J9_Ro3-Re9Js-dhUcFJkTmbUa8vi9Gc,8752
|
|
1855
1855
|
mindsdb/interfaces/skills/skill_tool.py,sha256=aC_eaiKT_bJhMoMjmWviFLh84zqDaBvag8DgO1fSQGw,20392
|
|
1856
1856
|
mindsdb/interfaces/skills/skills_controller.py,sha256=ury7v-nns9OHWMouzetCF1bbAZmbpSwSBpOOYZuXJr8,6248
|
|
1857
|
-
mindsdb/interfaces/skills/sql_agent.py,sha256=
|
|
1857
|
+
mindsdb/interfaces/skills/sql_agent.py,sha256=8H121jPTp4w0XBPqIyfpsSYS6Fbmg6V7PtBuyTNilWU,26289
|
|
1858
1858
|
mindsdb/interfaces/skills/custom/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1859
1859
|
mindsdb/interfaces/skills/custom/text2sql/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1860
|
-
mindsdb/interfaces/skills/custom/text2sql/mindsdb_kb_tools.py,sha256=
|
|
1860
|
+
mindsdb/interfaces/skills/custom/text2sql/mindsdb_kb_tools.py,sha256=WKEVanYkZ4qb6ALj13AkCZbhqxI26AEh-hA9e_291RY,10045
|
|
1861
1861
|
mindsdb/interfaces/skills/custom/text2sql/mindsdb_sql_tool.py,sha256=n7r08idG9Qaa0C41HokUf-w72yyACoINOFKGgtNVHLA,1375
|
|
1862
1862
|
mindsdb/interfaces/skills/custom/text2sql/mindsdb_sql_toolkit.py,sha256=fpOkZDMVihwzXHxMSrHqicVNLMK45RPUyNlTgARVzqI,12072
|
|
1863
1863
|
mindsdb/interfaces/storage/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
@@ -1985,8 +1985,8 @@ mindsdb/utilities/profiler/__init__.py,sha256=d4VXl80uSm1IotR-WwbBInPmLmACiK0Azx
|
|
|
1985
1985
|
mindsdb/utilities/profiler/profiler.py,sha256=KCUtOupkbM_nCoof9MtiuhUzDGezx4a4NsBX6vGWbPA,3936
|
|
1986
1986
|
mindsdb/utilities/render/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1987
1987
|
mindsdb/utilities/render/sqlalchemy_render.py,sha256=7GYCKCCFIo4UzmPtnRncefZBuUVdcVEo4ICqHxGWPrw,30852
|
|
1988
|
-
mindsdb-25.6.3.
|
|
1989
|
-
mindsdb-25.6.3.
|
|
1990
|
-
mindsdb-25.6.3.
|
|
1991
|
-
mindsdb-25.6.3.
|
|
1992
|
-
mindsdb-25.6.3.
|
|
1988
|
+
mindsdb-25.6.3.1.dist-info/licenses/LICENSE,sha256=ziqdjujs6WDn-9g3t0SISjHCBc2pLRht3gnRbQoXmIs,5804
|
|
1989
|
+
mindsdb-25.6.3.1.dist-info/METADATA,sha256=eecj1m1XQhsaGGn2hJhf5hzXKE_6ep1EYXBovJKuU4E,44815
|
|
1990
|
+
mindsdb-25.6.3.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
1991
|
+
mindsdb-25.6.3.1.dist-info/top_level.txt,sha256=10wPR96JDf3hM8aMP7Fz0lDlmClEP480zgXISJKr5jE,8
|
|
1992
|
+
mindsdb-25.6.3.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|