mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 18:31:48 +08:00
* Improve file metadata extraction and loading Refactored _extract_file_metadata to handle cases where file_path is nested in data. Updated load_files to be async and to use extracted metadata for each row. Changed Message construction to unpack metadata as keyword arguments. * Update base_file.py