Skip to content

Commit c26d3ce

Browse files
authored
chore(main): release core 0.0.31 (#3560)
🤖 I have created a release *beep* *boop* --- ## [0.0.31](core-0.0.30...core-0.0.31) (2025-01-30) ### Features * cache tokenizers ([#3558](#3558)) ([699dc2e](699dc2e)) * limit tokenizers cache size ([#3577](#3577)) ([e2a3bcb](e2a3bcb)) * remove pympler dependency and add better way to calculate size of tokenizer cache ([#3580](#3580)) ([2fbd5d4](2fbd5d4)) * remove tokenizer load ([#3576](#3576)) ([05e212a](05e212a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 2fbd5d4 commit c26d3ce

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"core": "0.0.30"
2+
"core": "0.0.31"
33
}

core/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.0.31](https://github.com/QuivrHQ/quivr/compare/core-0.0.30...core-0.0.31) (2025-01-30)
4+
5+
6+
### Features
7+
8+
* cache tokenizers ([#3558](https://github.com/QuivrHQ/quivr/issues/3558)) ([699dc2e](https://github.com/QuivrHQ/quivr/commit/699dc2e187abc9986845f591111723088f5bcefe))
9+
* limit tokenizers cache size ([#3577](https://github.com/QuivrHQ/quivr/issues/3577)) ([e2a3bcb](https://github.com/QuivrHQ/quivr/commit/e2a3bcbbdb469348187d986de9ba3901938bed58))
10+
* remove pympler dependency and add better way to calculate size of tokenizer cache ([#3580](https://github.com/QuivrHQ/quivr/issues/3580)) ([2fbd5d4](https://github.com/QuivrHQ/quivr/commit/2fbd5d48443625dd3fe8a37c04275cd760e7285f))
11+
* remove tokenizer load ([#3576](https://github.com/QuivrHQ/quivr/issues/3576)) ([05e212a](https://github.com/QuivrHQ/quivr/commit/05e212a30929ba3c00e31e3364363eb4a4376ad9))
12+
313
## [0.0.30](https://github.com/QuivrHQ/quivr/compare/core-0.0.29...core-0.0.30) (2025-01-27)
414

515

core/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "quivr-core"
3-
version = "0.0.30"
3+
version = "0.0.31"
44
description = "Quivr core RAG package"
55
authors = [{ name = "Stan Girard", email = "stan@quivr.app" }]
66
dependencies = [

0 commit comments

Comments
 (0)