Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: track response source usage #1810

Merged
merged 2 commits into from
Dec 4, 2023
Merged

feat: track response source usage #1810

merged 2 commits into from
Dec 4, 2023

Conversation

mamadoudicko
Copy link
Contributor

@mamadoudicko mamadoudicko commented Dec 4, 2023

Issue: #1774

@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. area: frontend Related to frontend functionality or under the /frontend directory labels Dec 4, 2023
Copy link

vercel bot commented Dec 4, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 4, 2023 11:39am
quivr-strapi 🔄 Building (Inspect) Visit Preview Dec 4, 2023 11:39am
quivrapp ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 4, 2023 11:39am

@@ -18,6 +18,9 @@ export const useCreateEditorState = () => {
const editor = useEditor(
{
autofocus: true,
onFocus: () => {
editor?.commands.focus("end");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C'est pas un truc que tu avais enlevé ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Dec 4, 2023
@mamadoudicko mamadoudicko merged commit 604b55a into main Dec 4, 2023
7 of 8 checks passed
mamadoudicko pushed a commit that referenced this pull request Dec 5, 2023
🤖 I have created a release *beep* *boop*
---


## 0.0.128 (2023-12-05)

## What's Changed
* feat: track response source usage by @mamadoudicko in
#1810
* doc: add VirtioFS instruction for MacOS users by @tarek-ayed in
#1813
* refactor: chat for multibrains by @gozineb in
#1812
* feat(prebuilt): prebuild backend image for faster compilation by
@StanGirard in #1815
* fix: text not clear in dark mode by @Jezla in
#1804
* fix: celery config typo by @yonmey in
#1776
* feat: add brain creation steps system by @mamadoudicko in
#1814

## New Contributors
* @tarek-ayed made their first contribution in
#1813
* @Jezla made their first contribution in
#1804
* @yonmey made their first contribution in
#1776

**Full Changelog**:
v0.0.127...v0.0.128

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
coolCatalyst added a commit to coolCatalyst/quivr that referenced this pull request Jun 1, 2024
🤖 I have created a release *beep* *boop*
---


## 0.0.128 (2023-12-05)

## What's Changed
* feat: track response source usage by @mamadoudicko in
QuivrHQ/quivr#1810
* doc: add VirtioFS instruction for MacOS users by @tarek-ayed in
QuivrHQ/quivr#1813
* refactor: chat for multibrains by @gozineb in
QuivrHQ/quivr#1812
* feat(prebuilt): prebuild backend image for faster compilation by
@StanGirard in QuivrHQ/quivr#1815
* fix: text not clear in dark mode by @Jezla in
QuivrHQ/quivr#1804
* fix: celery config typo by @yonmey in
QuivrHQ/quivr#1776
* feat: add brain creation steps system by @mamadoudicko in
QuivrHQ/quivr#1814

## New Contributors
* @tarek-ayed made their first contribution in
QuivrHQ/quivr#1813
* @Jezla made their first contribution in
QuivrHQ/quivr#1804
* @yonmey made their first contribution in
QuivrHQ/quivr#1776

**Full Changelog**:
QuivrHQ/quivr@v0.0.127...v0.0.128

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: frontend Related to frontend functionality or under the /frontend directory lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants