commit
bc70e6066c
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,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