chore(main): release 0.0.230 (#2431)

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


## 0.0.230 (2024-04-16)

## What's Changed
* feat(backend): add RAG evaluation using Ragas by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2429
* feat(assistants): Add new input models for boolean, number, select
text, and select number by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2432


**Full Changelog**:
https://github.com/QuivrHQ/quivr/compare/v0.0.229...v0.0.230

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

<!--
ELLIPSIS_HIDDEN
-->


----

| <a href="https://ellipsis.dev" target="_blank"><img
src="https://avatars.githubusercontent.com/u/80834858?s=400&u=31e596315b0d8f7465b3ee670f25cea677299c96&v=4"
alt="Ellipsis" width="30px" height="30px"/></a> | 🚀 This PR
description was created by [Ellipsis](https://www.ellipsis.dev) for
commit 9aa6637296. |
|--------|--------|

### Summary:
This PR bumps the version to 0.0.230, adds RAG evaluation using Ragas in
the backend, introduces new input models in the assistants module, and
reflects these changes in `CHANGELOG.md`.

**Key points**:
- Version bumped to 0.0.230
- Added RAG evaluation using Ragas in the backend
- Introduced new input models for boolean, number, select text, and
select number in the assistants module
- Changes reflected in `CHANGELOG.md`


----
Generated with ❤️ by [ellipsis.dev](https://www.ellipsis.dev)



<!--
ELLIPSIS_HIDDEN
-->
This commit is contained in:
Stan Girard 2024-04-16 06:15:53 -07:00 committed by GitHub
parent c92ccb5543
commit c4106dbb86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,14 @@
# Changelog
## 0.0.230 (2024-04-16)
## What's Changed
* feat(backend): add RAG evaluation using Ragas by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2429
* feat(assistants): Add new input models for boolean, number, select text, and select number by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2432
**Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.229...v0.0.230
## 0.0.229 (2024-04-12)
## What's Changed