From d58286989cf6f82dd8be565260af2a99179ae12c Mon Sep 17 00:00:00 2001 From: unclecode Date: Sun, 30 Jun 2024 00:34:02 +0800 Subject: [PATCH] UPDATE DOCUMENTS --- README.md | 2 +- docs/md/installation.md | 10 ++++++++-- main.py | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b4d2c7c5..ed3c67f0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Crawl4AI simplifies web crawling and data extraction, making it accessible for l ## Try it Now! - Use as REST API: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1zODYjhemJ5bUmYceWpVoBMVpd0ofzNBZ?usp=sharing) -- Use as Python library: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1wz8u30rvbq6Scodye9AGCw8Qg_Z8QGsk) +- Use as Python library: This collab is a bit outdated. I'm updating it with the newest versions, so please refer to the website for the latest documentation. This will be updated in a few days, and you'll have the latest version here. Thank you so much. [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1wz8u30rvbq6Scodye9AGCw8Qg_Z8QGsk) ✨ visit our [Documentation Website](https://crawl4ai.com/mkdocs/) diff --git a/docs/md/installation.md b/docs/md/installation.md index f733856a..1f26ed55 100644 --- a/docs/md/installation.md +++ b/docs/md/installation.md @@ -1,9 +1,10 @@ # Installation 💻 There are three ways to use Crawl4AI: + 1. As a library (Recommended) 2. As a local server (Docker) or using the REST API -3. As a Google Colab notebook. [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1wz8u30rvbq6Scodye9AGCw8Qg_Z8QGsk) +3. As a Google Colab notebook. ## Library Installation @@ -70,4 +71,9 @@ docker run -d -p 8000:80 crawl4ai ## Using Google Colab -You can also use Crawl4AI in a Google Colab notebook for easy setup and experimentation. Simply open the following Colab notebook and follow the instructions: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1wz8u30rvbq6Scodye9AGCw8Qg_Z8QGsk) \ No newline at end of file + +You can also use Crawl4AI in a Google Colab notebook for easy setup and experimentation. Simply open the following Colab notebook and follow the instructions: + + ⚠️ This collab is a bit outdated. I'm updating it with the newest versions, so please refer to the website for the latest documentation. This will be updated in a few days, and you'll have the latest version here. Thank you so much. + +[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1wz8u30rvbq6Scodye9AGCw8Qg_Z8QGsk) \ No newline at end of file diff --git a/main.py b/main.py index a20c13ad..32d26be7 100644 --- a/main.py +++ b/main.py @@ -168,4 +168,4 @@ async def get_chunking_strategies(): if __name__ == "__main__": import uvicorn - uvicorn.run(app, host="0.0.0.0", port=8080) + uvicorn.run(app, host="0.0.0.0", port=8888)