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
33f69451
Commit
33f69451
authored
Feb 06, 2026
by
Kantz
Browse files
verändert damit auch das markdown beim HintLLM ankommt
parent
069b5f3c
Changes
1
Show whitespace changes
Inline
Side-by-side
math-tutor/backend/app/deterministic_services/vector_store.py
View file @
33f69451
...
@@ -271,7 +271,7 @@ class Source(BaseModel):
...
@@ -271,7 +271,7 @@ class Source(BaseModel):
f
" retrieved_as=
{
self
.
retrieved_as
}
,
\n
"
f
" retrieved_as=
{
self
.
retrieved_as
}
,
\n
"
f
" source_type=
{
self
.
source_type
}
,
\n
"
f
" source_type=
{
self
.
source_type
}
,
\n
"
f
" score=
{
self
.
score
}
,
\n
"
f
" score=
{
self
.
score
}
,
\n
"
f
" markdown
_length=
{
len
(
self
.
markdown
)
}
)
"
f
" markdown
=
{
self
.
markdown
}
"
)
)
class
SourceID
(
BaseModel
):
class
SourceID
(
BaseModel
):
...
...
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