diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e0e98e6..5ab78743 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,43 @@ +## [1.6.0](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.5.7...v1.6.0) (2024-06-09) + + +### Features + +* Add tests for RobotsNode and update test setup ([dedfa2e](https://github.com/VinciGit00/Scrapegraph-ai/commit/dedfa2eaf02b7e9b68a116515053c1daae6e4a31)) + + +### Test + +* Enhance JSON scraping pipeline test ([d845a1b](https://github.com/VinciGit00/Scrapegraph-ai/commit/d845a1ba7d6e7f7574b92b51b6d5326bbfb3d1c6)) + +## [1.5.7](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.5.6...v1.5.7) (2024-06-06) + + +### Bug Fixes + +* update openai tts class ([10672d6](https://github.com/VinciGit00/Scrapegraph-ai/commit/10672d6ebb06d950bbf8b66cc9a2d420c183013d)) + +## [1.5.6](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.5.5...v1.5.6) (2024-06-05) + + +### Bug Fixes + +* getter ([67d83cf](https://github.com/VinciGit00/Scrapegraph-ai/commit/67d83cff46d8ea606b8972c364ab4c56e6fa4fe4)) + +## [1.5.5](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.5.4...v1.5.5) (2024-06-05) + + +### Bug Fixes + +* bug on generate_answer_node ([1d38ed1](https://github.com/VinciGit00/Scrapegraph-ai/commit/1d38ed146afae95dae1f35ac51180a1882bf8a29)) + + +### Docs + +* add Japanese README ([4559ab6](https://github.com/VinciGit00/Scrapegraph-ai/commit/4559ab6db845a0d94371a09d0ed1e1623eed9ee2)) +* update japanese.md ([f0042a8](https://github.com/VinciGit00/Scrapegraph-ai/commit/f0042a8e33f8fb8b113681ee0a9995d329bb0faa)) +* update README.md ([871e398](https://github.com/VinciGit00/Scrapegraph-ai/commit/871e398a26786d264dbd1b2743864ed2cc12b3da)) + ## [1.5.4](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.5.3...v1.5.4) (2024-05-31) diff --git a/README.md b/README.md index dbdcc948..115ed647 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 🕷️ ScrapeGraphAI: You Only Scrape Once -[English](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/README.md) | [中文](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/docs/chinese.md) +[English](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/README.md) | [中文](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/docs/chinese.md) | [日本語](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/docs/japanese.md) [](https://pepy.tech/project/scrapegraphai) [](https://github.com/pylint-dev/pylint) diff --git a/docs/chinese.md b/docs/chinese.md index e998c8bf..c57c296b 100644 --- a/docs/chinese.md +++ b/docs/chinese.md @@ -1,9 +1,9 @@ # 🕷️ ScrapeGraphAI: 只需抓取一次 -[](https://pepy.tech/project/scrapegraphai) -[](https://github.com/pylint-dev/pylint) -[](https://github.com/VinciGit00/Scrapegraph-ai/actions/workflows/pylint.yml) -[](https://github.com/VinciGit00/Scrapegraph-ai/actions/workflows/codeql.yml) -[](https://opensource.org/licenses/MIT) +[](https://pepy.tech/project/scrapegraphai) +[](https://github.com/pylint-dev/pylint) +[](https://github.com/VinciGit00/Scrapegraph-ai/actions/workflows/pylint.yml) +[](https://github.com/VinciGit00/Scrapegraph-ai/actions/workflows/codeql.yml) +[](https://opensource.org/licenses/MIT) [](https://discord.gg/gkxQDAjfeX) ScrapeGraphAI 是一个*网络爬虫* Python 库,使用大型语言模型和直接图逻辑为网站和本地文档(XML,HTML,JSON 等)创建爬取管道。 diff --git a/docs/japanese.md b/docs/japanese.md new file mode 100644 index 00000000..e66cedc4 --- /dev/null +++ b/docs/japanese.md @@ -0,0 +1,225 @@ +# 🕷️ ScrapeGraphAI: 一度のクロールで完結 +[](https://pepy.tech/project/scrapegraphai) +[](https://github.com/pylint-dev/pylint) +[](https://github.com/VinciGit00/Scrapegraph-ai/actions/workflows/pylint.yml) +[](https://github.com/VinciGit00/Scrapegraph-ai/actions/workflows/codeql.yml) +[](https://opensource.org/licenses/MIT) +[](https://discord.gg/gkxQDAjfeX) + +ScrapeGraphAIは、大規模言語モデルと直接グラフロジックを使用して、ウェブサイトやローカルドキュメント(XML、HTML、JSONなど)のクローリングパイプラインを作成するPythonライブラリです。 + +クロールしたい情報をライブラリに伝えるだけで、残りはすべてライブラリが行います! + +
+
+
+
+