Skip to content

Releases: ScrapeGraphAI/Scrapegraph-ai

v0.7.0-beta.3

03 May 19:46

Choose a tag to compare

v0.7.0-beta.3 Pre-release
Pre-release

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

Features

v0.7.0-beta.2

03 May 19:41

Choose a tag to compare

v0.7.0-beta.2 Pre-release
Pre-release

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

Features

  • 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)

v0.7.0-beta.1

03 May 12:19

Choose a tag to compare

v0.7.0-beta.1 Pre-release
Pre-release

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

Features

  • add base_node to init.py (cb1cb61)

v0.6.2

02 May 19:07

Choose a tag to compare

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)

v0.6.1

02 May 16:58

Choose a tag to compare

0.6.1 (2024-05-02)

Bug Fixes

v0.6.1-beta.1

02 May 15:58

Choose a tag to compare

v0.6.1-beta.1 Pre-release
Pre-release

0.6.1-beta.1 (2024-05-02)

Bug Fixes

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

v0.6.0

02 May 15:56

Choose a tag to compare

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)

v0.5.2

02 May 07:25

Choose a tag to compare

0.5.2 (2024-05-02)

Bug Fixes

  • bug on script_creator_graph.py (4a3bc37)

v0.5.1

02 May 07:22

Choose a tag to compare

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)

v0.5.0-beta.8

02 May 15:00

Choose a tag to compare

v0.5.0-beta.8 Pre-release
Pre-release

0.5.0-beta.8 (2024-05-02)

Features

  • Allow end users to pass model instances for llm and embedding model (b86aac2)