Fix incorrect spacing

This commit is contained in:
Chaoying 2025-06-11 10:59:40 +08:00 committed by GitHub
parent 5ccdbd6de8
commit b8a2598404
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -191,7 +191,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?",