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")
|
rag.insert("Your text")
|
||||||
|
|
||||||
# Perform hybrid search
|
# Perform hybrid search
|
||||||
mode="hybrid"
|
mode = "hybrid"
|
||||||
print(
|
print(
|
||||||
await rag.query(
|
await rag.query(
|
||||||
"What are the top themes in this story?",
|
"What are the top themes in this story?",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue