commit
bc70e6066c
1 changed files with 1 additions and 1 deletions
|
|
@ -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?",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue