MindsDB 25.9.1.0__py3-none-any.whl → 25.9.1.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/__main__.py +1 -1
- mindsdb/api/executor/utilities/mysql_to_duckdb_functions.py +466 -18
- mindsdb/api/executor/utilities/sql.py +9 -31
- mindsdb/api/http/initialize.py +21 -28
- mindsdb/api/http/namespaces/file.py +9 -3
- mindsdb/api/http/namespaces/handlers.py +77 -87
- mindsdb/api/http/start.py +3 -2
- mindsdb/integrations/handlers/autogluon_handler/requirements.txt +1 -1
- mindsdb/integrations/handlers/autosklearn_handler/requirements.txt +1 -1
- mindsdb/integrations/handlers/flaml_handler/requirements.txt +1 -1
- mindsdb/integrations/handlers/lightfm_handler/requirements.txt +1 -1
- mindsdb/integrations/handlers/lightwood_handler/requirements.txt +4 -4
- mindsdb/integrations/handlers/tpot_handler/requirements.txt +1 -1
- mindsdb/integrations/libs/llm/config.py +15 -0
- mindsdb/integrations/libs/llm/utils.py +15 -0
- mindsdb/interfaces/agents/langchain_agent.py +4 -0
- mindsdb/interfaces/agents/providers.py +20 -0
- mindsdb/interfaces/knowledge_base/controller.py +22 -6
- mindsdb/utilities/config.py +15 -6
- mindsdb/utilities/render/sqlalchemy_render.py +7 -1
- {mindsdb-25.9.1.0.dist-info → mindsdb-25.9.1.1.dist-info}/METADATA +267 -267
- {mindsdb-25.9.1.0.dist-info → mindsdb-25.9.1.1.dist-info}/RECORD +26 -25
- {mindsdb-25.9.1.0.dist-info → mindsdb-25.9.1.1.dist-info}/WHEEL +0 -0
- {mindsdb-25.9.1.0.dist-info → mindsdb-25.9.1.1.dist-info}/licenses/LICENSE +0 -0
- {mindsdb-25.9.1.0.dist-info → mindsdb-25.9.1.1.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
mindsdb/__about__.py,sha256=
|
|
1
|
+
mindsdb/__about__.py,sha256=d8N00ZiI8poo7JcTe7rGQ09sFjvjLsF_L8Bd-QWCu2o,456
|
|
2
2
|
mindsdb/__init__.py,sha256=fZopLiAYa9MzMZ0d48JgHc_LddfFKDzh7n_8icsjrVs,54
|
|
3
|
-
mindsdb/__main__.py,sha256=
|
|
3
|
+
mindsdb/__main__.py,sha256=qFh7Ls83V0dK2LOYJdTFQFNnu0qr6sbRPFnqER8ZHUw,21817
|
|
4
4
|
mindsdb/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
mindsdb/api/a2a/__init__.py,sha256=JYp8GBtJbMNq6475AwsMzugkrlw3E754qQ8D6uHf7Is,1704
|
|
6
6
|
mindsdb/api/a2a/agent.py,sha256=iVHNP4ZjJKKnKCGYxcX169tzbZAr6gIpYlmZAewthOU,6651
|
|
@@ -66,12 +66,12 @@ mindsdb/api/executor/sql_query/steps/union_step.py,sha256=SDCQqLON3NHSbzc2g31xT8
|
|
|
66
66
|
mindsdb/api/executor/sql_query/steps/update_step.py,sha256=0Hn3eXNWLu5mlTNpIsZbS5t8SfSo-14ttOd1r0_T8NA,4643
|
|
67
67
|
mindsdb/api/executor/utilities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
68
68
|
mindsdb/api/executor/utilities/functions.py,sha256=xUrrh2zgsP0cYNUAUDGWUXyam693NTL9nlByUAwx7nw,995
|
|
69
|
-
mindsdb/api/executor/utilities/mysql_to_duckdb_functions.py,sha256=
|
|
70
|
-
mindsdb/api/executor/utilities/sql.py,sha256=
|
|
69
|
+
mindsdb/api/executor/utilities/mysql_to_duckdb_functions.py,sha256=CxeS5NbDKCv6nyRioZIWSmGMgl5e5MSF8MSeWfcRYIo,21966
|
|
70
|
+
mindsdb/api/executor/utilities/sql.py,sha256=b5fAdqnJiRG2KXUY6z7wnhEH4ehyhwSRR62h_NN4xiM,9658
|
|
71
71
|
mindsdb/api/http/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
72
72
|
mindsdb/api/http/gui.py,sha256=Ph0Yz8G3F2D16VYN61IL6Mxc0j71dOlMn-Wu5r8N2Eg,3137
|
|
73
|
-
mindsdb/api/http/initialize.py,sha256=
|
|
74
|
-
mindsdb/api/http/start.py,sha256=
|
|
73
|
+
mindsdb/api/http/initialize.py,sha256=gz9EYohbEEuVqftN7MXiq5dMJfPl4KHF52bS7n0D-3E,16319
|
|
74
|
+
mindsdb/api/http/start.py,sha256=g0TcP65YHhHUDDsH2GKndx2m-DNf30QjEJHhxK-IBEg,1497
|
|
75
75
|
mindsdb/api/http/utils.py,sha256=nWP2HxeS0Ami0VSFCyoWyhLsz52mRaYkylQCKzH6d7c,1155
|
|
76
76
|
mindsdb/api/http/namespaces/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
77
77
|
mindsdb/api/http/namespaces/agents.py,sha256=D4fY2w2MYlq1IUt4ksL9kCjkL9EZ64yxjzvF-26xlqQ,17841
|
|
@@ -81,8 +81,8 @@ mindsdb/api/http/namespaces/chatbots.py,sha256=ArEYtqEII8a8MIN9-9kfpHeR7FwTNmrPq
|
|
|
81
81
|
mindsdb/api/http/namespaces/config.py,sha256=5tvE3RKu-jcNMRIWulesB1LKXyHDPxC-DBgHGYxhlbA,8884
|
|
82
82
|
mindsdb/api/http/namespaces/databases.py,sha256=QuHD5zSIftfb5qRdPJS3UtZEnfQnf1fp0wVKe98h7Rg,18543
|
|
83
83
|
mindsdb/api/http/namespaces/default.py,sha256=N-ADA862kjdZkj6SIm2CiCuTQwRTp3q90hT6ymxKFGM,4444
|
|
84
|
-
mindsdb/api/http/namespaces/file.py,sha256=
|
|
85
|
-
mindsdb/api/http/namespaces/handlers.py,sha256=
|
|
84
|
+
mindsdb/api/http/namespaces/file.py,sha256=4onLsUQdeAjfvlOHxNJ_QDiNcQToeL3IVd5Q4KIdAhA,8166
|
|
85
|
+
mindsdb/api/http/namespaces/handlers.py,sha256=L-Hz43zxUXNMBEcR5Y-M0T_0QiQOXu-xyAkX20JJmfw,7943
|
|
86
86
|
mindsdb/api/http/namespaces/jobs.py,sha256=4lYmLQolCjDNCV8HMBLyNbdQTkqI_L_N-SuLdKA3Q4A,2818
|
|
87
87
|
mindsdb/api/http/namespaces/knowledge_bases.py,sha256=RotgaH_Utryxrqm4OUTeinjY1JzQzPQ3t72FVM2GQ0s,16570
|
|
88
88
|
mindsdb/api/http/namespaces/models.py,sha256=rCUFF02CQcF_QKeCQJcyAWIZzyyNXw-Jl-aX5lGnvBc,11240
|
|
@@ -248,7 +248,7 @@ mindsdb/integrations/handlers/autogluon_handler/__init__.py,sha256=sWRXwYFd9GmcC
|
|
|
248
248
|
mindsdb/integrations/handlers/autogluon_handler/autogluon_handler.py,sha256=Vd3ZXS0SE4uKXEwfgz3hzOY_oV3V2QZ9FPIYtZ1yM8o,1771
|
|
249
249
|
mindsdb/integrations/handlers/autogluon_handler/config.py,sha256=0XrzN4IZheuv82Z97FgdBF4GkxWTS8nowoUm2gVm4l8,278
|
|
250
250
|
mindsdb/integrations/handlers/autogluon_handler/icon.svg,sha256=1DWvvXtPk3CsPNPaGi_LyRm1n2S4uTvPGxBZxCFoymE,956
|
|
251
|
-
mindsdb/integrations/handlers/autogluon_handler/requirements.txt,sha256=
|
|
251
|
+
mindsdb/integrations/handlers/autogluon_handler/requirements.txt,sha256=odWqBzVWphn7YV3N-_gN2bEAb4wf2fFiwSQMt2dBi3E,29
|
|
252
252
|
mindsdb/integrations/handlers/autokeras_handler/__about__.py,sha256=O1GbcYW-3EwU3NGSR1xo-31gc9404Vz5mOalPK48-4s,352
|
|
253
253
|
mindsdb/integrations/handlers/autokeras_handler/__init__.py,sha256=twksFx9Qgm7syJBsWJMuXmrAnH7ha1cbwIfvDymxE68,560
|
|
254
254
|
mindsdb/integrations/handlers/autokeras_handler/autokeras_handler.py,sha256=xSIf8UAVcP-Sbat6t089j4oc3aH1INYhxpk9PNFpaXs,5772
|
|
@@ -259,7 +259,7 @@ mindsdb/integrations/handlers/autosklearn_handler/__init__.py,sha256=KSndjfPj1fG
|
|
|
259
259
|
mindsdb/integrations/handlers/autosklearn_handler/autosklearn_handler.py,sha256=DLK9fcRA4mvXhtvrl_pPIyy5QPEz16ymCFWbYBiwDNA,1678
|
|
260
260
|
mindsdb/integrations/handlers/autosklearn_handler/config.py,sha256=y86RzJ16PSoM8cPFaMLz6siS3336ASiX1hIhDal9N-g,676
|
|
261
261
|
mindsdb/integrations/handlers/autosklearn_handler/icon.png,sha256=kbcEAnyOFO2mj20-godaONlkzrtK-3Oj-yhQ-kX1O78,15729
|
|
262
|
-
mindsdb/integrations/handlers/autosklearn_handler/requirements.txt,sha256=
|
|
262
|
+
mindsdb/integrations/handlers/autosklearn_handler/requirements.txt,sha256=eH1GMpaZezdM0TZ_DOjIkh9fgm4pj51DL1MXS-QVF2I,32
|
|
263
263
|
mindsdb/integrations/handlers/azure_blob_handler/__about__.py,sha256=qDGv39-0a0ze7k1E3MzW2O_5IMJmXOxzITb1MB8Vslg,365
|
|
264
264
|
mindsdb/integrations/handlers/azure_blob_handler/__init__.py,sha256=F9z916N_iyz70Cph5N-dGWs-gFkW2AuP0n8Cf3Dr-iE,618
|
|
265
265
|
mindsdb/integrations/handlers/azure_blob_handler/azure_blob_handler.py,sha256=E2tKRD8gHmRG6z2gl6nsx-77eZZWYa5UKO02j3lxt7o,11216
|
|
@@ -593,7 +593,7 @@ mindsdb/integrations/handlers/flaml_handler/__about__.py,sha256=vQJvUYCSJpM2L_K3
|
|
|
593
593
|
mindsdb/integrations/handlers/flaml_handler/__init__.py,sha256=MHYGvpWtU8o5izMpv4d0CxBIamoCmP-J9Ti5bq_f2-I,531
|
|
594
594
|
mindsdb/integrations/handlers/flaml_handler/flaml_handler.py,sha256=qgvXfPEOmf5A4amIGj6LkDLhGVqmJiYWVmNQ_M-Fnn8,1601
|
|
595
595
|
mindsdb/integrations/handlers/flaml_handler/icon.svg,sha256=L5ADXk0pRN8VFCYew_jeJXjVTP8etzLQsUwAjjuPwIA,3096
|
|
596
|
-
mindsdb/integrations/handlers/flaml_handler/requirements.txt,sha256=
|
|
596
|
+
mindsdb/integrations/handlers/flaml_handler/requirements.txt,sha256=iEIQnn2XdogIVR6GreWKGOZfTFwFiq5kYCiAzI16xCY,32
|
|
597
597
|
mindsdb/integrations/handlers/frappe_handler/__about__.py,sha256=NPBXQAHQGMUoAxc3L0e5Cu_CnccWeyyPEVLe1jNwe4o,345
|
|
598
598
|
mindsdb/integrations/handlers/frappe_handler/__init__.py,sha256=JTd4ltTHkkVOmZuitOz2GpA3S_cZJxDmlp3A18imeUo,480
|
|
599
599
|
mindsdb/integrations/handlers/frappe_handler/frappe_client.py,sha256=XbDZ7GJK2MqJq2EdHYCiOkl5uLAgBunVyr-zQkdUpfE,4338
|
|
@@ -863,14 +863,14 @@ mindsdb/integrations/handlers/lightfm_handler/__init__.py,sha256=f-fMTNsGErwLMvj
|
|
|
863
863
|
mindsdb/integrations/handlers/lightfm_handler/helpers.py,sha256=N7hYwxcyjPxlVf2G4c2KTtlxQaBet1lbHiR5kNwFG8M,5263
|
|
864
864
|
mindsdb/integrations/handlers/lightfm_handler/icon.svg,sha256=_KcxXXP005uyyLsAIHfRahtW82RkNnfw2L1ywQIuV3A,1678
|
|
865
865
|
mindsdb/integrations/handlers/lightfm_handler/lightfm_handler.py,sha256=CECVhsWFGAyXQjsKGPPOwQQjjnB0KSOQSLbG9WjRLCc,6794
|
|
866
|
-
mindsdb/integrations/handlers/lightfm_handler/requirements.txt,sha256=
|
|
866
|
+
mindsdb/integrations/handlers/lightfm_handler/requirements.txt,sha256=OfEJwXURVrBVinIgm74Cz8GitIg8geruDdCydtTpbOk,34
|
|
867
867
|
mindsdb/integrations/handlers/lightfm_handler/settings.py,sha256=0iwjsbfzYwBsCizVymXn-vwhOYrES7Hm0MEmiviGP4I,143
|
|
868
868
|
mindsdb/integrations/handlers/lightwood_handler/__about__.py,sha256=9SiT20BQuKEgzGSxhDunieyX33S5XS0cst9MxDfw-1o,345
|
|
869
869
|
mindsdb/integrations/handlers/lightwood_handler/__init__.py,sha256=iW8kT1kCcBjfef9lCHd7293J6GEEZRXLP5Jp07KkvOc,504
|
|
870
870
|
mindsdb/integrations/handlers/lightwood_handler/functions.py,sha256=p3FXxafjrwa2Af6xkMO3MCOVLWxZEWfAmEu1sx0qIb8,9056
|
|
871
871
|
mindsdb/integrations/handlers/lightwood_handler/icon.svg,sha256=q8G2Qws-_E79MdxpSDHtNCqLwK0RWauNmRwGszIs_FE,2542
|
|
872
872
|
mindsdb/integrations/handlers/lightwood_handler/lightwood_handler.py,sha256=UuN1FUZrB292qZjGriQEbPly7vGBd8S-7DVNjqZAWRA,23596
|
|
873
|
-
mindsdb/integrations/handlers/lightwood_handler/requirements.txt,sha256=
|
|
873
|
+
mindsdb/integrations/handlers/lightwood_handler/requirements.txt,sha256=3bM6rmtQbFQHZ8axgGlJt7Y_LXNfdXY3zc15JJ_UpwQ,91
|
|
874
874
|
mindsdb/integrations/handlers/lightwood_handler/utils.py,sha256=3dEI41hsgCzt_GeyXQ5k4U-w_NEZ_sLpbChS0wywANw,2242
|
|
875
875
|
mindsdb/integrations/handlers/lightwood_handler/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
876
876
|
mindsdb/integrations/handlers/lightwood_handler/tests/test_lightwood_handler.py,sha256=Mm68eznjSa55qxmbmR6mXtNfvPYAClIghMKJZ94IvE0,10963
|
|
@@ -1524,7 +1524,7 @@ mindsdb/integrations/handlers/togetherai_handler/togetherai_handler.py,sha256=94
|
|
|
1524
1524
|
mindsdb/integrations/handlers/tpot_handler/__about__.py,sha256=UnKylDgzptBz8GP0Az_AnwEtYN7tGTzSkrk8OByt9hg,335
|
|
1525
1525
|
mindsdb/integrations/handlers/tpot_handler/__init__.py,sha256=In_YSefcrQXPbgqBoTR77fx9sIRpBTBpWaIlhaaHHhA,526
|
|
1526
1526
|
mindsdb/integrations/handlers/tpot_handler/icon.png,sha256=j1DfF2jF1kWD3dhCET51X26QnSW9rNuLXXG7Tav3M2M,114250
|
|
1527
|
-
mindsdb/integrations/handlers/tpot_handler/requirements.txt,sha256=
|
|
1527
|
+
mindsdb/integrations/handlers/tpot_handler/requirements.txt,sha256=6QfOEBym0kCSPYRF0Gm03LoC_kmkoDR5kqDRbyWcfsc,32
|
|
1528
1528
|
mindsdb/integrations/handlers/tpot_handler/tpot_handler.py,sha256=RQwuvd9ss91dSUiHSvQ-Yt4LNmcQv_pJIkC3XBJ-BDQ,3244
|
|
1529
1529
|
mindsdb/integrations/handlers/trino_handler/__about__.py,sha256=O-XM6_t3ajkzjNhyI8J5BaVVmwwUCkQARNlJusNoYDk,333
|
|
1530
1530
|
mindsdb/integrations/handlers/trino_handler/__init__.py,sha256=aj-pP90O6WWCyWBgry5D9URUaUCM5ALoAOQYHbU6gt8,457
|
|
@@ -1674,8 +1674,8 @@ mindsdb/integrations/libs/response.py,sha256=YMRiPLoQ6UR2jj9XD3yuqniTgyL5xT_p9F8
|
|
|
1674
1674
|
mindsdb/integrations/libs/storage_handler.py,sha256=g4rcAD4TzmxWmEtS00235_NAnrdulIir4If6E4y_OUo,3512
|
|
1675
1675
|
mindsdb/integrations/libs/vectordatabase_handler.py,sha256=tG30fazN9F4yc3Bx0FjABxmU63_GgL7Y102AxZevWKg,20843
|
|
1676
1676
|
mindsdb/integrations/libs/llm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1677
|
-
mindsdb/integrations/libs/llm/config.py,sha256=
|
|
1678
|
-
mindsdb/integrations/libs/llm/utils.py,sha256=
|
|
1677
|
+
mindsdb/integrations/libs/llm/config.py,sha256=Bm25XFXcTfFwUYhGUzcM7qiYVbUFeuNVhgSHO109a98,5183
|
|
1678
|
+
mindsdb/integrations/libs/llm/utils.py,sha256=UVwCa5HsW3osTsNa_d7_0uez4jcofjzvboXaE4h9A5o,25124
|
|
1679
1679
|
mindsdb/integrations/libs/ml_handler_process/__init__.py,sha256=TW1DslwZTaD8oeGaxPx99uYkPAeDIeHWAturBcnDBFU,756
|
|
1680
1680
|
mindsdb/integrations/libs/ml_handler_process/create_engine_process.py,sha256=YHbk1x7GEIZXcM0IazB2z2tvu5Yd24Fb4aJPpUg321A,788
|
|
1681
1681
|
mindsdb/integrations/libs/ml_handler_process/create_validation_process.py,sha256=-69NRhBGnNG0hgNi9O_W5LffIxPBUmuxy4bbQY2Z-_8,444
|
|
@@ -1757,12 +1757,13 @@ mindsdb/interfaces/agents/agents_controller.py,sha256=nTV6_RSsuK7WiJjHNHFJ_Wj3ol
|
|
|
1757
1757
|
mindsdb/interfaces/agents/callback_handlers.py,sha256=_iOUz-g5Hglf2wtfpx6ENKNCu2Cba-ZbpQtXyR2xElY,6700
|
|
1758
1758
|
mindsdb/interfaces/agents/constants.py,sha256=WKzd_IA9vGXGSe6dQnCbQrDCgG9W8rdzqLEOLn0NxF0,9865
|
|
1759
1759
|
mindsdb/interfaces/agents/event_dispatch_callback_handler.py,sha256=-76yTtxTHO5AkFTtr_RvYfkdUROJHcKZx6KJDZvj_-M,1331
|
|
1760
|
-
mindsdb/interfaces/agents/langchain_agent.py,sha256=
|
|
1760
|
+
mindsdb/interfaces/agents/langchain_agent.py,sha256=zvYIf4tZvTZ126nmSZXDFnfT1_GRcvHd_DlRuo2KcU8,34816
|
|
1761
1761
|
mindsdb/interfaces/agents/langfuse_callback_handler.py,sha256=-51IWB5U2_m71xx00IwSOAK6gJ2n-HD_CzbtbmEfbBQ,11598
|
|
1762
1762
|
mindsdb/interfaces/agents/litellm_server.py,sha256=j33LqHlUt9XApMozP4mHy9iFGT1Lx7WRqKHwGfJfT8w,11366
|
|
1763
1763
|
mindsdb/interfaces/agents/mcp_client_agent.py,sha256=8pDHMWJz5aYe7lyyVJYLqlCCKVMT_iqoWJ-XeBXSUz8,10036
|
|
1764
1764
|
mindsdb/interfaces/agents/mindsdb_chat_model.py,sha256=dtVZU3k-aXiK9AC2_ZizeFP2er_-2YVLj4YxQ189nU0,6155
|
|
1765
1765
|
mindsdb/interfaces/agents/mindsdb_database_agent.py,sha256=OmvdSnN6ZIHC_EudSXxY9f_MJOGyrWD-TcRTrPnedds,4782
|
|
1766
|
+
mindsdb/interfaces/agents/providers.py,sha256=r4zIyi1p16lwgmHdEKaubvmD3D-JqubpTilMhuxB9NE,743
|
|
1766
1767
|
mindsdb/interfaces/agents/run_mcp_agent.py,sha256=4ZXhIGBu3wVIZC9Ys6vTJDxGJzLXppLLqzbg1UFanS8,8689
|
|
1767
1768
|
mindsdb/interfaces/agents/safe_output_parser.py,sha256=x2G27UPT42iVjjj44vGUVNPEUDSHH3nlKJwe3GZDh9A,1605
|
|
1768
1769
|
mindsdb/interfaces/chatbot/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
@@ -1792,7 +1793,7 @@ mindsdb/interfaces/jobs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG
|
|
|
1792
1793
|
mindsdb/interfaces/jobs/jobs_controller.py,sha256=HfI2d_yPmMYJLrDlAYG7hm03BiAIPQ1Gl9bWAncvLKk,18437
|
|
1793
1794
|
mindsdb/interfaces/jobs/scheduler.py,sha256=eHBWTpZozI_AC-hKmg4p0qRoGZW8O3gEt5Y9nDhHWpw,3696
|
|
1794
1795
|
mindsdb/interfaces/knowledge_base/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1795
|
-
mindsdb/interfaces/knowledge_base/controller.py,sha256=
|
|
1796
|
+
mindsdb/interfaces/knowledge_base/controller.py,sha256=_TelXcIvKWIWAPhppRcjzrwdsSOq2cVzocANDHaDC2E,58768
|
|
1796
1797
|
mindsdb/interfaces/knowledge_base/evaluate.py,sha256=ZXm_op5-n8beY42ikfgIxx9OKhr7P5Bqr9DkGmHaVtE,21574
|
|
1797
1798
|
mindsdb/interfaces/knowledge_base/executor.py,sha256=WwMAYHThohojGPm3ANVYRj425UaKo024HL7mIUTzDoo,14037
|
|
1798
1799
|
mindsdb/interfaces/knowledge_base/llm_client.py,sha256=pZQdoU8TTyMO1b7sa8-Ou4VRFDxR6974cyJkm0IeTIw,2844
|
|
@@ -1910,7 +1911,7 @@ mindsdb/migrations/versions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMp
|
|
|
1910
1911
|
mindsdb/utilities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1911
1912
|
mindsdb/utilities/auth.py,sha256=nfC8oqvaN3GAATc_LeHJ34Kg3PYfyfJ-KI6TN_fOB48,2568
|
|
1912
1913
|
mindsdb/utilities/cache.py,sha256=nkfEt8Pw5H_8sPNXMaS2SZCC3NrEMi486K8m61zqu-s,7590
|
|
1913
|
-
mindsdb/utilities/config.py,sha256=
|
|
1914
|
+
mindsdb/utilities/config.py,sha256=0OrnzAshZ1a4nc_tKcAfjDneo3DfNCtmBTGaexfGpfY,21181
|
|
1914
1915
|
mindsdb/utilities/context.py,sha256=IdH0bXIIBHuJ_HzVQIRAZhOs4GD15AwDpXTlNnTBHek,1846
|
|
1915
1916
|
mindsdb/utilities/context_executor.py,sha256=OcJu-FgHZUmtAa_jOfXtwr7LPH3Vw2FPPJlx_9cWi7w,1945
|
|
1916
1917
|
mindsdb/utilities/exception.py,sha256=Y0-aO54_EQeebBuvR0105qITJc_Jq6bQ5QszmmKmUpE,2688
|
|
@@ -1945,9 +1946,9 @@ mindsdb/utilities/otel/metric_handlers/__init__.py,sha256=4YH6YwclsYLjBPBM-e9OAf
|
|
|
1945
1946
|
mindsdb/utilities/profiler/__init__.py,sha256=d4VXl80uSm1IotR-WwbBInPmLmACiK0AzxXGBA40I-0,251
|
|
1946
1947
|
mindsdb/utilities/profiler/profiler.py,sha256=KCUtOupkbM_nCoof9MtiuhUzDGezx4a4NsBX6vGWbPA,3936
|
|
1947
1948
|
mindsdb/utilities/render/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1948
|
-
mindsdb/utilities/render/sqlalchemy_render.py,sha256=
|
|
1949
|
-
mindsdb-25.9.1.
|
|
1950
|
-
mindsdb-25.9.1.
|
|
1951
|
-
mindsdb-25.9.1.
|
|
1952
|
-
mindsdb-25.9.1.
|
|
1953
|
-
mindsdb-25.9.1.
|
|
1949
|
+
mindsdb/utilities/render/sqlalchemy_render.py,sha256=uXIJVtEe9ZhCCBWTivxstpkxibsDtSOjv67SmB3tlXI,31179
|
|
1950
|
+
mindsdb-25.9.1.1.dist-info/licenses/LICENSE,sha256=ziqdjujs6WDn-9g3t0SISjHCBc2pLRht3gnRbQoXmIs,5804
|
|
1951
|
+
mindsdb-25.9.1.1.dist-info/METADATA,sha256=gIQgCVTh4pSd-VCcKJH28wFpiNawZ7IxmCfgSbH2pAA,44482
|
|
1952
|
+
mindsdb-25.9.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
1953
|
+
mindsdb-25.9.1.1.dist-info/top_level.txt,sha256=10wPR96JDf3hM8aMP7Fz0lDlmClEP480zgXISJKr5jE,8
|
|
1954
|
+
mindsdb-25.9.1.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|