Skip to content

Commit

Permalink
ci(release): 1.14.0-beta.11 [skip ci]
Browse files Browse the repository at this point in the history
## [1.14.0-beta.11](v1.14.0-beta.10...v1.14.0-beta.11) (2024-08-19)

### Features

* add structured output format ([7d2fc67](7d2fc67))
* **GenerateAnswerNode:** built-in structured output through LangChain ([d29338b](d29338b))

### Bug Fixes

* **ParseNode:** leave room for LLM reply in context window ([683bf57](683bf57))
  • Loading branch information
semantic-release-bot committed Aug 19, 2024
1 parent d1f6b9f commit d617750
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [1.14.0-beta.11](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.14.0-beta.10...v1.14.0-beta.11) (2024-08-19)


### Features

* add structured output format ([7d2fc67](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/7d2fc672c8c3c05b0f0beac46316ce16c16bcd02))
* **GenerateAnswerNode:** built-in structured output through LangChain ([d29338b](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/d29338b7c2ef0b13535a2e4edae4a4aab08f1825))


### Bug Fixes

* **ParseNode:** leave room for LLM reply in context window ([683bf57](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/683bf57d895d8f6847fdd64e8936ffa1aa91926a))

## [1.14.0-beta.10](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.14.0-beta.9...v1.14.0-beta.10) (2024-08-19)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "scrapegraphai"


version = "1.14.0b10"
version = "1.14.0b11"


description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
Expand Down

0 comments on commit d617750

Please sign in to comment.