Fix incorrect spacing
This commit is contained in:
parent
5ccdbd6de8
commit
b8a2598404
1 changed files with 1 additions and 1 deletions
|
|
@ -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?",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue