ci(release): 1.11.0-beta.7 [skip ci]

## [1.11.0-beta.7](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.11.0-beta.6...v1.11.0-beta.7) (2024-08-01)

### Bug Fixes

* abstract_graph and removed unused embeddings ([0b4cfd6](0b4cfd6522))

### Refactor

* move embeddings code from AbstractGraph to RAGNode ([a94ebcd](a94ebcde00))
* reuse code for common interface models ([bb73d91](bb73d916a1))
This commit is contained in:
semantic-release-bot 2024-08-01 12:53:01 +00:00
parent abd0ea13f9
commit 55f706f3d5
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
## [1.11.0-beta.7](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.11.0-beta.6...v1.11.0-beta.7) (2024-08-01)
### Bug Fixes
* abstract_graph and removed unused embeddings ([0b4cfd6](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/0b4cfd6522dcad0eb418f0badd0f7824a1efd534))
### Refactor
* move embeddings code from AbstractGraph to RAGNode ([a94ebcd](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/a94ebcde0078d66d33e67f7e0a87850efb92d408))
* reuse code for common interface models ([bb73d91](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/bb73d916a1a7b378438038ec928eeda6d8f6ac9d))
## [1.11.0-beta.6](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.11.0-beta.5...v1.11.0-beta.6) (2024-07-31)

View File

@ -1,7 +1,7 @@
[project]
name = "scrapegraphai"
version = "1.11.0b6"
version = "1.11.0b7"
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
authors = [