chore(main): release 0.0.226 (#2364)

🤖 I have created a release *beep* *boop*
---


## 0.0.226 (2024-03-21)

## What's Changed
* feat: Add Mistral models to defineMaxTokens and BrainConfig by
@StanGirard in https://github.com/QuivrHQ/quivr/pull/2363
* feat: mistral by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2365
* fix(retriever): Update match_vectors sql function to rank chunks in
correct order by @dmourot in https://github.com/QuivrHQ/quivr/pull/2367
* feat(docker image): Docker image Optimized for CPU-only env by
@dmourot in https://github.com/QuivrHQ/quivr/pull/2368
* feat(frontend): dark mode by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2369
* feat(frontend & backend): thumbs for message feedback by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2360
* fix(backend): migration legacy by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2370
* fix(frontend): type stripe casing by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2371
* fix(backend): unsubscribe from brain by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2373
* feat(frontend): onboarding form by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2342
* fix(frontend): onBoarding issue by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2374

## New Contributors
* @dmourot made their first contribution in
https://github.com/QuivrHQ/quivr/pull/2367

**Full Changelog**:
https://github.com/QuivrHQ/quivr/compare/v0.0.225...v0.0.226

---
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:
Stan Girard 2024-03-21 12:40:34 -07:00 committed by GitHub
parent b342691ecf
commit c5fcceb30c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,25 @@
# Changelog
## 0.0.226 (2024-03-21)
## What's Changed
* feat: Add Mistral models to defineMaxTokens and BrainConfig by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2363
* feat: mistral by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2365
* fix(retriever): Update match_vectors sql function to rank chunks in correct order by @dmourot in https://github.com/QuivrHQ/quivr/pull/2367
* feat(docker image): Docker image Optimized for CPU-only env by @dmourot in https://github.com/QuivrHQ/quivr/pull/2368
* feat(frontend): dark mode by @Zewed in https://github.com/QuivrHQ/quivr/pull/2369
* feat(frontend & backend): thumbs for message feedback by @Zewed in https://github.com/QuivrHQ/quivr/pull/2360
* fix(backend): migration legacy by @Zewed in https://github.com/QuivrHQ/quivr/pull/2370
* fix(frontend): type stripe casing by @Zewed in https://github.com/QuivrHQ/quivr/pull/2371
* fix(backend): unsubscribe from brain by @Zewed in https://github.com/QuivrHQ/quivr/pull/2373
* feat(frontend): onboarding form by @Zewed in https://github.com/QuivrHQ/quivr/pull/2342
* fix(frontend): onBoarding issue by @Zewed in https://github.com/QuivrHQ/quivr/pull/2374
## New Contributors
* @dmourot made their first contribution in https://github.com/QuivrHQ/quivr/pull/2367
**Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.225...v0.0.226
## 0.0.225 (2024-03-15)
## What's Changed