Fix the lint issue

This commit is contained in:
Samuel Chan
2025-01-04 18:34:35 +08:00
parent db663114a9
commit e053223ef0
4 changed files with 26 additions and 30 deletions

View File

@@ -1137,4 +1137,4 @@ SQL_TEMPLATES = {
FROM LIGHTRAG_DOC_CHUNKS where workspace=$1)
WHERE distance>$2 ORDER BY distance DESC LIMIT $3
"""
}
}