chore(main): release core 0.0.27 (#3520)

🤖 I have created a release *beep* *boop*
---


##
[0.0.27](https://github.com/QuivrHQ/quivr/compare/core-0.0.26...core-0.0.27)
(2024-12-16)


### Features

* ensuring that max_context_tokens is never larger than what supported
by models ([#3519](https://github.com/QuivrHQ/quivr/issues/3519))
([d6e0ed4](d6e0ed44df))
* send all to megaparse_sdk
([#3521](https://github.com/QuivrHQ/quivr/issues/3521))
([e48044d](e48044d36f))


### Bug Fixes

* fixing errors arising when the user input contains no tasks
([#3525](https://github.com/QuivrHQ/quivr/issues/3525))
([e28f7bc](e28f7bcb9a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
This commit is contained in:
Stan Girard 2024-12-16 15:29:24 +01:00 committed by GitHub
parent e28f7bcb9a
commit 09b4811503
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 15 additions and 2 deletions

View File

@ -1,3 +1,3 @@
{
"core": "0.0.26"
"core": "0.0.27"
}

View File

@ -1,5 +1,18 @@
# Changelog
## [0.0.27](https://github.com/QuivrHQ/quivr/compare/core-0.0.26...core-0.0.27) (2024-12-16)
### Features
* ensuring that max_context_tokens is never larger than what supported by models ([#3519](https://github.com/QuivrHQ/quivr/issues/3519)) ([d6e0ed4](https://github.com/QuivrHQ/quivr/commit/d6e0ed44df0ee7edafea85f704a15fd99969bafd))
* send all to megaparse_sdk ([#3521](https://github.com/QuivrHQ/quivr/issues/3521)) ([e48044d](https://github.com/QuivrHQ/quivr/commit/e48044d36ffda613f65da24641ed8da290195177))
### Bug Fixes
* fixing errors arising when the user input contains no tasks ([#3525](https://github.com/QuivrHQ/quivr/issues/3525)) ([e28f7bc](https://github.com/QuivrHQ/quivr/commit/e28f7bcb9ab9534bc011664525ae1f9c2cf6393e))
## [0.0.26](https://github.com/QuivrHQ/quivr/compare/core-0.0.25...core-0.0.26) (2024-12-10)

View File

@ -1,6 +1,6 @@
[project]
name = "quivr-core"
version = "0.0.26"
version = "0.0.27"
description = "Quivr core RAG package"
authors = [{ name = "Stan Girard", email = "stan@quivr.app" }]
dependencies = [