Chaoying
commited on
Fix incorrect spacing
Browse files
README.md
CHANGED
@@ -191,7 +191,7 @@ async def main():
|
|
191 |
rag.insert("Your text")
|
192 |
|
193 |
# Perform hybrid search
|
194 |
-
mode="hybrid"
|
195 |
print(
|
196 |
await rag.query(
|
197 |
"What are the top themes in this story?",
|
|
|
191 |
rag.insert("Your text")
|
192 |
|
193 |
# Perform hybrid search
|
194 |
+
mode = "hybrid"
|
195 |
print(
|
196 |
await rag.query(
|
197 |
"What are the top themes in this story?",
|