Chaoying commited on
Commit
7d42d27
·
unverified ·
1 Parent(s): b05bfe9

Fix incorrect spacing

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