Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
math_tutor_dev
public_math_tutor
Commits
a09b9f40
Commit
a09b9f40
authored
May 13, 2026
by
Kantz
Browse files
anhängigkeiten zu den änderungen umgestellt
parent
5dac10a7
Changes
3
Hide whitespace changes
Inline
Side-by-side
math-tutor/README.md
View file @
a09b9f40
...
@@ -217,7 +217,7 @@ python -m test.hint_test --chat-id draft_session_mlgmxxzc_avmjfb
...
@@ -217,7 +217,7 @@ python -m test.hint_test --chat-id draft_session_mlgmxxzc_avmjfb
python
-m
test.retrieval_store_test
--query
"Was ist eine Teilmenge?"
--k
8
--expand
python
-m
test.retrieval_store_test
--query
"Was ist eine Teilmenge?"
--k
8
--expand
python
-m
test.retrieval_store_test
--query
"Was ist eine Teilmenge?"
--k
3
--subsections
1
:1:
1
python
-m
test.retrieval_store_test
--query
"Was ist eine Teilmenge?"
--k
3
--subsections
1
-1-
1
python
-m
test.math_intent_test
--input
"Integrate x^2"
--input
"Was ist 2+2?"
python
-m
test.math_intent_test
--input
"Integrate x^2"
--input
"Was ist 2+2?"
...
...
math-tutor/backend/scripts/generate_socratic_chats.py
View file @
a09b9f40
...
@@ -144,7 +144,7 @@ def _subsection_key(subsection: MarkdownDoc) -> str:
...
@@ -144,7 +144,7 @@ def _subsection_key(subsection: MarkdownDoc) -> str:
def
_format_ref
(
ref
:
SubsectionRef
)
->
str
:
def
_format_ref
(
ref
:
SubsectionRef
)
->
str
:
return
f
"
{
ref
[
0
]
}
:
{
ref
[
1
]
}
:
{
ref
[
2
]
}
"
return
f
"
{
ref
[
0
]
}
-
{
ref
[
1
]
}
-
{
ref
[
2
]
}
"
def
build_llm_sources_text
(
subsection
:
MarkdownDoc
,
children
:
list
[
MarkdownDoc
])
->
str
:
def
build_llm_sources_text
(
subsection
:
MarkdownDoc
,
children
:
list
[
MarkdownDoc
])
->
str
:
...
...
math-tutor/backend/test/task_catalog_socratic_test.py
View file @
a09b9f40
...
@@ -99,11 +99,11 @@ class TaskCatalogSocraticTest(unittest.TestCase):
...
@@ -99,11 +99,11 @@ class TaskCatalogSocraticTest(unittest.TestCase):
return_value
=
{
return_value
=
{
"quadratische gleichungen"
:
{
"quadratische gleichungen"
:
{
"subsection"
:
"Quadratische Gleichungen"
,
"subsection"
:
"Quadratische Gleichungen"
,
"index"
:
"1
:3:
3"
,
"index"
:
"1
-3-
3"
,
},
},
"mengen"
:
{
"mengen"
:
{
"subsection"
:
"Mengen"
,
"subsection"
:
"Mengen"
,
"index"
:
"1
:1:
1"
,
"index"
:
"1
-1-
1"
,
},
},
},
},
),
patch
(
),
patch
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment