Skip to content

Latest commit

 

History

History
996 lines (644 loc) · 56.3 KB

CHANGELOG.md

File metadata and controls

996 lines (644 loc) · 56.3 KB

Changelog

0.0.125 (2023-11-30)

What's Changed

  • fix(api): fixed issue with name function and ilmproved promtp by @StanGirard in QuivrHQ#1759
  • fix: update mention suggestion filtering logic by @mamadoudicko in QuivrHQ#1763

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.124...v0.0.125

0.0.124 (2023-11-29)

What's Changed

  • feat(chatInput): use tiptap editor by @mamadoudicko in QuivrHQ#1752
  • docs: update guidelines.md by @eltociear in QuivrHQ#1755
  • Feat/local llm bug fix by @StanGirard in QuivrHQ#1758

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.123...v0.0.124

0.0.123 (2023-11-29)

What's Changed

  • chore: downgrade versions by @mamadoudicko in QuivrHQ#1748
  • fix: revert implement local llms by @mamadoudicko in QuivrHQ#1749

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.122...v0.0.123

0.0.122 (2023-11-29)

What's Changed

  • refactor: Notification module by @gozineb in QuivrHQ#1740
  • refactor: remove explore route from back & front by @gozineb in QuivrHQ#1741
  • feat: implement local llms by @StanGirard in QuivrHQ#1745
  • refactor: knowledge module by @gozineb in QuivrHQ#1743

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

0.0.121 (2023-11-28)

What's Changed

  • fix: update max token logic by @mamadoudicko in QuivrHQ#1725
  • fix: update public brain subscription logic by @mamadoudicko in QuivrHQ#1727
  • fix: sanitize file name by @mamadoudicko in QuivrHQ#1728
  • feat(publicBrains): use join queries for better performance by @mamadoudicko in QuivrHQ#1730
  • feat: improve delete knowledge performance by @mamadoudicko in QuivrHQ#1733
  • fix: 🐛 crawler by @StanGirard in QuivrHQ#1735
  • feat: 🎸 local user by @StanGirard in QuivrHQ#1736

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

0.0.120 (2023-11-27)

What's Changed

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

0.0.119 (2023-11-24)

What's Changed

  • refactor: Prompt module by @gozineb in QuivrHQ#1688
  • Fixes string formatting when logging knowledge table by @MeTaNoV in QuivrHQ#1691
  • fix: update max token overwrite logic by @mamadoudicko in QuivrHQ#1694
  • fix: remove diacritics from filenames by @mamadoudicko in QuivrHQ#1695
  • refactor: onboarding module by @gozineb in QuivrHQ#1702
  • feat: display notification when file size is too big by @mamadoudicko in QuivrHQ#1704
  • feat: add api brain steps log (backend) by @mamadoudicko in QuivrHQ#1705

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.118...v0.0.119

0.0.118 (2023-11-22)

What's Changed

  • docs: add api based brains by @mamadoudicko in QuivrHQ#1685
  • Adds pytesseract, tesseract and poopler-utils by @MeTaNoV in QuivrHQ#1648

New Contributors

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.117...v0.0.118

0.0.117 (2023-11-22)

What's Changed

  • fix: 🐛 api by @StanGirard in QuivrHQ#1676
  • fix: persist api brain creation data on tab change by @mamadoudicko in QuivrHQ#1680
  • feat: 🎸 tokens by @StanGirard in QuivrHQ#1678
  • feat: allow updating api brain definition by @mamadoudicko in QuivrHQ#1682
  • feat: make brain description required by @mamadoudicko in QuivrHQ#1684

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.116...v0.0.117

0.0.116 (2023-11-21)

What's Changed

  • feat: update brain modal in chat input by @mamadoudicko in QuivrHQ#1668
  • feat(apiBrain): add api brain secrets field in knowledge tab by @mamadoudicko in QuivrHQ#1669
  • feat(apiBrain): improve ux by @mamadoudicko in QuivrHQ#1672
  • feat(feedBrain): add manage button by @mamadoudicko in QuivrHQ#1674

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.115...v0.0.116

0.0.115 (2023-11-20)

What's Changed

  • fix(apiBrain): fix default type selection by @mamadoudicko in QuivrHQ#1642
  • fix: allow user to set a brain as public after creation by @mamadoudicko in QuivrHQ#1646
  • fix(brainManagement): fix shared brain access issue by @gozineb in QuivrHQ#1641
  • feat: 🎸 docker reduced size by 2 by @StanGirard in QuivrHQ#1653
  • feat: 🎸 docker by @StanGirard in QuivrHQ#1656
  • feat: 🎸 marketplace by @StanGirard in QuivrHQ#1657
  • feat: 🎸 openai by @StanGirard in QuivrHQ#1658

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.114...v0.0.115

0.0.114 (2023-11-16)

What's Changed

  • feat: add api brain creation frontend by @mamadoudicko in QuivrHQ#1631
  • refactor: add modules folder by @gozineb in QuivrHQ#1633
  • feat: update settings tab add api brain definition by @mamadoudicko in QuivrHQ#1635
  • feat: add public api brain subscription by @mamadoudicko in QuivrHQ#1636
  • fix: delete brain on users click in brains management by @gozineb in QuivrHQ#1638

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.113...v0.0.114

0.0.113 (2023-11-14)

What's Changed

  • refactor: packages folder be 2 by @gozineb in QuivrHQ#1628

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.112...v0.0.113

0.0.112 (2023-11-14)

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.111...v0.0.112

0.0.111 (2023-11-14)

What's Changed

  • ci: 🎡 tests by @StanGirard in QuivrHQ#1615
  • fix: update delete brain logic by @mamadoudicko in QuivrHQ#1619
  • test(added): misc prompt onboarding by @StanGirard in QuivrHQ#1622
  • feat: remove api brain secrets and schemas on delete by @mamadoudicko in QuivrHQ#1621
  • test(all): added by @StanGirard in QuivrHQ#1624
  • refactor: create "files" package by @gozineb in QuivrHQ#1626
  • feat: api definition in brain creation modal by @gozineb in QuivrHQ#1613

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.110...v0.0.111

0.0.110 (2023-11-13)

What's Changed

  • fix: add user id while creating default brain by @mamadoudicko in QuivrHQ#1616

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.109...v0.0.110

0.0.109 (2023-11-13)

What's Changed

  • feat: add APIBrainQA by @mamadoudicko in QuivrHQ#1606
  • feat: allow users to chat with apis by @mamadoudicko in QuivrHQ#1612
  • feat(docker): use multi-stage Docker builds for smaller images by @shidenkai0 in QuivrHQ#1614

New Contributors

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.108...v0.0.109

0.0.108 (2023-11-07)

What's Changed

  • feat: add api_brain_definition table by @mamadoudicko in QuivrHQ#1601
  • feat: add brain_type column to brain table by @mamadoudicko in QuivrHQ#1603
  • feat: supabase vault by @gozineb in QuivrHQ#1605

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.107...v0.0.108

0.0.107 (2023-11-06)

What's Changed

  • fix: allow to change model bro brain settings tab by @mamadoudicko in QuivrHQ#1590
  • fix: fix notification banner display when too much items in chat list by @mamadoudicko in QuivrHQ#1593
  • docs: add auth modes config by @mamadoudicko in QuivrHQ#1595
  • fix: allow users to delete brains by @mamadoudicko in QuivrHQ#1596
  • feat: 🎸 source documents by @StanGirard in QuivrHQ#1598

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.106...v0.0.107

0.0.106 (2023-11-06)

What's Changed

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.105...v0.0.106

0.0.105 (2023-11-06)

What's Changed

  • feat: make auth mode configurable by @mamadoudicko in QuivrHQ#1579
  • Fix #1290 issue running migrations by @charlesbrandt in QuivrHQ#1585
  • Use 'unless-stopped' instead of 'always' for development by @charlesbrandt in QuivrHQ#1586
  • feat: 🎸 vps by @StanGirard in QuivrHQ#1587
  • Update vps_install.md for subdomain by @jbeltran73-2 in QuivrHQ#1589

New Contributors

  • @charlesbrandt made their first contribution in QuivrHQ#1585
  • @jbeltran73-2 made their first contribution in QuivrHQ#1589

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.104...v0.0.105

0.0.104 (2023-11-03)

What's Changed

  • feat: 🎸 docs by @StanGirard in QuivrHQ#1561
  • style(prompts): update public prompts dropdown styling by @St-Bloom in QuivrHQ#1563
  • feat: add remote notification config by @mamadoudicko in QuivrHQ#1547
  • fix: fix button bad children error by @mamadoudicko in QuivrHQ#1564
  • style: fix hidden contents by @mamadoudicko in QuivrHQ#1577

New Contributors

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.103...v0.0.104

0.0.103 (2023-11-02)

What's Changed

  • feat: allow to share a public brain link by @mamadoudicko in QuivrHQ#1541
  • fix: prompt update in brains management settings tab by @gozineb in QuivrHQ#1543
  • refactor: extract prompt from settings by @gozineb in QuivrHQ#1546
  • feat: 🎸 telegram by @StanGirard in QuivrHQ#1555
  • feat: 🎸 telegram by @StanGirard in QuivrHQ#1559
  • docs: update run_fully_local.md by @eltociear in QuivrHQ#1556
  • docs: grammatical errors in README.md by @HimanshuMahto in QuivrHQ#1536
  • fix: missing or inaccurate zh-cn translations by @jerryshang in QuivrHQ#1558

New Contributors

  • @HimanshuMahto made their first contribution in QuivrHQ#1536
  • @jerryshang made their first contribution in QuivrHQ#1558

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.102...v0.0.103

0.0.102 (2023-11-01)

What's Changed

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.101...v0.0.102

0.0.101 (2023-10-31)

What's Changed

  • chore: update tanstack query dep by @mamadoudicko in QuivrHQ#1528
  • fix: update mutation pending flag by @mamadoudicko in QuivrHQ#1530

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.100...v0.0.101

0.0.100 (2023-10-30)

What's Changed

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.99...v0.0.100

0.0.99 (2023-10-27)

What's Changed

  • fix: minor fixes by @gozineb in QuivrHQ#1499
  • feat: remove onboarding's feature flag by @matthieujacq in QuivrHQ#1501
  • feat: update form content on magic link auth request by @mamadoudicko in QuivrHQ#1502
  • feat: remove legacy header and footer by @matthieujacq in QuivrHQ#1509
  • fix: black horizontal line sometimes appearing below section by @matthieujacq in QuivrHQ#1510
  • Improve readme.md by @ankur0904 in QuivrHQ#1511
  • refactor(settings tab): extract components by @gozineb in QuivrHQ#1335
  • fix: hidden video playing automatically on iphone by @matthieujacq in QuivrHQ#1514

New Contributors

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.98...v0.0.99

0.0.98 (2023-10-26)

What's Changed

  • feat: upgrade button in user settings by @matthieujacq in QuivrHQ#1484
  • fix: failing build (removed avatar alt prop) by @matthieujacq in QuivrHQ#1487
  • Fixed license link in intro.md by @Eric013 in QuivrHQ#1486
  • feat: manage plan by @matthieujacq in QuivrHQ#1488
  • feat: remove feature flags for homepage by @matthieujacq in QuivrHQ#1493
  • feat: add new signin/login page by @mamadoudicko in QuivrHQ#1492

New Contributors

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.97...v0.0.98

0.0.97 (2023-10-24)

What's Changed

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.96...v0.0.97

0.0.96 (2023-10-24)

What's Changed

  • feat: validate email and required question with react-hook-form by @matthieujacq in QuivrHQ#1463
  • feat: fetch security questions from CMS by @mamadoudicko in QuivrHQ#1464
  • feat: POST on /contact to contact quivr team by email by @matthieujacq in QuivrHQ#1466
  • feat: setup premium feature backend by @mamadoudicko in QuivrHQ#1467
  • feat: add sponsor and blog links by @mamadoudicko in QuivrHQ#1472
  • feat: contact sales submission by @matthieujacq in QuivrHQ#1473
  • feat(homepage): add analytics by @mamadoudicko in QuivrHQ#1474
  • fix: make use cases clickable by @mamadoudicko in QuivrHQ#1475
  • fix: update blog link position by @mamadoudicko in QuivrHQ#1476

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.95...v0.0.96

0.0.95 (2023-10-23)

What's Changed

  • feat: homepage first section by @matthieujacq in QuivrHQ#1439
  • fix: show a flat gradient in the UseCase section by @matthieujacq in QuivrHQ#1440
  • style: update testimonials display by @mamadoudicko in QuivrHQ#1441
  • feat: fetch homepage data from CMS by @mamadoudicko in QuivrHQ#1452
  • feat: contact sales page (front layout) by @matthieujacq in QuivrHQ#1451
  • Fix: Improved Text Visibility in Dark Mode in OnboardingQuestion Component by @Dev-Dz27 in QuivrHQ#1456
  • feat(cms): added single video demo by @StanGirard in QuivrHQ#1459
  • feat: fetch demo video from CMS by @mamadoudicko in QuivrHQ#1461
  • feat: Contact form component by @matthieujacq in QuivrHQ#1453

New Contributors

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.94...v0.0.95

0.0.94 (2023-10-19)

What's Changed

  • feat: Homepage demo section by @matthieujacq in QuivrHQ#1420
  • feat: add security section by @mamadoudicko in QuivrHQ#1423
  • feat: HomePage new footer by @matthieujacq in QuivrHQ#1425
  • feat: add testimonials section by @mamadoudicko in QuivrHQ#1427
  • refactor(backend): cleaning dead and unused code by @StanGirard in QuivrHQ#1432

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.93...v0.0.94

0.0.93 (2023-10-17)

What's Changed

  • feat: add use cases to homepage by @mamadoudicko in QuivrHQ#1415
  • feat: Homepage screen 1 content by @matthieujacq in QuivrHQ#1414

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.92...v0.0.93

0.0.92 (2023-10-17)

What's Changed

  • feat: add a cron to remove onboarding more than 7 days by @mamadoudicko in QuivrHQ#1397
  • feat: 🖼️ new homepage background by @matthieujacq in QuivrHQ#1395

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.91...v0.0.92

0.0.91 (2023-10-12)

What's Changed

  • feat: track onboarding events by @mamadoudicko in QuivrHQ#1388
  • fix(user identity): User identity dict has no attribute user_id and open_api_key by @HamzaKhalidDhillon in QuivrHQ#1351
  • feat: new homepage header by @matthieujacq in QuivrHQ#1382
  • feat(onboarding): add suggested questions answer by @mamadoudicko in QuivrHQ#1390

New Contributors

  • @HamzaKhalidDhillon made their first contribution in QuivrHQ#1351

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.90...v0.0.91

0.0.90 (2023-10-11)

What's Changed

  • feat: add Welcome chat by @mamadoudicko in QuivrHQ#1365
  • feat: handle suggestion click by @mamadoudicko in QuivrHQ#1368
  • refactor: Enable linting on login+signup page and hooks by @matthieujacq in QuivrHQ#1369
  • feat: finish onboarding step on first upload or crawl by @mamadoudicko in QuivrHQ#1373
  • feat: add create_user_onboarding_function by @mamadoudicko in QuivrHQ#1383
  • feat: remove user onboarding on complete by @mamadoudicko in QuivrHQ#1387

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.89...v0.0.90

0.0.89 (2023-10-09)

What's Changed

  • feat: enable CSP in all environments (local/preview/prod) by @matthieujacq in QuivrHQ#1334
  • feat: enhance user page UI by @nguernse in QuivrHQ#1319
  • feat: update onboarding steps by @mamadoudicko in QuivrHQ#1337
  • feat: add onboarding_a column to onboarding table by @mamadoudicko in QuivrHQ#1340
  • fix(question): fixed with user_settings by @StanGirard in QuivrHQ#1349
  • FIX tables.sql - missing ; breaks SQL queries. by @stanrb in QuivrHQ#1348
  • feat: ⚙️🐞 configure debugger for the backend by @matthieujacq in QuivrHQ#1345
  • test: add chat e2e tests by @mamadoudicko in QuivrHQ#1344
  • feat: configure CSP for self-hosting and multiple ports in dev mode by @matthieujacq in QuivrHQ#1364

New Contributors

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.88...v0.0.89

0.0.88 (2023-10-05)

What's Changed

  • fix: wrap parsing with try catch statements by @mamadoudicko in QuivrHQ#1321
  • fix: 🐛 ↕️ 📱height now matches mobile height by @matthieujacq in QuivrHQ#1323
  • feat: add onboarding step 3 by @mamadoudicko in QuivrHQ#1324
  • feat: restructure the sidebar of the brains management page by @matthieujacq in QuivrHQ#1325
  • feat: add onboarding table by @mamadoudicko in QuivrHQ#1327
  • feat: update onboarding controller and fix typo by @mamadoudicko in QuivrHQ#1333

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.87...v0.0.88

0.0.87 (2023-10-03)

What's Changed

  • feat: ↕️ maximize brains management page by @matthieujacq in QuivrHQ#1308
  • refactor: ♻️ ContentSecurityPolicy as an object by @matthieujacq in QuivrHQ#1312
  • fix: replace next/image's layout deprecated attribute by @matthieujacq in QuivrHQ#1313
  • fix: remove undesired outlines around divs by @matthieujacq in QuivrHQ#1316
  • feat(onboarding): add step 2 by @mamadoudicko in QuivrHQ#1314
  • feat(onboarding): add questions suggestions layout by @mamadoudicko in QuivrHQ#1318

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.86...v0.0.87

0.0.86 (2023-10-03)

What's Changed

  • fix(script): added percent before list of emails by @StanGirard in QuivrHQ#1284
  • feat: improve app ux by @mamadoudicko in QuivrHQ#1281
  • test: add e2e for crawling by @mamadoudicko in QuivrHQ#1288
  • feat(user_settings): increased by @StanGirard in QuivrHQ#1291
  • fix: prevent fetch when user is not logged in by @nguernse in QuivrHQ#1293
  • fix(Select): fix JSX typo by @nguernse in QuivrHQ#1292
  • feat: ✨ responsive sidebar by @matthieujacq in QuivrHQ#1279
  • fix: 🐛 Sidebar content should not hide the sidebar footer by @matthieujacq in QuivrHQ#1298
  • feat: allow users to turn private brain to public by @mamadoudicko in QuivrHQ#1300
  • feat: add onboarding first step by @mamadoudicko in QuivrHQ#1303
  • feat: update chat list on new chat first message by @mamadoudicko in QuivrHQ#1305
  • feat: ↕️ Maximise chat window by @matthieujacq in QuivrHQ#1301

New Contributors

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.85...v0.0.86

0.0.84 (2023-09-28)

What's Changed

  • feat: 👤 Implement gravatar by @matthieujacq in QuivrHQ#1268
  • feat: improve knowledge feed process ux by @mamadoudicko in QuivrHQ#1274
  • fix: 🔒️ add gravatar.com to the content security policy by @matthieujacq in QuivrHQ#1273
  • feat(chatPage): update ui add new feed component by @mamadoudicko in QuivrHQ#1275
  • feat: knowledge tab add button by @gozineb in QuivrHQ#1277
  • fix(brains): get brains on local by @B0rrA in QuivrHQ#1272

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.83...v0.0.84

0.0.83 (2023-09-27)

What's Changed

  • feat(nav): 🚚 Move Brain and User buttons to the sidebar in the chat by @matthieujacq in QuivrHQ#1262
  • feat: save last chat config and make it default one by @mamadoudicko in QuivrHQ#1266
  • style: improve upload ux by @Rahil2507 in QuivrHQ#1259
  • fix(docs): add prerequisites section in step 2 by @JvSdv in QuivrHQ#1149
  • style: improve ui by @mamadoudicko in QuivrHQ#1263

New Contributors

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.82...v0.0.83

0.0.82 (2023-09-26)

What's Changed

  • fix(RBAC): skip validation for unplug by @mamadoudicko in QuivrHQ#1264

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.81...v0.0.82

0.0.81 (2023-09-26)

What's Changed

  • feat: activate public brain subscription by @mamadoudicko in QuivrHQ#1241
  • feat(publicBrain): disable subscribe button when already subscribed and refetch brains list by @mamadoudicko in QuivrHQ#1246
  • feat: knowledge tab list by @gozineb in QuivrHQ#1222
  • fix(preview): fixed a few bugs unchecked by @StanGirard in QuivrHQ#1247
  • feat: add last_update field to brain table by @mamadoudicko in QuivrHQ#1252
  • fix: urls to avoid 307 by @gozineb in QuivrHQ#1253
  • feat: allow user to unsubscribe from a brain by @mamadoudicko in QuivrHQ#1254
  • feat(user): 🚚 Move language and theme buttons to the User page by @matthieujacq in QuivrHQ#1256
  • Update next.config.js by @riccardolinares in QuivrHQ#1251
  • feat: allow setting public brain status to private by @mamadoudicko in QuivrHQ#1258

New Contributors

  • @matthieujacq made their first contribution in QuivrHQ#1256
  • @riccardolinares made their first contribution in QuivrHQ#1251

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.80...v0.0.81

0.0.80 (2023-09-21)

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.79...v0.0.80

0.0.79 (2023-09-21)

What's Changed

  • fix(gpt-3.5-instruct): bug and new version of node by @StanGirard in QuivrHQ#1228
  • feat: display brain status on settings page by @mamadoudicko in QuivrHQ#1221
  • feat(upload): changed icons by @StanGirard in QuivrHQ#1233
  • Feat/paperclip by @StanGirard in QuivrHQ#1234
  • fix(brain_size): increased size by @StanGirard in QuivrHQ#1235
  • feat(strapi): added first draft by @StanGirard in QuivrHQ#1237
  • feat: add public brain page by @mamadoudicko in QuivrHQ#1230
  • feat: count public brains number of subscribers by @mamadoudicko in QuivrHQ#1236

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.78...v0.0.79

0.0.78 (2023-09-20)

What's Changed

  • feat: add public brain creation by @mamadoudicko in QuivrHQ#1218
  • feat: get files from storage by @gozineb in QuivrHQ#1205

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.77...v0.0.78

0.0.77 (2023-09-19)

What's Changed

Full Changelog: https://github.com/StanGirard/quivr/compare/v0.0.76...v0.0.77

0.0.76 (2023-09-19)

What's Changed

  • chore(theodo): added trigger function for theodo by @StanGirard in QuivrHQ#1195
  • feat: add tooltip on upload card toggle button by @mamadoudicko in QuivrHQ#1197
  • feat(analytics): add google analytics by @gozineb in QuivrHQ#1147
  • Feat/theodo gpt4 by @StanGirard in QuivrHQ#1198
  • fix(chats): now in order and with a little bonus ;) by @StanGirard in QuivrHQ#1200
  • fix: fix some bugs by @mamadoudicko in QuivrHQ#1201
  • feat(question): now not rephrasing question when passed to answering llm by @StanGirard in QuivrHQ#1202

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

0.0.75 (2023-09-18)

What's Changed

  • feat(frontend): responsiveness by @StanGirard in QuivrHQ#1174
  • feat(upload): changed to task by @StanGirard in QuivrHQ#1178
  • fix(qa_base): asign max_token to llm by @B0rrA in QuivrHQ#1179
  • feat(perf): increased perf embedding and search for files by @StanGirard in QuivrHQ#1182
  • fix(usersettings): Fix bugs with user settings in the back always gpt-3.5-turbo by @StanGirard in QuivrHQ#1183
  • feat(notificatins): higher refresh rate by @StanGirard in QuivrHQ#1184
  • style(notifications): improve the messages for the notifications by @StanGirard in QuivrHQ#1185
  • fix(notifications): dead notifications that are still present long after by @StanGirard in QuivrHQ#1186
  • fix(notifications): greater than 5 minutes ago not less by @StanGirard in QuivrHQ#1187
  • feat(aws): improved size by @StanGirard in QuivrHQ#1188
  • feat(concurrency): added concurrency for increased performance by @StanGirard in QuivrHQ#1189
  • feat(prompt): improved answer readability with markdown and aerataed by @StanGirard in QuivrHQ#1190
  • fix(notification): information now displayed on the right by @StanGirard in QuivrHQ#1191
  • feat(chat): added copy feature to message by @StanGirard in QuivrHQ#1192
  • feat(e2e): add playright config and createBrain e2e test by @mamadoudicko in QuivrHQ#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 QuivrHQ#1159
  • fix(migration): removed by @StanGirard in QuivrHQ#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 QuivrHQ#1158
  • feat: add knowledge tab on brains settings page by @mamadoudicko in QuivrHQ#1163
  • feat: update header and improve ux by @mamadoudicko in QuivrHQ#1164
  • feat: submit upload on Enter by @mamadoudicko in QuivrHQ#1160
  • feat: make error messages more clear by @mamadoudicko in QuivrHQ#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 QuivrHQ#1148
  • feat: add polling for pending notifications by @mamadoudicko in QuivrHQ#1152
  • fix(selectedBrain): prevent picking brainId from local storage by @mamadoudicko in QuivrHQ#1154
  • feat: update isValidUrl function by @mamadoudicko in QuivrHQ#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 QuivrHQ#1118
  • feat: allow user to chat while feed process is pending by @mamadoudicko in QuivrHQ#1120
  • feat: add notifications table, and push notification on upload and crawl by @mamadoudicko in QuivrHQ#1125
  • feat: merge chat history with chat notifications by @mamadoudicko in QuivrHQ#1127
  • feat(feedBrain): add request pending message #1135 by @mamadoudicko in QuivrHQ#1136
  • fix: update crawl and upload endpoints by @mamadoudicko in QuivrHQ#1142
  • make docker compose command more flexible by @thehunmonkgroup in QuivrHQ#1139

New Contributors

  • @thehunmonkgroup made their first contribution in QuivrHQ#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 QuivrHQ#1097
  • feat(crawler): add multiple urls support by @mamadoudicko in QuivrHQ#1112
  • fix(csp): add growthbook to csp headers by @gozineb in QuivrHQ#1117

New Contributors

  • @ishaan-jaff made their first contribution in QuivrHQ#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 QuivrHQ#1101
  • feat: add component in chat page by @mamadoudicko in QuivrHQ#1103
  • 🚑 fix feature flags -> add it back to context by @gozineb in QuivrHQ#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 QuivrHQ#1077
  • feat: change share brain button logic by @mamadoudicko in QuivrHQ#1078
  • fix(brainsSettings): handle nullish value from api call by @mamadoudicko in QuivrHQ#1080
  • fix: update hash routing logic by @mamadoudicko in QuivrHQ#1082
  • fix: fix hash redirection by @mamadoudicko in QuivrHQ#1085
  • feat: add tanstack query and optimistic fetch on brains settings page by @mamadoudicko in QuivrHQ#1087
  • docs: writeup for running quivr fully locally by @mvda in QuivrHQ#1096
  • fix: prevent submit on share button click by @mamadoudicko in QuivrHQ#1098

New Contributors

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 QuivrHQ#1064
  • feat(newBrain): update data validation logic and add * on required fields by @mamadoudicko in QuivrHQ#1065
  • feat(shareBrain): prevent re inviting users with access by @mamadoudicko in QuivrHQ#1063
  • feat(chatMessage): update attributes display by @mamadoudicko in QuivrHQ#1067
  • fix: fix minor bugs by @mamadoudicko in QuivrHQ#1070
  • feat: remove mic button by @mamadoudicko in QuivrHQ#1075
  • feat: truncate long chat name by @mamadoudicko in QuivrHQ#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 QuivrHQ#1023
  • feat: add headless question tracking by @mamadoudicko in QuivrHQ#1051
  • feat: update header and remove prompt / brain on backspace by @mamadoudicko in QuivrHQ#1052
  • feat: handle new chat button click by @mamadoudicko in QuivrHQ#1054
  • feat: add name missing error in new brain modal by @mamadoudicko in QuivrHQ#1055
  • feat: validate api key before saving by @mamadoudicko in QuivrHQ#1057
  • feat: track prompt and brain changes by @mamadoudicko in QuivrHQ#1058
  • feat(chat): update chat input placeholder by @gozineb in QuivrHQ#1060
  • fix(invitationPage): avoid multiple re-rendering by @mamadoudicko in QuivrHQ#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 QuivrHQ#1032
  • test(backend): skip failing tests by @mamadoudicko in QuivrHQ#1036
  • feat(messagesList): auto scroll on new message by @mamadoudicko in QuivrHQ#1040
  • test: unskip qa_headless.py linter tests by @mamadoudicko in QuivrHQ#1041
  • feat: add 2 save buttons on Brain management tab by @ChloeMouret in QuivrHQ#1039
  • feat(brain): add endpoint to return context to question by @ZongZiWang in QuivrHQ#1044
  • fix: English grammar translation.json by @elie222 in QuivrHQ#1046

New Contributors

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 QuivrHQ#1031
  • fix(analytics): june debug for real by @gozineb in QuivrHQ#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)