(feat:ingestion) store filepath from now

This commit is contained in:
ManishMadan2882
2025-06-11 16:00:09 +05:30
parent 041d600e45
commit 8b3e960be0
2 changed files with 5 additions and 0 deletions

View File

@@ -290,6 +290,7 @@ def ingest_worker(
"retriever": retriever,
"id": str(id),
"type": "local",
"original_file_path": source_file_path, # Pass the original file path
}
upload_index(vector_store_path, file_data)