Open Issues Need Help
View All on GitHubAI Summary: Re-implement the item removal functionality for the `kenja2_vector` project to correctly handle cases where images are not found, specifically addressing situations where images are only icons. This likely involves updating the logic to gracefully handle missing image files or to differentiate between full images and icons during removal.
AI Summary: The `kenja2_vector` project has an issue where some items lack a description field, resulting in `None` values for their text vectors. The task is to handle these `None` values gracefully, perhaps by replacing them with empty strings or default vectors, ensuring the project functions correctly without errors.
AI Summary: The task is to modify the kenja2_vector project to ensure that image URLs are preserved when processing images. This involves investigating the issue reported in the linked GitHub issue (#46 in the kenja_tools repository) and implementing a solution within the kenja2_vector codebase.