Commit a09b9f40 authored by Kantz's avatar Kantz
Browse files

anhängigkeiten zu den änderungen umgestellt

parent 5dac10a7
......@@ -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 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?"
......
......@@ -144,7 +144,7 @@ def _subsection_key(subsection: MarkdownDoc) -> 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:
......
......@@ -99,11 +99,11 @@ class TaskCatalogSocraticTest(unittest.TestCase):
return_value={
"quadratische gleichungen": {
"subsection": "Quadratische Gleichungen",
"index": "1:3:3",
"index": "1-3-3",
},
"mengen": {
"subsection": "Mengen",
"index": "1:1:1",
"index": "1-1-1",
},
},
), patch(
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment