Commit 52b14c87 authored by Kantz's avatar Kantz
Browse files

namen in sources geändert

parent c8247d38
......@@ -174,7 +174,7 @@ Ingest markdown docs (expects `markdown/sections`, `markdown/subsections`, `mark
```powershell
cd math-tutor/backend
.\.venv\Scripts\Activate.ps1
python -m scripts.retrieval_cli ingest --base sources/script --clear
python -m scripts.retrieval_cli ingest --base sources/lecture_script --clear
```
Query via CLI:
......
......@@ -9,7 +9,7 @@ import yaml
from app.deterministic_services import task_catalog
PROMPTS_PATH = Path(__file__).resolve().parents[2] / "sources" / "socratic_chats" / "initial_prompts.yml"
PROMPTS_PATH = Path(__file__).resolve().parents[2] / "sources" / "inital_socratic_prompt" / "initial_prompts.yml"
@lru_cache(maxsize=1)
......
......@@ -15,8 +15,8 @@ from app.deterministic_services.vector_store import parse_markdown_with_frontmat
BACKEND_ROOT = Path(__file__).resolve().parents[2]
DEFAULT_SOURCE_ROOT = BACKEND_ROOT / "sources" / "with_chapters"
DEFAULT_OUTPUT = BACKEND_ROOT / "sources" / "socratic_chats" / "initial_prompts.yml"
DEFAULT_TEMPLATE = BACKEND_ROOT / "sources" / "socratic_chats" / "template.yml"
DEFAULT_OUTPUT = BACKEND_ROOT / "sources" / "inital_socratic_prompt" / "initial_prompts.yml"
DEFAULT_TEMPLATE = BACKEND_ROOT / "sources" / "inital_socratic_prompt" / "template.yml"
DEFAULT_PROMPT = (
"Was sind die Themen dieses Abschnitts? Numeriere sie durch. Frage mich, mit welchem ich mich "
"zuerst beschäftigen möchte."
......
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