mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-11-08 22:04:03 +00:00
commit
bc70e6066c
@ -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…
x
Reference in New Issue
Block a user