-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(main): release core 0.0.24 (#3447)
🤖 I have created a release *beep* *boop* --- ## [0.0.24](core-0.0.23...core-0.0.24) (2024-11-14) ### Features * kms-migration ([#3446](#3446)) ([1356d87](1356d87)) * **megaparse:** add sdk ([#3462](#3462)) ([190d971](190d971)) ### Bug Fixes * added chunk_size in tika processor ([#3466](#3466)) ([063bbd3](063bbd3)) * modify megaparse strategy ([#3474](#3474)) ([da97b2c](da97b2c)) * supported extensions for megaparse ([#3477](#3477)) ([72b979d](72b979d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
- Loading branch information
1 parent
72b979d
commit c7b4415
Showing
3 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"core": "0.0.23" | ||
"core": "0.0.24" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "quivr-core" | ||
version = "0.0.23" | ||
version = "0.0.24" | ||
description = "Quivr core RAG package" | ||
authors = [ | ||
{ name = "Stan Girard", email = "[email protected]" } | ||
|