Releases: QuivrHQ/quivr
Releases · QuivrHQ/quivr
v0.0.64
0.0.64 (2023-08-30)
What's Changed
- feat: add prompt trigger through # by @mamadoudicko in #1023
- feat: add headless question tracking by @mamadoudicko in #1051
- feat: update header and remove prompt / brain on backspace by @mamadoudicko in #1052
- feat: handle new chat button click by @mamadoudicko in #1054
- feat: add name missing error in new brain modal by @mamadoudicko in #1055
- feat: validate api key before saving by @mamadoudicko in #1057
- feat: track prompt and brain changes by @mamadoudicko in #1058
- feat(chat): update chat input placeholder by @gozineb in #1060
- fix(invitationPage): avoid multiple re-rendering by @mamadoudicko in #1062
Full Changelog: v0.0.63...v0.0.64
v0.0.63
0.0.63 (2023-08-27)
What's Changed
- fix(dockerfile): backend Dockerfile exit code 1 by @pat266 in #1032
- test(backend): skip failing tests by @mamadoudicko in #1036
- feat(messagesList): auto scroll on new message by @mamadoudicko in #1040
- test: unskip
qa_headless.pylinter tests by @mamadoudicko in #1041 - feat: add 2 save buttons on Brain management tab by @ChloeMouret in #1039
- feat(brain): add endpoint to return context to question by @ZongZiWang in #1044
- fix: English grammar translation.json by @elie222 in #1046
New Contributors
Full Changelog: v0.0.62...v0.0.63
v0.0.62
0.0.62 (2023-08-25)
What's Changed
- feat: Remove chat id from chat list by @ChloeMouret in #1031
- fix(analytics): june debug for real by @gozineb in #1033
Full Changelog: v0.0.61...v0.0.62
v0.0.61
v0.0.60
v0.0.59
0.0.59 (2023-08-20)
TL;DR
Big release !
- Microservice: The app can be ran in 4 distinct service or in one big monolith. You choose.
- Package: You now have docker images for quivr backend accessible in Github
- Unplug: You can now chat with the LLMs directly and just talk to it without any files.
Features
- aws: all in microservices (b3a6231)
- chat-service: added task definition (d001ec7)
- docker: improved size image (#978) (aa623c4)
- docker: pushing image to github registry (ad3dca3)
- gcr: removed sha and put latest (2b85a94)
- health: added endpoint for services (#989) (ae7852e)
- microservices: split into 4 quivr to better handle long services (#972) (7281fd9)
- preview: added crawl service to ci (b7f9876)
- preview: added preview (#974) (9eb25a4)
- preview: added service upload (#979) (ce6b45e)
- refacto: changed a bit of things to make better dx (#984) (d0370ab)
- Unplug: chatting without brain streaming (#970) (600ff1e)
Bug Fixes
v0.0.58
TL;DR
Fix Brain
What's Changed
- fix(brain): delete brain with custom prompt by @gozineb in #959
- feat(chat): revise scroll logic and improve code display by @aadityamundhalia in #960
New Contributors
- @aadityamundhalia made their first contribution in #960
Full Changelog: v0.0.57...v0.0.58