Merge branch 'main' into before-sync-28-10-2024

This commit is contained in:
Andrii Lazarchuk
2024-10-28 15:54:43 +02:00
committed by GitHub
21 changed files with 1118 additions and 129 deletions

View File

@@ -28,7 +28,7 @@ rag = LightRAG(
),
)
with open("./book.txt") as f:
with open("./book.txt", "r", encoding="utf-8") as f:
rag.insert(f.read())
# Perform naive search