Crawl4ai

Latest version: v0.4.1

Safety actively analyzes 688238 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.2.77

Significant improvements in text processing and performance:

- ๐Ÿš€ **Dependency reduction**: Removed dependency on spaCy model for text chunk labeling in cosine extraction strategy.
- ๐Ÿค– **Transformer upgrade**: Implemented text sequence classification using a transformer model for labeling text chunks.
- โšก **Performance enhancement**: Improved model loading speed due to removal of spaCy dependency.
- ๐Ÿ”ง **Future-proofing**: Laid groundwork for potential complete removal of spaCy dependency in future versions.

These changes address issue 68 and provide a foundation for faster, more efficient text processing in Crawl4AI.

0.2.76

Major improvements in functionality, performance, and cross-platform compatibility! ๐Ÿš€

- ๐Ÿณ **Docker enhancements**: Significantly improved Dockerfile for easy installation on Linux, Mac, and Windows.
- ๐ŸŒ **Official Docker Hub image**: Launched our first official image on Docker Hub for streamlined deployment.
- ๐Ÿ”ง **Selenium upgrade**: Removed dependency on ChromeDriver, now using Selenium's built-in capabilities for better compatibility.
- ๐Ÿ–ผ๏ธ **Image description**: Implemented ability to generate textual descriptions for extracted images from web pages.
- โšก **Performance boost**: Various improvements to enhance overall speed and performance.

A big shoutout to our amazing community contributors:
- [aravindkarnam](https://github.com/aravindkarnam) for developing the textual description extraction feature.
- [FractalMind](https://github.com/FractalMind) for creating the first official Docker Hub image and fixing Dockerfile errors.
- [ketonkss4](https://github.com/ketonkss4) for identifying Selenium's new capabilities, helping us reduce dependencies.

Your contributions are driving Crawl4AI forward! ๐Ÿ™Œ

0.2.75

Minor improvements for a more maintainable codebase:

- ๐Ÿ”„ Fixed typos in `chunking_strategy.py` and `crawler_strategy.py` to improve code readability
- ๐Ÿ”„ Removed `.test_pads/` directory from `.gitignore` to keep our repository clean and organized

These changes may seem small, but they contribute to a more stable and sustainable codebase. By fixing typos and updating our `.gitignore` settings, we're ensuring that our code is easier to maintain and scale in the long run.

0.2.74

A slew of exciting updates to improve the crawler's stability and robustness! ๐ŸŽ‰

- ๐Ÿ’ป **UTF encoding fix**: Resolved the Windows \"charmap\" error by adding UTF encoding.
- ๐Ÿ›ก๏ธ **Error handling**: Implemented MaxRetryError exception handling in LocalSeleniumCrawlerStrategy.
- ๐Ÿงน **Input sanitization**: Improved input sanitization and handled encoding issues in LLMExtractionStrategy.
- ๐Ÿšฎ **Database cleanup**: Removed existing database file and initialized a new one.

0.2.73

๐Ÿ’ก In this release, we've bumped the version to v0.2.73 and refreshed our documentation to ensure you have the best experience with our project.

* Supporting website need "with-head" mode to crawl the website with head.
* Fixing the installation issues for setup.py and dockerfile.
* Resolve multiple issues.

0.2.72

This release brings exciting updates and improvements to our project! ๐ŸŽ‰

* ๐Ÿ“š **Documentation Updates**: Our documentation has been revamped to reflect the latest changes and additions.
* ๐Ÿš€ **New Modes in setup.py**: We've added support for three new modes in setup.py: default, torch, and transformers. This enhances the project's flexibility and usability.
* ๐Ÿณ **Docker File Updates**: The Docker file has been updated to ensure seamless compatibility with the new modes and improvements.
* ๐Ÿ•ท๏ธ **Temporary Solution for Headless Crawling**: We've implemented a temporary solution to overcome issues with crawling websites in headless mode.

These changes aim to improve the overall user experience, provide more flexibility, and enhance the project's performance. We're thrilled to share these updates with you and look forward to continuing to evolve and improve our project!

Page 3 of 4

ยฉ 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.