Skip to content

Releases: ScrapeGraphAI/Scrapegraph-ai

v0.9.0-beta.1

04 May 19:22
Compare
Choose a tag to compare
v0.9.0-beta.1 Pre-release
Pre-release

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)

v0.8.0-beta.2

04 May 17:07
Compare
Choose a tag to compare
v0.8.0-beta.2 Pre-release
Pre-release

0.8.0-beta.2 (2024-05-04)

Features

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

v0.8.0

03 May 20:27
Compare
Choose a tag to compare

0.8.0 (2024-05-03)

Features

CI

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

v0.8.0-beta.1

03 May 20:26
Compare
Choose a tag to compare
v0.8.0-beta.1 Pre-release
Pre-release

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

Features

CI

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

v0.7.0

03 May 19:45
Compare
Choose a tag to compare

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)

v0.7.0-beta.3

03 May 19:46
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

0.6.1 (2024-05-02)

Bug Fixes