Scrapegraph-ai/CHANGELOG.md
semantic-release-bot f0f73736f7 ci(release): 0.11.0-beta.7 [skip ci]
## [0.11.0-beta.7](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.11.0-beta.6...v0.11.0-beta.7) (2024-05-13)

### Bug Fixes

* bug for claude ([d0167de](d0167dee71))

### Docs

* **refactor:** changed example ([c7ec114](c7ec114274))
2024-05-13 11:44:57 +00:00

27 KiB

0.11.0-beta.7 (2024-05-13)

Bug Fixes

Docs

  • refactor: changed example (c7ec114)

0.11.0-beta.6 (2024-05-13)

Bug Fixes

  • fetch-node: removed isSoup from default (0c15947)

0.11.0-beta.5 (2024-05-13)

Features

  • webdriver-backend: add dynamic import scripts from module and file (db2234b)
  • proxy-rotation: add parse (IP address) or search (from broker) functionality for proxy rotation (2170131)
  • added proxy rotation (0c36a7e)
  • safe-web-driver: enchanced the original AsyncChromiumLoader web driver with proxy protection and flexible kwargs and backend (768719c)

Bug Fixes

  • pytest: add dependency for mocking testing functions (2f4fd45)
  • chromium-loader: ensure it subclasses langchain's base loader (b54d984)
  • proxy-rotation: removed duplicated arg and passed the loader_kwarhs correctly to the node (1e9a564)
  • proxy-rotation: removed max_shape duplicate (5d6d996)

Docs

  • refactor: added proxy-rotation usage and refactor readthedocs (e256b75)

0.11.0-beta.4 (2024-05-12)

Features

0.11.0-beta.3 (2024-05-12)

Features

Docs

  • add diagram showing general structure/flow of the library (13ae918)
  • update overview diagram with more models (b441b30)

0.11.0-beta.2 (2024-05-10)

Features

0.11.0-beta.1 (2024-05-10)

Features

  • Add support for passing pdf path as source (f10f3b1)
  • update info (4ed0fb8)

Bug Fixes

  • add json integration (0ab31c3)
  • Augment the information getting fetched from a webpage (f8ce3d5)
  • fixed bugs for csv and xml (324e977)
  • limit python version to < 3.12 (a37fbbc)

CI

  • release: 0.10.0-beta.3 [skip ci] (ad32298)
  • release: 0.10.0-beta.4 [skip ci] (548bff9)
  • release: 0.10.0-beta.5 [skip ci] (28c9dce)
  • release: 0.10.0-beta.6 [skip ci] (460d292)

Bug Fixes

0.10.0-beta.5 (2024-05-09)

Bug Fixes

  • fixed bugs for csv and xml (324e977)

0.10.0-beta.4 (2024-05-09)

Features

  • Add support for passing pdf path as source (f10f3b1)

Bug Fixes

  • limit python version to < 3.12 (a37fbbc)

0.10.0-beta.3 (2024-05-09)

Features

0.10.0-beta.2 (2024-05-08)

Bug Fixes

  • examples: local, mixed models and fixed SearchGraph embeddings problem (6b71ec1)
  • examples: openai std examples (186c0d0)
  • removed .lock file for deployment (d4c7d4e)

Docs

0.10.0-beta.1 (2024-05-06)

Features

  • add claude documentation (5bdee55)
  • add gemini embeddings (79daa4c)
  • add llava integration (019b722)
  • add new hugging_face models (d5547a4)
  • Fix bug for gemini case when embeddings config not passed (726de28)
  • fixed custom_graphs example and robots_node (84fcb44)
  • multiple graph instances (dbb614a)
  • node: multiple url search in SearchGraph + fixes (930adb3)
  • refactoring search function (aeb1acb)

Bug Fixes

CI

  • release: 0.9.0-beta.2 [skip ci] (5aa600c)
  • release: 0.9.0-beta.3 [skip ci] (da8c72c)
  • release: 0.9.0-beta.4 [skip ci] (8c5397f)
  • release: 0.9.0-beta.5 [skip ci] (532adb6)
  • release: 0.9.0-beta.6 [skip ci] (8c0b46e)
  • release: 0.9.0-beta.7 [skip ci] (6911e21)
  • release: 0.9.0-beta.8 [skip ci] (739aaa3)

0.9.0-beta.8 (2024-05-06)

Features

0.9.0-beta.7 (2024-05-06)

Bug Fixes

  • llm: fixed gemini api_key (fd01b73)

0.9.0-beta.6 (2024-05-06)

Features

  • Fix bug for gemini case when embeddings config not passed (726de28)

0.9.0-beta.5 (2024-05-06)

Features

  • fixed custom_graphs example and robots_node (84fcb44)
  • multiple graph instances (dbb614a)
  • node: multiple url search in SearchGraph + fixes (930adb3)

0.9.0-beta.4 (2024-05-05)

Features

0.9.0-beta.3 (2024-05-05)

Features

  • add claude documentation (5bdee55)

0.9.0-beta.2 (2024-05-05)

Features

  • refactoring search function (aeb1acb)

Bug Fixes

0.9.0-beta.1 (2024-05-04)

Features

  • Enable end users to pass model instances of HuggingFaceHub (7599234)

Build

  • deps: bump tqdm from 4.66.1 to 4.66.3 (0a17c74)
  • deps: bump tqdm from 4.66.1 to 4.66.3 (aff6f98)

CI

  • release: 0.8.0-beta.1 [skip ci] (d277b34)
  • release: 0.8.0-beta.2 [skip ci] (892500a)

0.8.0 (2024-05-03)

Features

CI

  • release: 0.7.0-beta.3 [skip ci] (fbb06ab)

0.7.0 (2024-05-03)

Features

  • add base_node to init.py (cb1cb61)
  • Azure implementation + embeddings refactoring (aa9271e)

Refactor

  • Changed the way embedding model is created in AbstractGraph class and removed handling of embedding model creation from RAGNode. Now AbstractGraph will call a dedicated method for embedding models instead of _create_llm. This makes it easy to use any LLM with any supported embedding model. (819cbcd)

CI

  • release: 0.7.0-beta.1 [skip ci] (98dec36)
  • release: 0.7.0-beta.2 [skip ci] (42fa02e)

0.7.0-beta.3 (2024-05-03)

0.7.0-beta.2 (2024-05-03)

Features

  • Azure implementation + embeddings refactoring (aa9271e)
  • add pdf scraper (10a9453)

Refactor

  • Changed the way embedding model is created in AbstractGraph class and removed handling of embedding model creation from RAGNode. Now AbstractGraph will call a dedicated method for embedding models instead of _create_llm. This makes it easy to use any LLM with any supported embedding model. (819cbcd)

0.7.0-beta.1 (2024-05-03)

Features

  • add base_node to init.py (cb1cb61)

0.6.2 (2024-05-02)

Bug Fixes

  • add to requirements.txt langchain-aws = "^0.1.2" (1afa319)

Docs

CI

  • release: 0.6.1-beta.1 [skip ci] (75a4042)

0.6.1 (2024-05-02)

Bug Fixes

0.6.0 (2024-05-02)

Features

  • added node and graph for CSV scraping (4d542a8)
  • Allow end users to pass model instances for llm and embedding model (b86aac2)
  • modified node name (02d1af0)

CI

  • release: 0.5.0-beta.7 [skip ci] (40b2a34)
  • release: 0.5.0-beta.8 [skip ci] (c11331a)

0.5.2 (2024-05-02)

Bug Fixes

  • bug on script_creator_graph.py (4a3bc37)

0.5.1 (2024-05-02)

Bug Fixes

Docs

  • added venv suggestion (ba2b24b)
  • base and fetch node (e981796)
  • change contributing.md with new ci/cd workflow (3e91a46)
  • fixed basegraph docstring (29427c2)
  • graphs and helpers docstrings (0631985)
  • refactor examples (c11fc28)
  • refactor models docstrings (18c20eb)
  • refactor nodes docstrings (1409797)
  • update utils docstrings (cf038b3)

0.5.0 (2024-04-30)

Features

  • add cluade integration (e0ffc83)
  • add co-author (719a353)
  • fetch: added playwright support (42ab0aa)
  • added verbose flag to suppress print statements (2dd7817)
  • base groq + requirements + toml update with groq (7dd5b1a)
  • refactor: changed variable names (8fba7e5)
  • llm: implemented groq model (dbbf10f)
  • updated requirements.txt (d368725)

Bug Fixes

  • script generator and add new benchmarks (e3d0194)

CI

  • release: 0.4.0-beta.3 [skip ci] (d13321b)
  • release: 0.5.0-beta.1 [skip ci] (450291f)
  • release: 0.5.0-beta.2 [skip ci] (ff7d12f)
  • release: 0.5.0-beta.3 [skip ci] (7e81f7c)
  • release: 0.5.0-beta.4 [skip ci] (14e56f6)
  • release: 0.5.0-beta.5 [skip ci] (5ac97e2)
  • release: 0.5.0-beta.6 [skip ci] (9356124)

0.5.0-beta.6 (2024-04-30)

Features

  • added verbose flag to suppress print statements (2dd7817)

0.5.0-beta.5 (2024-04-30)

Features

  • refactor: changed variable names (8fba7e5)

0.5.0-beta.4 (2024-04-30)

Bug Fixes

  • script generator and add new benchmarks (e3d0194)

0.5.0-beta.3 (2024-04-30)

Features

0.5.0-beta.2 (2024-04-30)

Features

  • fetch: added playwright support (42ab0aa)

0.5.0-beta.1 (2024-04-30)

Features

  • add co-author (719a353)
  • base groq + requirements + toml update with groq (7dd5b1a)
  • llm: implemented groq model (dbbf10f)
  • updated requirements.txt (d368725)

CI

  • release: 0.4.0-beta.3 [skip ci] (d13321b)

0.4.1 (2024-04-28)

Bug Fixes

  • added missing dependecies (7f1c3b7)

0.4.0 (2024-04-28)

Features

  • add new proxy rotation function (f6077d1)

Bug Fixes

CI

  • release: 0.4.0-beta.1 [skip ci] (4bc7274)
  • release: 0.4.0-beta.2 [skip ci] (3c77acb)

0.4.0-beta.2 (2024-04-27)

Bug Fixes

0.4.0-beta.1 (2024-04-27)

Features

  • add new proxy rotation function (f6077d1)

Bug Fixes

0.3.0 (2024-04-26)

Features

  • trigger new beta release (26c92c3)
  • trigger new beta release (6f028c4)

CI

  • release: 0.3.0-beta.1 [skip ci] (b481fd7)
  • release: 0.3.0-beta.2 [skip ci] (7c8dbb8)
  • add ci workflow to manage lib release with semantic-release (92cd040)
  • remove pull request trigger and fix plugin release train (876fe66)

0.3.0-beta.2 (2024-04-26)

Features

  • trigger new beta release (26c92c3)

0.3.0-beta.1 (2024-04-26)

Features

  • trigger new beta release (6f028c4)

CI

  • add ci workflow to manage lib release with semantic-release (92cd040)
  • remove pull request trigger and fix plugin release train (876fe66)