chore(main): release 0.0.233 (#2455)

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


## 0.0.233 (2024-04-21)

## What's Changed
* refactor: reorg files in backend by @MaximeThoonsen in
https://github.com/QuivrHQ/quivr/pull/2449
* Revert "refactor: reorg files in backend" by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2456
* refactor: Refacto code #1 by @MaximeThoonsen in
https://github.com/QuivrHQ/quivr/pull/2458
* refactor: reorg the files #2 by @MaximeThoonsen in
https://github.com/QuivrHQ/quivr/pull/2457
* feat(gpt4): Add chat service and generate answer method to GPT4Brain
class by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2459

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

**Full Changelog**:
https://github.com/QuivrHQ/quivr/compare/v0.0.232...v0.0.233

---
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-04-21 03:47:59 -07:00 committed by GitHub
parent e426ecd178
commit ad83d7a927
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,19 @@
# Changelog
## 0.0.233 (2024-04-21)
## What's Changed
* refactor: reorg files in backend by @MaximeThoonsen in https://github.com/QuivrHQ/quivr/pull/2449
* Revert "refactor: reorg files in backend" by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2456
* refactor: Refacto code #1 by @MaximeThoonsen in https://github.com/QuivrHQ/quivr/pull/2458
* refactor: reorg the files #2 by @MaximeThoonsen in https://github.com/QuivrHQ/quivr/pull/2457
* feat(gpt4): Add chat service and generate answer method to GPT4Brain class by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2459
## New Contributors
* @MaximeThoonsen made their first contribution in https://github.com/QuivrHQ/quivr/pull/2449
**Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.232...v0.0.233
## 0.0.232 (2024-04-19)
## What's Changed