diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3ae474fcc93e..d73eff1e9712 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "backend/core": "0.0.14", + "backend/core": "0.0.15", ".": "0.0.313" } \ No newline at end of file diff --git a/backend/core/CHANGELOG.md b/backend/core/CHANGELOG.md index b3de918cf60c..85826a48bbed 100644 --- a/backend/core/CHANGELOG.md +++ b/backend/core/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.0.15](https://github.com/QuivrHQ/quivr/compare/core-0.0.14...core-0.0.15) (2024-09-15) + + +### Features + +* save and load brain ([#3202](https://github.com/QuivrHQ/quivr/issues/3202)) ([eda619f](https://github.com/QuivrHQ/quivr/commit/eda619f4547921ab4c50458b2d44c6b5c10e40d1)) + + +### Bug Fixes + +* Update LLMEndpoint to include max_tokens parameter ([#3201](https://github.com/QuivrHQ/quivr/issues/3201)) ([13ed225](https://github.com/QuivrHQ/quivr/commit/13ed225b172407ee9826b9c01b2f7b124a8b5a10)) + ## [0.0.14](https://github.com/QuivrHQ/quivr/compare/core-0.0.13...core-0.0.14) (2024-09-09) diff --git a/backend/core/pyproject.toml b/backend/core/pyproject.toml index 8a2c41841d87..70b3e2a95180 100644 --- a/backend/core/pyproject.toml +++ b/backend/core/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "quivr-core" -version = "0.0.14" +version = "0.0.15" description = "Quivr core RAG package" authors = [ { name = "Stan Girard", email = "stan@quivr.app" }