Skip to content

Latest commit

 

History

History
402 lines (242 loc) · 25.3 KB

CHANGELOG.md

File metadata and controls

402 lines (242 loc) · 25.3 KB

Changelog

0.0.75 (2023-09-18)

What's Changed

  • feat(frontend): responsiveness by @StanGirard in #1174
  • feat(upload): changed to task by @StanGirard in #1178
  • fix(qa_base): asign max_token to llm by @B0rrA in #1179
  • feat(perf): increased perf embedding and search for files by @StanGirard in #1182
  • fix(usersettings): Fix bugs with user settings in the back always gpt-3.5-turbo by @StanGirard in #1183
  • feat(notificatins): higher refresh rate by @StanGirard in #1184
  • style(notifications): improve the messages for the notifications by @StanGirard in #1185
  • fix(notifications): dead notifications that are still present long after by @StanGirard in #1186
  • fix(notifications): greater than 5 minutes ago not less by @StanGirard in #1187
  • feat(aws): improved size by @StanGirard in #1188
  • feat(concurrency): added concurrency for increased performance by @StanGirard in #1189
  • feat(prompt): improved answer readability with markdown and aerataed by @StanGirard in #1190
  • fix(notification): information now displayed on the right by @StanGirard in #1191
  • feat(chat): added copy feature to message by @StanGirard in #1192
  • feat(e2e): add playright config and createBrain e2e test by @mamadoudicko in #1177

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.74...v0.0.75

0.0.74 (2023-09-14)

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.73...v0.0.74

0.0.73 (2023-09-14)

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.72...v0.0.73

0.0.72 (2023-09-14)

What's Changed

  • feat(file-system): added queue and filesystem by @StanGirard in #1159
  • fix(migration): removed by @StanGirard in #1170

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.71...v0.0.72

0.0.71 (2023-09-14)

What's Changed

  • feat: the good user management by @StanGirard in #1158
  • feat: add knowledge tab on brains settings page by @mamadoudicko in #1163
  • feat: update header and improve ux by @mamadoudicko in #1164
  • feat: submit upload on Enter by @mamadoudicko in #1160
  • feat: make error messages more clear by @mamadoudicko in #1166

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.70...v0.0.71

0.0.70 (2023-09-12)

What's Changed

  • feat: add notifications components by @mamadoudicko in #1148
  • feat: add polling for pending notifications by @mamadoudicko in #1152
  • fix(selectedBrain): prevent picking brainId from local storage by @mamadoudicko in #1154
  • feat: update isValidUrl function by @mamadoudicko in #1155

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.69...v0.0.70

0.0.69 (2023-09-08)

What's Changed

  • feat: add multiple upload and crawl in parallel by @mamadoudicko in #1118
  • feat: allow user to chat while feed process is pending by @mamadoudicko in #1120
  • feat: add notifications table, and push notification on upload and crawl by @mamadoudicko in #1125
  • feat: merge chat history with chat notifications by @mamadoudicko in #1127
  • feat(feedBrain): add request pending message #1135 by @mamadoudicko in #1136
  • fix: update crawl and upload endpoints by @mamadoudicko in #1142
  • make docker compose command more flexible by @thehunmonkgroup in #1139

New Contributors

  • @thehunmonkgroup made their first contribution in #1139

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.68...v0.0.69

0.0.68 (2023-09-06)

What's Changed

  • feat(liteLLM): Add support for Azure OpenAI, Palm, Claude-2, Llama2, CodeLlama (100+LLMs) by @ishaan-jaff in #1097
  • feat(crawler): add multiple urls support by @mamadoudicko in #1112
  • fix(csp): add growthbook to csp headers by @gozineb in #1117

New Contributors

  • @ishaan-jaff made their first contribution in #1097

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.67...v0.0.68

0.0.67 (2023-09-05)

What's Changed

  • feat: add FeedBrainInput component by @mamadoudicko in #1101
  • feat: add component in chat page by @mamadoudicko in #1103
  • 🚑 fix feature flags -> add it back to context by @gozineb in #1106

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.66...v0.0.67

0.0.66 (2023-09-04)

What's Changed

  • fix(prod): add url api.openai to CSP headers by @gozineb in #1077
  • feat: change share brain button logic by @mamadoudicko in #1078
  • fix(brainsSettings): handle nullish value from api call by @mamadoudicko in #1080
  • fix: update hash routing logic by @mamadoudicko in #1082
  • fix: fix hash redirection by @mamadoudicko in #1085
  • feat: add tanstack query and optimistic fetch on brains settings page by @mamadoudicko in #1087
  • docs: writeup for running quivr fully locally by @mvda in #1096
  • fix: prevent submit on share button click by @mamadoudicko in #1098

New Contributors

  • @mvda made their first contribution in #1096

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.65...v0.0.66

0.0.65 (2023-08-31)

What's Changed

  • feat: make chatlist scrollable by @mamadoudicko in #1064
  • feat(newBrain): update data validation logic and add * on required fields by @mamadoudicko in #1065
  • feat(shareBrain): prevent re inviting users with access by @mamadoudicko in #1063
  • feat(chatMessage): update attributes display by @mamadoudicko in #1067
  • fix: fix minor bugs by @mamadoudicko in #1070
  • feat: remove mic button by @mamadoudicko in #1075
  • feat: truncate long chat name by @mamadoudicko in #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 #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: 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 #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.py linter 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

  • @pat266 made their first contribution in #1032
  • @elie222 made their first contribution in #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 #1031
  • fix(analytics): june debug for real by @gozineb in #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

  • Analytics: no tags tracking for upload & crawl (#1024) (2b74ebc)

0.0.60 (2023-08-22)

Features

  • chat: add brain selection through mention input (#969) (8e94f22)

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

0.0.57 (2023-08-16)

Features

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

0.0.54 (2023-08-08)

Features

Bug Fixes

0.0.53 (2023-08-07)

Features

Bug Fixes

  • i18n: update tests for french and spanish (#878) (b0514d6)

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

0.0.46 (2023-07-31)

Features

  • aws: increased numer of replicas to 10 (9809ef4)
  • aws: increased size (56f254a)

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

  • release-please: use personal token to be able to trigger release (#789) (2fcff0b)

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)