Skip to content

Commit fba1810

Browse files
authored
chore(main): release core 0.0.14 (#2945)
🤖 I have created a release *beep* *boop* --- ## [0.0.14](core-0.0.13...core-0.0.14) (2024-09-09) ### Features * Add brain_id and brain_name to ChatLLMMetadata model ([#2968](#2968)) ([1112001](1112001)) * add chat with models ([#2933](#2933)) ([fccd197](fccd197)) * Add get_model method to ModelRepository ([#2949](#2949)) ([13e9fc4](13e9fc4)) * **anthropic:** add llm ([#3146](#3146)) ([8e29218](8e29218)) * **azure:** quivr compatible with it ([#3005](#3005)) ([b5f31a8](b5f31a8)) * **frontend:** talk with models and handle code markdown ([#2980](#2980)) ([ef6037e](ef6037e)) * quivr core 0.1 ([#2970](#2970)) ([380cf82](380cf82)) * using langgraph in our RAG pipeline ([#3130](#3130)) ([8cfdf53](8cfdf53)) ### Bug Fixes * **chat:** order of chat history was reversed ([#3148](#3148)) ([7209500](7209500)) --- 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 4c7dedc commit fba1810

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"backend/core": "0.0.13",
2+
"backend/core": "0.0.14",
33
".": "0.0.308"
44
}

backend/core/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [0.0.14](https://github.com/QuivrHQ/quivr/compare/core-0.0.13...core-0.0.14) (2024-09-09)
4+
5+
6+
### Features
7+
8+
* Add brain_id and brain_name to ChatLLMMetadata model ([#2968](https://github.com/QuivrHQ/quivr/issues/2968)) ([1112001](https://github.com/QuivrHQ/quivr/commit/111200184b66dc42d75996c6c286474e9c5f8462))
9+
* add chat with models ([#2933](https://github.com/QuivrHQ/quivr/issues/2933)) ([fccd197](https://github.com/QuivrHQ/quivr/commit/fccd197511d8594db257bfddf757bf0d28f7239d))
10+
* Add get_model method to ModelRepository ([#2949](https://github.com/QuivrHQ/quivr/issues/2949)) ([13e9fc4](https://github.com/QuivrHQ/quivr/commit/13e9fc490bc62264de93d2efddf2389126c147fa))
11+
* **anthropic:** add llm ([#3146](https://github.com/QuivrHQ/quivr/issues/3146)) ([8e29218](https://github.com/QuivrHQ/quivr/commit/8e2921886505cea0e72d2e1136a4b8ba862c3ce1))
12+
* **azure:** quivr compatible with it ([#3005](https://github.com/QuivrHQ/quivr/issues/3005)) ([b5f31a8](https://github.com/QuivrHQ/quivr/commit/b5f31a83d4a1c4432943bbbaa0766c46927ef125))
13+
* **frontend:** talk with models and handle code markdown ([#2980](https://github.com/QuivrHQ/quivr/issues/2980)) ([ef6037e](https://github.com/QuivrHQ/quivr/commit/ef6037e665f8d5e9c513d889773419a25f914d83))
14+
* quivr core 0.1 ([#2970](https://github.com/QuivrHQ/quivr/issues/2970)) ([380cf82](https://github.com/QuivrHQ/quivr/commit/380cf8270678453c3dc14ac8665be9b3b5a49dce))
15+
* using langgraph in our RAG pipeline ([#3130](https://github.com/QuivrHQ/quivr/issues/3130)) ([8cfdf53](https://github.com/QuivrHQ/quivr/commit/8cfdf53fe748b884cf44ade274503de3966b1378))
16+
17+
18+
### Bug Fixes
19+
20+
* **chat:** order of chat history was reversed ([#3148](https://github.com/QuivrHQ/quivr/issues/3148)) ([7209500](https://github.com/QuivrHQ/quivr/commit/7209500d0bdaec544fce1e8e9082de3ead4464f4))
21+
322
## [0.0.13](https://github.com/QuivrHQ/quivr/compare/core-0.0.12...core-0.0.13) (2024-08-01)
423

524

backend/core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "quivr-core"
3-
version = "0.0.13"
3+
version = "0.0.14"
44
description = "Quivr core RAG package"
55
authors = [
66
{ name = "Stan Girard", email = "stan@quivr.app" }

0 commit comments

Comments
 (0)