Anton Vice b192f8c9a3 Fix: Handle NoneType error when processing documents without a file path
The document processing pipeline would crash with a TypeError when a document was submitted as raw text via the API, as the file_path attribute would be None. This change adds a check to handle the None case gracefully, preventing the crash and allowing text-based documents to be indexed correctly.
2025-07-08 19:35:22 -03:00
..
2025-07-08 00:22:14 +08:00
2025-07-08 20:21:20 +02:00
2025-07-08 18:17:21 +08:00
2025-02-20 15:09:43 +01:00
2025-06-25 12:39:57 +08:00
2025-07-01 17:13:33 +08:00
2025-02-15 22:37:12 +01:00
2025-02-15 22:37:12 +01:00
2025-07-06 00:16:47 +08:00
2025-06-29 01:28:39 +05:00