fix: add missing file_path for mongo impl
This commit is contained in:
parent
d8bc89b26e
commit
69322e198f
1 changed files with 1 additions and 0 deletions
|
|
@ -221,6 +221,7 @@ class MongoDocStatusStorage(DocStatusStorage):
|
||||||
created_at=doc.get("created_at"),
|
created_at=doc.get("created_at"),
|
||||||
updated_at=doc.get("updated_at"),
|
updated_at=doc.get("updated_at"),
|
||||||
chunks_count=doc.get("chunks_count", -1),
|
chunks_count=doc.get("chunks_count", -1),
|
||||||
|
file_path=doc.get("file_path", doc["_id"])
|
||||||
)
|
)
|
||||||
for doc in result
|
for doc in result
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue