mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-22 19:01:49 +03:00
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:
parent
e28f7bcb9a
commit
09b4811503
@ -1,3 +1,3 @@
|
||||
{
|
||||
"core": "0.0.26"
|
||||
"core": "0.0.27"
|
||||
}
|
@ -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)
|
||||
|
||||
|
||||
|
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user