Files
archon/python
leex279 45c394beb6 fix: Proper deletion and persistence for crawler configuration updates
- Fix deletion of existing documents before recrawl with new configuration
- Use SourceManagementService.delete_source() instead of non-existent delete_item()
- Ensure all crawl configuration fields are persisted to metadata
- Store knowledge_type, max_depth, tags, and original_url in metadata
- Add proper logging for successful deletions
- Ensure crawl_config is persisted and reloaded correctly
2025-09-22 20:41:38 +02:00
..