Merge pull request #1671 from Chaoyingz/main

Fix incorrect spacing
This commit is contained in:
zrguo 2025-06-19 14:17:52 +08:00 committed by GitHub
commit bc70e6066c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -192,7 +192,7 @@ async def main():
rag.insert("Your text")
# Perform hybrid search
mode="hybrid"
mode = "hybrid"
print(
await rag.query(
"What are the top themes in this story?",