syntaxmatrix 2.6.4.1__tar.gz → 2.6.4.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.
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/PKG-INFO +3 -2
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/SyntaxMatrix.egg-info/PKG-INFO +3 -2
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/setup.py +7 -18
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/agentic/agents.py +2 -1
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/core.py +15 -4
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/routes.py +8 -9
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/settings/model_map.py +75 -21
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/LICENSE.txt +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/README.md +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/SyntaxMatrix.egg-info/SOURCES.txt +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/SyntaxMatrix.egg-info/dependency_links.txt +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/SyntaxMatrix.egg-info/requires.txt +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/SyntaxMatrix.egg-info/top_level.txt +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/pyproject.toml +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/setup.cfg +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/__init__.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/agentic/__init__.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/agentic/agent_tools.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/agentic/agents_orchestrer.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/agentic/code_tools_registry.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/agentic/model_templates.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/auth.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/bootstrap.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/commentary.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/dataset_preprocessing.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/db.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/display_html.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/emailer.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/file_processor.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/gpt_models_latest.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/history_store.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/kernel_manager.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/llm_store.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/media/__init__.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/media/media_pixabay.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/models.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/page_builder_defaults.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/page_builder_generation.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/page_layout_contract.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/page_patch_publish.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/plottings.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/preface.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/profiles.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/project_root.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/selftest_page_templates.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/session.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/settings/__init__.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/settings/client_items.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/settings/default.yaml +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/settings/logging.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/settings/prompts.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/settings/string_navbar.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/smiv.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/smpv.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/static/assets/hero-default.svg +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/static/css/style.css +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/static/docs.md +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/static/icons/bot_icon.png +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/static/icons/favicon.png +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/static/icons/logo.png +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/static/icons/logo3.png +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/static/icons/svg_497526.svg +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/static/icons/svg_497528.svg +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/static/js/chat.js +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/static/js/sidebar.js +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/static/js/widgets.js +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/templates/admin_branding.html +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/templates/admin_features.html +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/templates/admin_secretes.html +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/templates/change_password.html +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/templates/code_cell.html +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/templates/dashboard.html +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/templates/dataset_resize.html +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/templates/docs.html +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/templates/edit_page.html +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/templates/error.html +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/templates/login.html +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/templates/register.html +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/themes.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/ui_modes.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/utils.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/vector_db.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/vectordb/__init__.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/vectordb/adapters/__init__.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/vectordb/adapters/milvus_adapter.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/vectordb/adapters/pgvector_adapter.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/vectordb/adapters/sqlite_adapter.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/vectordb/base.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/vectordb/registry.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/vectorizer.py +0 -0
- {syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/workspace_db.py +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: syntaxmatrix
|
|
3
|
-
Version: 2.6.4.
|
|
3
|
+
Version: 2.6.4.3
|
|
4
4
|
Summary: SyntaxMUI: A customizable framework for Python AI Assistant Projects.
|
|
5
5
|
Author: Bob Nti
|
|
6
6
|
Author-email: bob.nti@syntaxmatrix.net
|
|
7
|
+
License: MIT
|
|
7
8
|
Classifier: Programming Language :: Python :: 3.9
|
|
8
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
9
9
|
Classifier: Operating System :: OS Independent
|
|
10
10
|
Requires-Python: >=3.9
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
@@ -48,6 +48,7 @@ Dynamic: author-email
|
|
|
48
48
|
Dynamic: classifier
|
|
49
49
|
Dynamic: description
|
|
50
50
|
Dynamic: description-content-type
|
|
51
|
+
Dynamic: license
|
|
51
52
|
Dynamic: license-file
|
|
52
53
|
Dynamic: requires-dist
|
|
53
54
|
Dynamic: requires-python
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: syntaxmatrix
|
|
3
|
-
Version: 2.6.4.
|
|
3
|
+
Version: 2.6.4.3
|
|
4
4
|
Summary: SyntaxMUI: A customizable framework for Python AI Assistant Projects.
|
|
5
5
|
Author: Bob Nti
|
|
6
6
|
Author-email: bob.nti@syntaxmatrix.net
|
|
7
|
+
License: MIT
|
|
7
8
|
Classifier: Programming Language :: Python :: 3.9
|
|
8
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
9
9
|
Classifier: Operating System :: OS Independent
|
|
10
10
|
Requires-Python: >=3.9
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
@@ -48,6 +48,7 @@ Dynamic: author-email
|
|
|
48
48
|
Dynamic: classifier
|
|
49
49
|
Dynamic: description
|
|
50
50
|
Dynamic: description-content-type
|
|
51
|
+
Dynamic: license
|
|
51
52
|
Dynamic: license-file
|
|
52
53
|
Dynamic: requires-dist
|
|
53
54
|
Dynamic: requires-python
|
|
@@ -8,7 +8,12 @@ with open(os.path.join(this_directory, "README.md"), encoding="utf-8") as f:
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name="syntaxmatrix",
|
|
11
|
-
version="2.6.4.
|
|
11
|
+
version="2.6.4.3",
|
|
12
|
+
license="MIT",
|
|
13
|
+
classifiers=[
|
|
14
|
+
"Programming Language :: Python :: 3.9",
|
|
15
|
+
"Operating System :: OS Independent",
|
|
16
|
+
],
|
|
12
17
|
author="Bob Nti",
|
|
13
18
|
author_email="bob.nti@syntaxmatrix.net",
|
|
14
19
|
description="SyntaxMUI: A customizable framework for Python AI Assistant Projects.",
|
|
@@ -16,6 +21,7 @@ setup(
|
|
|
16
21
|
long_description_content_type="text/markdown",
|
|
17
22
|
packages=find_packages(),
|
|
18
23
|
include_package_data=True,
|
|
24
|
+
python_requires='>=3.9',
|
|
19
25
|
package_data={
|
|
20
26
|
"syntaxmatrix": [
|
|
21
27
|
"static/**/*",
|
|
@@ -61,21 +67,4 @@ setup(
|
|
|
61
67
|
"shap>=0.42.0",
|
|
62
68
|
|
|
63
69
|
],
|
|
64
|
-
# extras_require={
|
|
65
|
-
# "mlearning": [
|
|
66
|
-
# "pandas>=2.2.3",
|
|
67
|
-
# "numpy>=2.0.2",
|
|
68
|
-
# "matplotlib>=3.9.4",
|
|
69
|
-
# ],
|
|
70
|
-
# "auth": [
|
|
71
|
-
# "sqlalchemy>=2.0.42",
|
|
72
|
-
# "cryptography>=45.0.6",
|
|
73
|
-
# ],
|
|
74
|
-
# },
|
|
75
|
-
classifiers=[
|
|
76
|
-
"Programming Language :: Python :: 3.9",
|
|
77
|
-
"License :: OSI Approved :: MIT License",
|
|
78
|
-
"Operating System :: OS Independent",
|
|
79
|
-
],
|
|
80
|
-
python_requires='>=3.9',
|
|
81
70
|
)
|
|
@@ -413,7 +413,8 @@ def context_compatibility(question: str, dataset_context: str | None = None) ->
|
|
|
413
413
|
def classify_ml_job_agent(refined_question, dataset_profile):
|
|
414
414
|
import ast
|
|
415
415
|
|
|
416
|
-
_profile = _prof.get_profile('classifier') or _prof.get_profile('admin')
|
|
416
|
+
_profile = _prof.get_profile('classifier') or _prof.get_profile('summarizer') or _prof.get_profile('chat') or _prof.get_profile('admin')
|
|
417
|
+
|
|
417
418
|
_profile['client'] = _prof.get_client(_profile)
|
|
418
419
|
_client = _profile['client']
|
|
419
420
|
_provider = _profile["provider"].lower()
|
|
@@ -682,7 +682,7 @@ class SyntaxMUI:
|
|
|
682
682
|
def classify_query_intent(self, query: str) -> str:
|
|
683
683
|
|
|
684
684
|
if not self.classifier_profile:
|
|
685
|
-
classifier_profile = _prof.get_profile('classifier') or _prof.get_profile('
|
|
685
|
+
classifier_profile = _prof.get_profile('classifier') or _prof.get_profile('summarizer') or _prof.get_profile('chat') or _prof.get_profile('admin')
|
|
686
686
|
if not classifier_profile:
|
|
687
687
|
return "Error: Set a profile for Classification"
|
|
688
688
|
self.classifier_profile = classifier_profile
|
|
@@ -887,7 +887,12 @@ class SyntaxMUI:
|
|
|
887
887
|
if not self.chat_profile:
|
|
888
888
|
chat_profile = _prof.get_profile("chat") or _prof.get_profile("admin")
|
|
889
889
|
if not chat_profile:
|
|
890
|
-
yield """
|
|
890
|
+
yield """
|
|
891
|
+
<p style='color:red;'>
|
|
892
|
+
Error!<br>
|
|
893
|
+
Chat profile is not configured. Add a chat profile inside the admin panel.
|
|
894
|
+
To do that, you must login first or contact your administrator.
|
|
895
|
+
</p>
|
|
891
896
|
"""
|
|
892
897
|
return None
|
|
893
898
|
self.chat_profile = chat_profile
|
|
@@ -967,14 +972,20 @@ class SyntaxMUI:
|
|
|
967
972
|
except Exception as e:
|
|
968
973
|
yield f"Error during streaming: {type(e).__name__}: {e}"
|
|
969
974
|
|
|
975
|
+
|
|
970
976
|
def process_query(self, query, context, history, stream=False):
|
|
971
977
|
|
|
972
978
|
if not self.chat_profile:
|
|
973
979
|
chat_profile = _prof.get_profile("chat") or _prof.get_profile("admin")
|
|
974
980
|
if not chat_profile:
|
|
975
|
-
|
|
981
|
+
yield """
|
|
982
|
+
<p style='color:red;'>
|
|
983
|
+
Error!<br>
|
|
984
|
+
Chat profile is not configured. Add a chat profile inside the admin panel.
|
|
985
|
+
To do that, you must login first or contact your administrator.
|
|
986
|
+
</p>
|
|
976
987
|
"""
|
|
977
|
-
|
|
988
|
+
return None
|
|
978
989
|
|
|
979
990
|
self.chat_profile = chat_profile
|
|
980
991
|
self.chat_profile['client'] = _prof.get_client(chat_profile)
|
|
@@ -7964,7 +7964,6 @@ def setup_routes(smx):
|
|
|
7964
7964
|
nav = _generate_nav()
|
|
7965
7965
|
footer = footer_html()
|
|
7966
7966
|
|
|
7967
|
-
# now use render_template_string so we can drop the same head/nav/footer
|
|
7968
7967
|
return render_template_string(f"""
|
|
7969
7968
|
{head}
|
|
7970
7969
|
<body>
|
|
@@ -7982,17 +7981,17 @@ def setup_routes(smx):
|
|
|
7982
7981
|
<pre style="background:#f4f4f4;padding:1rem;
|
|
7983
7982
|
border-radius:4px;text-align:left;
|
|
7984
7983
|
overflow-x:auto;max-height:200px;">
|
|
7985
|
-
|
|
7984
|
+
{{ error_message }}
|
|
7986
7985
|
</pre>
|
|
7987
7986
|
<p>
|
|
7988
|
-
<a href="{{
|
|
7987
|
+
<a href="{{ url_for('home') }}"
|
|
7989
7988
|
style="display:inline-block;
|
|
7990
|
-
|
|
7991
|
-
|
|
7992
|
-
|
|
7993
|
-
|
|
7994
|
-
|
|
7995
|
-
|
|
7989
|
+
margin-top:2rem;
|
|
7990
|
+
padding:0.75rem 1.25rem;
|
|
7991
|
+
background:#007acc;
|
|
7992
|
+
color:#fff;
|
|
7993
|
+
text-decoration:none;
|
|
7994
|
+
border-radius:4px;">
|
|
7996
7995
|
← Back to Home
|
|
7997
7996
|
</a>
|
|
7998
7997
|
</p>
|
|
@@ -5,23 +5,23 @@ import os
|
|
|
5
5
|
PROVIDERS_MODELS = {
|
|
6
6
|
#1
|
|
7
7
|
"OpenAI": [
|
|
8
|
-
"gpt-5.2",
|
|
9
|
-
"gpt-5.2-chat-latest",
|
|
10
|
-
"gpt-5.2-pro",
|
|
11
|
-
"gpt-5.1",
|
|
12
|
-
"gpt-5.1-chat-latest",
|
|
8
|
+
"gpt-5.2",
|
|
9
|
+
"gpt-5.2-chat-latest",
|
|
10
|
+
"gpt-5.2-pro",
|
|
11
|
+
"gpt-5.1",
|
|
12
|
+
"gpt-5.1-chat-latest",
|
|
13
13
|
"gpt-5.1-codex-mini",
|
|
14
|
-
"gpt-5.1-codex-max",
|
|
15
|
-
"gpt-5",
|
|
16
|
-
"gpt-5-nano",
|
|
17
|
-
"gpt-5-mini",
|
|
18
|
-
"gpt-5-pro",
|
|
19
|
-
"gpt-4.1",
|
|
20
|
-
"gpt-4.1-nano",
|
|
21
|
-
"gpt-4.1-mini",
|
|
22
|
-
"gpt-4o",
|
|
23
|
-
"gpt-4o-mini",
|
|
24
|
-
# "gpt-4o-mini-search-preview",
|
|
14
|
+
"gpt-5.1-codex-max",
|
|
15
|
+
"gpt-5",
|
|
16
|
+
"gpt-5-nano",
|
|
17
|
+
"gpt-5-mini",
|
|
18
|
+
"gpt-5-pro",
|
|
19
|
+
"gpt-4.1",
|
|
20
|
+
"gpt-4.1-nano",
|
|
21
|
+
"gpt-4.1-mini",
|
|
22
|
+
"gpt-4o",
|
|
23
|
+
"gpt-4o-mini",
|
|
24
|
+
# "gpt-4o-mini-search-preview",
|
|
25
25
|
],
|
|
26
26
|
#2
|
|
27
27
|
"Google": [
|
|
@@ -149,6 +149,32 @@ MODEL_DESCRIPTIONS = {
|
|
|
149
149
|
- ImageTexter
|
|
150
150
|
""",
|
|
151
151
|
|
|
152
|
+
# #1.3 OpenAI
|
|
153
|
+
# "gpt-4o-mini-search-preview":"""
|
|
154
|
+
# Model: GPT 4o Mini
|
|
155
|
+
# Cost:
|
|
156
|
+
# Input = $0.15 <= 1M tokens
|
|
157
|
+
# Output = $0.60 <= 1M tokens
|
|
158
|
+
|
|
159
|
+
# Data Type:
|
|
160
|
+
# Input = Text
|
|
161
|
+
# Output = Text
|
|
162
|
+
|
|
163
|
+
# Context Length:
|
|
164
|
+
# Input = 128,000 tokens
|
|
165
|
+
# Output = 16,384 tokens
|
|
166
|
+
|
|
167
|
+
# Speed, Intelligence, and Training:
|
|
168
|
+
# 4x Fast
|
|
169
|
+
# 2x Clever
|
|
170
|
+
# Cut-off: 01/10/2023
|
|
171
|
+
|
|
172
|
+
# Agency:
|
|
173
|
+
# - Chat
|
|
174
|
+
# - Classifier
|
|
175
|
+
# - Summarizer
|
|
176
|
+
# """,
|
|
177
|
+
|
|
152
178
|
#1.3 OpenAI
|
|
153
179
|
"gpt-4.1":"""
|
|
154
180
|
Model: GPT 4.1
|
|
@@ -367,7 +393,7 @@ MODEL_DESCRIPTIONS = {
|
|
|
367
393
|
- Coder
|
|
368
394
|
""",
|
|
369
395
|
|
|
370
|
-
#1.
|
|
396
|
+
#1.11 OpenAI
|
|
371
397
|
"gpt-5.1-chat-latest":"""
|
|
372
398
|
Model: GPT 5.1 Chat
|
|
373
399
|
Cost:
|
|
@@ -393,7 +419,7 @@ MODEL_DESCRIPTIONS = {
|
|
|
393
419
|
- Chat
|
|
394
420
|
""",
|
|
395
421
|
|
|
396
|
-
#1.
|
|
422
|
+
#1.12 OpenAI
|
|
397
423
|
"gpt-5.1-codex-mini":"""
|
|
398
424
|
Model: GPT 5.1 Codex Mini
|
|
399
425
|
Cost:
|
|
@@ -418,7 +444,7 @@ MODEL_DESCRIPTIONS = {
|
|
|
418
444
|
- Coder
|
|
419
445
|
""",
|
|
420
446
|
|
|
421
|
-
#1.
|
|
447
|
+
#1.13 OpenAI
|
|
422
448
|
"gpt-5.1-codex-max":"""
|
|
423
449
|
Model: GPT 5.1 Codex Max
|
|
424
450
|
Cost:
|
|
@@ -443,7 +469,7 @@ MODEL_DESCRIPTIONS = {
|
|
|
443
469
|
- Coder
|
|
444
470
|
""",
|
|
445
471
|
|
|
446
|
-
#1.
|
|
472
|
+
#1.14 OpenAI
|
|
447
473
|
"gpt-5.2":"""
|
|
448
474
|
Model: GPT 5.2
|
|
449
475
|
Cost:
|
|
@@ -467,8 +493,33 @@ MODEL_DESCRIPTIONS = {
|
|
|
467
493
|
Agency:
|
|
468
494
|
- Coder
|
|
469
495
|
""",
|
|
496
|
+
|
|
497
|
+
#1.15 OpenAI
|
|
498
|
+
"gpt-5.2-chat-latest":"""
|
|
499
|
+
Model: GPT 5.2 Chat
|
|
500
|
+
Cost:
|
|
501
|
+
Input = $1.74 <= 1M tokens
|
|
502
|
+
Output = $14.00 <= 1M tokens
|
|
470
503
|
|
|
471
|
-
|
|
504
|
+
Data Type:
|
|
505
|
+
Input = (Text, Image)
|
|
506
|
+
Output = Text
|
|
507
|
+
|
|
508
|
+
Context Length:
|
|
509
|
+
Input = 128,000 tokens
|
|
510
|
+
Output = 16,384 tokens
|
|
511
|
+
|
|
512
|
+
Misc:
|
|
513
|
+
3x Fast
|
|
514
|
+
3x Clever
|
|
515
|
+
Thinking: No
|
|
516
|
+
Knowledge: 31/08/2025
|
|
517
|
+
|
|
518
|
+
Agency:
|
|
519
|
+
- Admin
|
|
520
|
+
""",
|
|
521
|
+
|
|
522
|
+
#1.16 OpenAI
|
|
472
523
|
"gpt-5.2-pro":"""
|
|
473
524
|
Model: GPT 5.2 Pro
|
|
474
525
|
Cost:
|
|
@@ -493,6 +544,9 @@ MODEL_DESCRIPTIONS = {
|
|
|
493
544
|
- Coder
|
|
494
545
|
""",
|
|
495
546
|
|
|
547
|
+
# =========================
|
|
548
|
+
#2 GOOGLE
|
|
549
|
+
# =========================
|
|
496
550
|
#2.1 Google
|
|
497
551
|
"gemini-3-pro-preview": """
|
|
498
552
|
Model: Gemini 3 Pro
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/vectordb/adapters/milvus_adapter.py
RENAMED
|
File without changes
|
{syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/vectordb/adapters/pgvector_adapter.py
RENAMED
|
File without changes
|
{syntaxmatrix-2.6.4.1 → syntaxmatrix-2.6.4.3}/syntaxmatrix/vectordb/adapters/sqlite_adapter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|