Skip to content

Commit e47556e

Browse files
committed
quick fix
1 parent 26919b3 commit e47556e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mmore/run_index_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ async def download_file(
359359
)
360360
file_paths = client.query(
361361
collection_name=COLLECTION_NAME,
362-
filter=f"id == '{fileId}'",
362+
filter=f"document_id == '{fileId}'",
363363
output_fields=["file_path"],
364364
)
365365

0 commit comments

Comments
 (0)