ci(release): 0.5.0-beta.8 [skip ci]

## [0.5.0-beta.8](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.5.0-beta.7...v0.5.0-beta.8) (2024-05-02)

### Features

* Allow end users to pass model instances for llm and embedding model ([b86aac2](b86aac2188))
This commit is contained in:
semantic-release-bot 2024-05-02 15:00:33 +00:00
parent 14eecef087
commit c11331a26a
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [0.5.0-beta.8](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.5.0-beta.7...v0.5.0-beta.8) (2024-05-02)
### Features
* Allow end users to pass model instances for llm and embedding model ([b86aac2](https://github.com/VinciGit00/Scrapegraph-ai/commit/b86aac2188887642564a34d13d55d0fcff220ec1))
## [0.5.0-beta.7](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.5.0-beta.6...v0.5.0-beta.7) (2024-05-01) ## [0.5.0-beta.7](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.5.0-beta.6...v0.5.0-beta.7) (2024-05-01)

View File

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