zrguo commited on
Commit
f28f9c0
·
unverified ·
2 Parent(s): b6cfd8e 7d42d27

Merge pull request #1671 from Chaoyingz/main

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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?",