This commit is contained in:
ManishMadan2882
2025-06-11 21:18:37 +05:30
parent 1b84d1fa9d
commit 44b6ec25a2
3 changed files with 3 additions and 4 deletions

View File

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