chore(main): release 0.0.121 (#1726)

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


## 0.0.121 (2023-11-28)

## What's Changed
* fix: update max token logic by @mamadoudicko in
https://github.com/StanGirard/quivr/pull/1725
* fix: update public brain subscription logic by @mamadoudicko in
https://github.com/StanGirard/quivr/pull/1727
* fix: sanitize file name by @mamadoudicko in
https://github.com/StanGirard/quivr/pull/1728
* feat(publicBrains): use join queries for better performance by
@mamadoudicko in https://github.com/StanGirard/quivr/pull/1730
* feat: improve delete knowledge performance by @mamadoudicko in
https://github.com/StanGirard/quivr/pull/1733
* fix: 🐛 crawler by @StanGirard in
https://github.com/StanGirard/quivr/pull/1735
* feat: 🎸 local user by @StanGirard in
https://github.com/StanGirard/quivr/pull/1736


**Full Changelog**:
https://github.com/StanGirard/quivr/compare/v0.0.120...v0.0.121

---
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 2023-11-28 10:19:03 +01:00 committed by GitHub
parent 928e6b6ab2
commit 7d5be3446b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,19 @@
# Changelog
## 0.0.121 (2023-11-28)
## What's Changed
* fix: update max token logic by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1725
* fix: update public brain subscription logic by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1727
* fix: sanitize file name by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1728
* feat(publicBrains): use join queries for better performance by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1730
* feat: improve delete knowledge performance by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1733
* fix: 🐛 crawler by @StanGirard in https://github.com/StanGirard/quivr/pull/1735
* feat: 🎸 local user by @StanGirard in https://github.com/StanGirard/quivr/pull/1736
**Full Changelog**: https://github.com/StanGirard/quivr/compare/v0.0.120...v0.0.121
## 0.0.120 (2023-11-27)
## What's Changed