chore: Update Crawl4AI quickstart script in README.md
This commit is contained in:
32
CHANGELOG.md
32
CHANGELOG.md
@@ -1,31 +1 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
|
||||||
|
|
||||||
## [Unreleased]
|
|
||||||
|
|
||||||
### Added
|
|
||||||
- 🔧 Separate Crawl and Extract JSON Semantic Chunk: Enhancing flexibility and efficiency in large-scale web crawling tasks.
|
|
||||||
- 🔍 Colab Integration: Exploring integration with Google Colab for easy experimentation in a collaborative notebook environment.
|
|
||||||
- 🎯 XPath and CSS Selector Support: Adding support for selective retrieval of specific elements from web pages.
|
|
||||||
- 📷 Image Captioning: Incorporating image captioning capabilities to extract meaningful descriptions from images.
|
|
||||||
- 💾 Embedding Data Generation and Storage: Developing functionalities to generate and store embedding data for each crawled website.
|
|
||||||
- 🔍 Semantic Search Engine: Building a semantic search engine that fetches content, performs vector search similarity, and generates labeled chunk data based on user queries and URLs.
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
- None
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
- None
|
|
||||||
|
|
||||||
### Removed
|
|
||||||
- None
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
- None
|
|
||||||
|
|
||||||
### Security
|
|
||||||
- None
|
|
||||||
|
|
||||||
## [1.0.0] - YYYY-MM-DD
|
|
||||||
- Initial release
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
# Crawl4AI 🕷️🤖
|
# Crawl4AI v0.2.0 🕷️🤖
|
||||||
|
|
||||||
[](https://github.com/unclecode/crawl4ai/stargazers)
|
[](https://github.com/unclecode/crawl4ai/stargazers)
|
||||||
[](https://github.com/unclecode/crawl4ai/network/members)
|
[](https://github.com/unclecode/crawl4ai/network/members)
|
||||||
@@ -10,7 +10,7 @@ Crawl4AI has one clear task: to simplify crawling and extract useful information
|
|||||||
|
|
||||||
[](https://colab.research.google.com/drive/1wz8u30rvbq6Scodye9AGCw8Qg_Z8QGsk)
|
[](https://colab.research.google.com/drive/1wz8u30rvbq6Scodye9AGCw8Qg_Z8QGsk)
|
||||||
|
|
||||||
## Recent Changes
|
## Recent Changes v0.2.0
|
||||||
|
|
||||||
- 🚀 10x faster!!
|
- 🚀 10x faster!!
|
||||||
- 📜 Execute custom JavaScript before crawling!
|
- 📜 Execute custom JavaScript before crawling!
|
||||||
|
|||||||
Reference in New Issue
Block a user