mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-24 05:55:13 +03:00
18 KiB
18 KiB
Changelog
0.0.65 (2023-08-31)
What's Changed
- feat: make chatlist scrollable by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1064
- feat(newBrain): update data validation logic and add * on required fields by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1065
- feat(shareBrain): prevent re inviting users with access by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1063
- feat(chatMessage): update attributes display by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1067
- fix: fix minor bugs by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1070
- feat: remove mic button by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1075
- feat: truncate long chat name by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1076
Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.64...v0.0.65
0.0.64 (2023-08-30)
What's Changed
- feat: add prompt trigger through # by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1023
- feat: add headless question tracking by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1051
- feat: update header and remove prompt / brain on backspace by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1052
- feat: handle new chat button click by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1054
- feat: add name missing error in new brain modal by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1055
- feat: validate api key before saving by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1057
- feat: track prompt and brain changes by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1058
- feat(chat): update chat input placeholder by @gozineb in https://github.com/StanGirard/quivr/pull/1060
- fix(invitationPage): avoid multiple re-rendering by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1062
Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.63...v0.0.64
0.0.63 (2023-08-27)
What's Changed
- fix(dockerfile): backend Dockerfile exit code 1 by @pat266 in https://github.com/StanGirard/quivr/pull/1032
- test(backend): skip failing tests by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1036
- feat(messagesList): auto scroll on new message by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1040
- test: unskip
qa_headless.py
linter tests by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1041 - feat: add 2 save buttons on Brain management tab by @ChloeMouret in https://github.com/StanGirard/quivr/pull/1039
- feat(brain): add endpoint to return context to question by @ZongZiWang in https://github.com/StanGirard/quivr/pull/1044
- fix: English grammar translation.json by @elie222 in https://github.com/StanGirard/quivr/pull/1046
New Contributors
- @pat266 made their first contribution in https://github.com/StanGirard/quivr/pull/1032
- @elie222 made their first contribution in https://github.com/StanGirard/quivr/pull/1046
Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.62...v0.0.63
0.0.62 (2023-08-25)
What's Changed
- feat: Remove chat id from chat list by @ChloeMouret in https://github.com/StanGirard/quivr/pull/1031
- fix(analytics): june debug for real by @gozineb in https://github.com/StanGirard/quivr/pull/1033
Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.61...v0.0.62
0.0.61 (2023-08-23)
Features
- add brain prompt overwritting from chat (#1012) (b967c2d)
- backend: adds python code parsing (#1003) (a626b84)
- prompts: add public prompts to SQL db (#1014) (4b1f4b1)
- translation: Added Simplified Chinese translation,Fix pt-br not working (#1011) (e328ab8)
Bug Fixes
0.0.60 (2023-08-22)
Features
Bug Fixes
0.0.59 (2023-08-20)
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
- settings: select proper brain model (#943) (3a44f54)
- update backend tests (#975) (c746eb1)
- windows: removed unused start script (#962) (ad7ac15)
0.0.57 (2023-08-16)
Features
- add brain missing message (#958) (f99f81d)
- change messages position (#946) (9235a84)
- update chat ui (#907) (80be40a)
Bug Fixes
- chat routes: use brain model, temp, and token (#902) (59ddfb4)
- chatMessages: Fix error on answering question (#953) (1fef9b0)
- crawler: using newspaper and fixed recursive by merging content (#955) (d7c5c79)
- translations: pr portuguese translations (#933) (d80178a)
0.0.56 (2023-08-10)
Bug Fixes
0.0.55 (2023-08-10)
Features
- chatMessages: add brain_id and prompt_id columns (#912) (6e77732)
- invitation: add translations (#909) (1360ce8)
- Russian language translation (#903) (672eec0)
0.0.54 (2023-08-08)
Features
- add new chat bar (#896) (69a73f5)
- add new chat page (#890) (c43e0c0)
- deleting brains on brain manager page (#893) (71e142b)
Bug Fixes
0.0.53 (2023-08-07)
Features
- backend: add custom prompt (#885) (61cd0a6)
- fr: added language (#884) (1160e16)
- gpt4 is not available for brains if there is no given openAiKey (#850) (e9ebeef)
- qa: improve code (#886) (7028505)
Bug Fixes
0.0.52 (2023-08-07)
Features
- add custom prompt fields on brain setting pages (#837) (99a3fa9)
- add public prompts picker (#841) (b3fb8fc)
- remove private prompts on related brain delete (#842) (4c15fe2)
Bug Fixes
Performance Improvements
0.0.51 (2023-08-03)
Features
- backend: implement brain-prompt link (#831) (4ca6c66)
- prompt: add prompt table, entity and repository (#823) (e3b6114)
Bug Fixes
- chat routes: HTTPException import correction (#833) (68f03b2)
- chats: delete chats from correct table (#834) (659e585)
- env: added pg database url default value to none (23f50ec)
0.0.50 (2023-08-02)
Features
- Introduce repository pattern to prepare adding other database providers (#646) (303ba72)
- prompt: added instructions in standalone question & a bit more things (#826) (c217979)
0.0.49 (2023-08-01)
Features
Bug Fixes
0.0.48 (2023-08-01)
Bug Fixes
- openai: user key now used for llm model (c01433c)
0.0.47 (2023-08-01)
Features
- add user level open ai key management (#805) (7532b55)
- chat: added streaming (#808) (3166d08)
- llm: removing all llms to prepare for genoss (#804) (db40f3c)
0.0.46 (2023-07-31)
Features
Bug Fixes
- frontend: correctly display document information in explore view details (#781) (87c5e58)
- Toast message hidden under the footer (#761) (3e8ed46)
- udpate migration script doc (#793) (a609c01)
0.0.45 (2023-07-27)
Bug Fixes
0.0.44 (2023-07-27)
Features
- pr-title: added pr-title checlk (b11b2d8)
Bug Fixes
- release-please: fixed actions (16114b2)
0.0.43 (2023-07-26)
Features
- workflow: added release please (e6ba9e8)