add progress bar in build

This commit is contained in:
yichuan520030910320
2025-07-21 20:55:18 -07:00
parent 2f224f5793
commit 530f6e4af5
4 changed files with 10 additions and 6 deletions

View File

@@ -224,7 +224,7 @@ async def query_leann_index(index_path: str, query: str):
query,
top_k=20,
recompute_beighbor_embeddings=True,
complexity=128,
complexity=32,
beam_width=1,
llm_config={
"type": "openai",
@@ -252,7 +252,7 @@ async def main():
parser.add_argument(
"--index-dir",
type=str,
default="./wechat_history_june19_test",
default="./wechat_history_magic_test",
help="Directory to store the LEANN index (default: ./wechat_history_index_leann_test)",
)
parser.add_argument(