[chat] update 30s example

This commit is contained in:
yichuan520030910320
2025-07-24 14:40:33 -07:00
parent 1614203786
commit de252fef31
4 changed files with 81 additions and 56 deletions

View File

@@ -222,7 +222,6 @@ async def query_leann_index(index_path: str, query: str):
recompute_beighbor_embeddings=True,
complexity=32,
beam_width=1,
)
end_time = time.time()
print(f"Time taken: {end_time - start_time} seconds")