Skip to content

Commit 3e89ad6

Browse files
committed
chore(main): release core 0.0.34
1 parent 7dba0dc commit 3e89ad6

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"core": "0.0.33"
2+
"core": "0.0.34"
33
}

core/CHANGELOG.md

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

3+
## [0.0.34](https://github.com/QuivrHQ/quivr/compare/core-0.0.33...core-0.0.34) (2025-05-15)
4+
5+
6+
### Features
7+
8+
* add filters ([#3621](https://github.com/QuivrHQ/quivr/issues/3621)) ([1707f18](https://github.com/QuivrHQ/quivr/commit/1707f18e3923ae7e32ecdbd38380434ee71df7d7))
9+
* Add Gemini support for language models ([#3632](https://github.com/QuivrHQ/quivr/issues/3632)) ([add322c](https://github.com/QuivrHQ/quivr/commit/add322c8d6c3ee8cd712dface19fa615a4980cac))
10+
* add guidelines ([#3613](https://github.com/QuivrHQ/quivr/issues/3613)) ([6f99bd3](https://github.com/QuivrHQ/quivr/commit/6f99bd32e222093051eb9e3ce89050a198262438))
11+
* add langchain-groq dependency and update LLMEndpoint to use ChatGroq ([#3633](https://github.com/QuivrHQ/quivr/issues/3633)) ([3556477](https://github.com/QuivrHQ/quivr/commit/3556477993a8f3bbfab5d4a5e119a447d027bc61))
12+
* add run-id langfuse ([#3629](https://github.com/QuivrHQ/quivr/issues/3629)) ([f8298c1](https://github.com/QuivrHQ/quivr/commit/f8298c1311685732fc36d4381f1188c239277035))
13+
* add system_prompt parameter to Brain methods and enhance message handling in RAG pipeline ([#3625](https://github.com/QuivrHQ/quivr/issues/3625)) ([500d793](https://github.com/QuivrHQ/quivr/commit/500d7931582d4329044315b21675d1535ebcdcac))
14+
* add zendesk llm template for reformulate ([#3619](https://github.com/QuivrHQ/quivr/issues/3619)) ([e4140d5](https://github.com/QuivrHQ/quivr/commit/e4140d5c32d18b999543c5307770c3ed23ae4cc1))
15+
* additional-data ([#3614](https://github.com/QuivrHQ/quivr/issues/3614)) ([f9c05f9](https://github.com/QuivrHQ/quivr/commit/f9c05f98f2c8cb26407a8946d81e02a683abc585))
16+
* arbitrary additional data for zendesk ([#3612](https://github.com/QuivrHQ/quivr/issues/3612)) ([1a05434](https://github.com/QuivrHQ/quivr/commit/1a05434207e05a8358984af5181194d19c517023))
17+
* cache llm endpoint ([#3635](https://github.com/QuivrHQ/quivr/issues/3635)) ([5bc8b56](https://github.com/QuivrHQ/quivr/commit/5bc8b561081474dd44134b34c656f5b4e46bba6b))
18+
* core input metadata zendesk ([#3606](https://github.com/QuivrHQ/quivr/issues/3606)) ([855a791](https://github.com/QuivrHQ/quivr/commit/855a791f0fda8d2d603c79fdbd11e1add81c1a09)), closes [#3602](https://github.com/QuivrHQ/quivr/issues/3602)
19+
* enhance zendesk template with clearer guidelines and instructions ([#3624](https://github.com/QuivrHQ/quivr/issues/3624)) ([d378478](https://github.com/QuivrHQ/quivr/commit/d37847807da28a7140281436a13f2d3f53eb1880))
20+
* fix chat with model ([#3615](https://github.com/QuivrHQ/quivr/issues/3615)) ([22c740b](https://github.com/QuivrHQ/quivr/commit/22c740b9a3b299a158120a3d8b6da90f45bed48d))
21+
* include current time in prompt context and improve assertion formatting in QuivrQARAGLangGraph ([4532bb6](https://github.com/QuivrHQ/quivr/commit/4532bb6dedfa2161238ffc5afff8981bb8da06ea))
22+
* megaparse v54 ([#3594](https://github.com/QuivrHQ/quivr/issues/3594)) ([bc6d75d](https://github.com/QuivrHQ/quivr/commit/bc6d75df7348294bc5cde4409d7c17feb72cf2b2))
23+
* refine response instructions in client query prompt ([e391817](https://github.com/QuivrHQ/quivr/commit/e391817f58bf7f4be6bc4a00ac570cdfc34de784))
24+
* renamed system_prompt to correct naming ([#3622](https://github.com/QuivrHQ/quivr/issues/3622)) ([3db473f](https://github.com/QuivrHQ/quivr/commit/3db473fe913f4d7d8049523ec3f9e0022840b6e6))
25+
26+
27+
### Bug Fixes
28+
29+
* add system prompt to zendesk rag ([#3604](https://github.com/QuivrHQ/quivr/issues/3604)) ([501783b](https://github.com/QuivrHQ/quivr/commit/501783b53cf3751c0c9a48f2fcacc933fb4f161d))
30+
* **brain:** pass missing run_id ([#3631](https://github.com/QuivrHQ/quivr/issues/3631)) ([4f0fb6f](https://github.com/QuivrHQ/quivr/commit/4f0fb6f4c352585f9621eb8a588b28813eb96232))
31+
* coquille grok to groq ([3556477](https://github.com/QuivrHQ/quivr/commit/3556477993a8f3bbfab5d4a5e119a447d027bc61))
32+
* ENT-673 ([501783b](https://github.com/QuivrHQ/quivr/commit/501783b53cf3751c0c9a48f2fcacc933fb4f161d))
33+
* ENT-716 ([6f99bd3](https://github.com/QuivrHQ/quivr/commit/6f99bd32e222093051eb9e3ce89050a198262438))
34+
* fix grammar and typo in zendesk prompte template ([#3628](https://github.com/QuivrHQ/quivr/issues/3628)) ([2898a5d](https://github.com/QuivrHQ/quivr/commit/2898a5d511f826cbdca50e49ec0fa26e8cd27122))
35+
* format prompt for zendesk ([#3627](https://github.com/QuivrHQ/quivr/issues/3627)) ([df2d345](https://github.com/QuivrHQ/quivr/commit/df2d345f550d9e79a6522bdc16bbbf28731fd08a))
36+
* prompts to ensure correct formatting ([#3636](https://github.com/QuivrHQ/quivr/issues/3636)) ([62a8585](https://github.com/QuivrHQ/quivr/commit/62a8585037680cda809022c3543c690fa98571df))
37+
* Zendesk system prompt ([#3592](https://github.com/QuivrHQ/quivr/issues/3592)) ([699b549](https://github.com/QuivrHQ/quivr/commit/699b5495f5519e79fd2a6d0e362402c3c77d06b8))
38+
339
## [0.0.33](https://github.com/QuivrHQ/quivr/compare/core-0.0.32...core-0.0.33) (2025-02-03)
440

541

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.33"
3+
version = "0.0.34"
44
description = "Quivr core RAG package"
55
authors = [{ name = "Stan Girard", email = "[email protected]" }]
66
dependencies = [

0 commit comments

Comments
 (0)