Merge pull request #1671 from Chaoyingz/main
Browse files
README.md
CHANGED
@@ -192,7 +192,7 @@ async def main():
|
|
192 |
rag.insert("Your text")
|
193 |
|
194 |
# Perform hybrid search
|
195 |
-
mode="hybrid"
|
196 |
print(
|
197 |
await rag.query(
|
198 |
"What are the top themes in this story?",
|
|
|
192 |
rag.insert("Your text")
|
193 |
|
194 |
# Perform hybrid search
|
195 |
+
mode = "hybrid"
|
196 |
print(
|
197 |
await rag.query(
|
198 |
"What are the top themes in this story?",
|