Commit Graph

1086 Commits

Author SHA1 Message Date
Stan Girard
5619f2e602 feat(sentry): added on celery 2023-12-06 12:20:46 +01:00
Stan Girard
828b39a77a
chore(main): release 0.0.129 (#1820)
🤖 I have created a release *beep* *boop*
---


## 0.0.129 (2023-12-06)

## What's Changed
* feat(requirements): update aws version by @StanGirard in
https://github.com/StanGirard/quivr/pull/1819
* feat: add brain creation step 2 by @mamadoudicko in
https://github.com/StanGirard/quivr/pull/1823
* feat: composite brains db by @gozineb in
https://github.com/StanGirard/quivr/pull/1826
* feat: finalise steps based brain creation by @mamadoudicko in
https://github.com/StanGirard/quivr/pull/1825


**Full Changelog**:
https://github.com/StanGirard/quivr/compare/v0.0.128...v0.0.129

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2023-12-06 10:16:53 +01:00
Mamadou DICKO
51de056e5f
feat: finalise steps based brain creation (#1825)
Issue:
https://github.com/users/StanGirard/projects/5/views/2?pane=issue&itemId=46291978

- Finalise steps based brain creation
- Remove feature flag
- 
Demo:

<img width="1068" alt="Screenshot 2023-12-05 at 18 05 52"
src="https://github.com/StanGirard/quivr/assets/63923024/99e38cab-d510-4bb5-8153-b0db406d1650">




https://github.com/StanGirard/quivr/assets/63923024/1850e2bd-5df1-43fe-be9e-261a3b90af2b



https://github.com/StanGirard/quivr/assets/63923024/c7335679-b090-40ac-aece-fbaae0303d51
2023-12-06 10:12:03 +01:00
Zineb El Bachiri
5bbc72eb09
feat: composite brains db (#1826)
# Description

- db for composite brains & repository
- composite brains creation
2023-12-06 08:40:18 +01:00
Mamadou DICKO
27b2df8898
feat: add brain creation step 2 (#1823)
Issue: https://github.com/StanGirard/quivr/issues/1770

Demo:


https://github.com/StanGirard/quivr/assets/63923024/075aea35-892d-4103-8840-1a0721096745
2023-12-05 16:00:22 +01:00
Stan Girard
8ba376e0a1
feat(requirements): update aws version (#1819)
# Description

Please include a summary of the changes and the related issue. Please
also include relevant motivation and context.

## Checklist before requesting a review

Please delete options that are not relevant.

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented hard-to-understand areas
- [ ] I have ideally added tests that prove my fix is effective or that
my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged

## Screenshots (if appropriate):
2023-12-05 13:49:34 +01:00
Stan Girard
5c86d769f7
chore(main): release 0.0.128 (#1811)
🤖 I have created a release *beep* *boop*
---


## 0.0.128 (2023-12-05)

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

## New Contributors
* @tarek-ayed made their first contribution in
https://github.com/StanGirard/quivr/pull/1813
* @Jezla made their first contribution in
https://github.com/StanGirard/quivr/pull/1804
* @yonmey made their first contribution in
https://github.com/StanGirard/quivr/pull/1776

**Full Changelog**:
https://github.com/StanGirard/quivr/compare/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).
2023-12-05 12:02:24 +01:00
Mamadou DICKO
77410f04b8
feat: add brain creation steps system (#1814)
Issue: https://github.com/StanGirard/quivr/issues/1769

- Turn brain creation into steps
- Add first step content
- Add feature flag

Demo:


https://github.com/StanGirard/quivr/assets/63923024/1ce33a3a-86ea-4051-ba02-f95b7478411e
2023-12-05 11:52:56 +01:00
Yon
5f23bcfcb8
fix: celery config typo (#1776)
# Description

There was a typo on one of the celery's config variables.
The `CELEBRY_BROKER_QUEUE_NAME` variable has been replaced by
`CELERY_BROKER_QUEUE_NAME`

## Checklist before requesting a review

Please delete options that are not relevant.

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my code
2023-12-05 09:40:40 +01:00
Jezla
0fb4587161
fix: text not clear in dark mode (#1804)
# Description
Text color was being overridden.

Removed `text-gray-800` in MessageContent.tsx.

## Checklist before requesting a review

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my code

## Screenshots (if appropriate):
Before:

![287382835-049862f4-a5b3-4899-88fa-569edade0e66](https://github.com/StanGirard/quivr/assets/32915176/f81c30f1-a4ad-4e25-a2a8-cce705ec3966)

After:

![image](https://github.com/StanGirard/quivr/assets/32915176/472bf6ed-1739-40be-85e2-1ccda4515043)

Co-authored-by: Stan Girard <girard.stanislas@gmail.com>
2023-12-05 00:36:48 +01:00
Stan Girard
475f8ddf42 fix(docker-compose): mixed up prod and dev 2023-12-05 00:26:06 +01:00
Stan Girard
b228bc0e80 fix(docker): fixed .dev missing 2023-12-05 00:24:58 +01:00
Stan Girard
b8f8851ccd feat(docker): multi platform build and prebuilt 2023-12-05 00:10:49 +01:00
Stan Girard
d0d74cecbb chore(ci): trigger it 2023-12-05 00:02:48 +01:00
Stan Girard
1ea647b147
feat(prebuilt): prebuild backend image for faster compilation (#1815)
# Description

Please include a summary of the changes and the related issue. Please
also include relevant motivation and context.

## Checklist before requesting a review

Please delete options that are not relevant.

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented hard-to-understand areas
- [ ] I have ideally added tests that prove my fix is effective or that
my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged

## Screenshots (if appropriate):
2023-12-05 00:01:14 +01:00
Zineb El Bachiri
436e49a5e7
refactor: chat for multibrains (#1812)
# Description

- Chat Module
- External Api Secrets Interface, exposed through brain service
2023-12-04 18:38:54 +01:00
tarek-ayed
8ddb7708fd
doc: add VirtioFS instruction for MacOS users (#1813) 2023-12-04 18:19:31 +01:00
Stan Girard
9d18246e66 fix(ollama): tables error 2023-12-04 16:54:12 +01:00
Mamadou DICKO
604b55a99e
feat: track response source usage (#1810)
Issue: https://github.com/StanGirard/quivr/issues/1774
2023-12-04 12:41:12 +01:00
Stan Girard
8752da437c
chore(main): release 0.0.127 (#1801)
🤖 I have created a release *beep* *boop*
---


## 0.0.127 (2023-12-04)

## What's Changed
* feat(api-keys): added customization by @StanGirard in
https://github.com/StanGirard/quivr/pull/1802
* feat(embedding): now 100 times faster 🔥 by @StanGirard in
https://github.com/StanGirard/quivr/pull/1807
* fix: update editor state update logic by @mamadoudicko in
https://github.com/StanGirard/quivr/pull/1809


**Full Changelog**:
https://github.com/StanGirard/quivr/compare/v0.0.126...v0.0.127

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2023-12-04 12:07:52 +01:00
Mamadou DICKO
8d173bdcc6
fix: update editor state update logic (#1809)
Issue: https://github.com/StanGirard/quivr/issues/1779

Demo:


https://github.com/StanGirard/quivr/assets/63923024/5c5ff2fb-7856-4600-ad0b-82561793af78
2023-12-04 12:04:18 +01:00
Stan Girard
ef53590b58
feat(embedding): now 100 times faster 🔥 (#1807)
# Description

Please include a summary of the changes and the related issue. Please
also include relevant motivation and context.

## Checklist before requesting a review

Please delete options that are not relevant.

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented hard-to-understand areas
- [ ] I have ideally added tests that prove my fix is effective or that
my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged

## Screenshots (if appropriate):
2023-12-04 11:59:08 +01:00
Stan Girard
b47f411372 feat(docker-compose): added 2023-12-04 10:39:58 +01:00
Stan Girard
31c1802084
feat(api-keys): added customization (#1802)
# Description

Please include a summary of the changes and the related issue. Please
also include relevant motivation and context.

## Checklist before requesting a review

Please delete options that are not relevant.

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented hard-to-understand areas
- [ ] I have ideally added tests that prove my fix is effective or that
my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged

## Screenshots (if appropriate):
2023-12-03 23:32:37 +01:00
Stan Girard
4c89812832 feat(supabase): upgraded to latest version 2023-12-03 20:26:26 +01:00
Stan Girard
22452ac26f
chore(main): release 0.0.126 (#1765)
🤖 I have created a release *beep* *boop*
---


## 0.0.126 (2023-12-03)

## What's Changed
* feat: add optimistic update on new message by @mamadoudicko in
https://github.com/StanGirard/quivr/pull/1764
* feat: update models logic by @mamadoudicko in
https://github.com/StanGirard/quivr/pull/1767
* refactor: to modules by @gozineb in
https://github.com/StanGirard/quivr/pull/1754
* feat(supabase): local installation made easy by @StanGirard in
https://github.com/StanGirard/quivr/pull/1777
* feat(install): it now takes 30 seconds to install Quivr by @StanGirard
in https://github.com/StanGirard/quivr/pull/1780
* feat: 🎸 install by @StanGirard in
https://github.com/StanGirard/quivr/pull/1784
* fix(url): crawling fixed by @StanGirard in
https://github.com/StanGirard/quivr/pull/1785
* docs: fix typo in name of docker compose dev file by @iMADi-ARCH in
https://github.com/StanGirard/quivr/pull/1800


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

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2023-12-03 17:20:01 +01:00
Stan Girard
8c0eb3a465 chore(aws): increased size 2023-12-03 17:19:29 +01:00
Aditya Nandan
779b6647ef
docs: fix typo in name of docker compose dev file (#1800)
# Description

fix typo in readme

## Checklist before requesting a review

Please delete options that are not relevant.

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my code
- [x] I have commented hard-to-understand areas
- [x] I have ideally added tests that prove my fix is effective or that
my feature works
- [x] New and existing unit tests pass locally with my changes
- [x] Any dependent changes have been merged
2023-12-03 15:20:36 +01:00
Stan Girard
a5ef5a0454 fix(supabase): fixed 2023-12-03 01:35:01 +01:00
Stan Girard
882a10c459 fix(prompt): fixed issue with wrong api key 2023-12-03 01:22:38 +01:00
Stan Girard
fed4bfc713 docs(readme): updated 2023-12-02 22:52:45 +01:00
Stan Girard
2ffb52908f docs(readme): fixed supabase url 2023-12-02 22:18:27 +01:00
Stan Girard
13714ce09a docs(readme): updated to remove two choices 2023-12-02 21:40:45 +01:00
Stan Girard
c82a8cc8b1
fix(url): crawling fixed (#1785)
# Description

Please include a summary of the changes and the related issue. Please
also include relevant motivation and context.

## Checklist before requesting a review

Please delete options that are not relevant.

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented hard-to-understand areas
- [ ] I have ideally added tests that prove my fix is effective or that
my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged

## Screenshots (if appropriate):
2023-12-02 18:08:22 +01:00
Stan Girard
10617727ab feat(dev): added devmode easy 2023-12-02 17:08:21 +01:00
Stan Girard
969ed06145 docs(readme): fixed 2023-12-02 15:43:49 +01:00
Stan Girard
8382dde575 feat: 🎸 local
all local in 60 seconds
2023-12-02 15:43:05 +01:00
Stan Girard
b40631a0ac docs(ollama): update 2023-12-02 15:15:09 +01:00
Stan Girard
76aa1a1f12 docs(local): explained how to run it 2023-12-02 15:09:26 +01:00
Stan Girard
5613bf5bf9 docs: ✏️ readme
updated for local install with ollama
2023-12-02 15:06:29 +01:00
Stan Girard
0aeb497bfc fix(docker): compose pull policy 2023-12-02 14:56:05 +01:00
Stan Girard
9e0bc0749f
feat: 🎸 install (#1784)
now made easy

# Description

Please include a summary of the changes and the related issue. Please
also include relevant motivation and context.

## Checklist before requesting a review

Please delete options that are not relevant.

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented hard-to-understand areas
- [ ] I have ideally added tests that prove my fix is effective or that
my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged

## Screenshots (if appropriate):
2023-12-02 14:50:57 +01:00
Stan Girard
8650fdca77 docs(readme): removed video tuto 2023-12-02 00:35:58 +01:00
Stan Girard
e45470d2cf docs(readme): updated and fixed 2023-12-02 00:35:24 +01:00
Stan Girard
f718779136 docs(readme): updated steps 2023-12-02 00:33:57 +01:00
Stan Girard
87138635aa
feat(install): it now takes 30 seconds to install Quivr (#1780)
# Description

Please include a summary of the changes and the related issue. Please
also include relevant motivation and context.

## Checklist before requesting a review

Please delete options that are not relevant.

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented hard-to-understand areas
- [ ] I have ideally added tests that prove my fix is effective or that
my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged

## Screenshots (if appropriate):
2023-12-02 00:26:06 +01:00
Stan Girard
9226be4b75 fix(migration): fixed incorrect key 2023-12-01 22:48:02 +01:00
Stan Girard
05453677ad docs(supabase): local updated with env 2023-12-01 21:48:32 +01:00
Stan Girard
c5e8d82fbe docs(local): fixed headings 2023-12-01 19:54:41 +01:00
Stan Girard
72aaec2a1b
feat(supabase): local installation made easy (#1777)
# Description

Please include a summary of the changes and the related issue. Please
also include relevant motivation and context.

## Checklist before requesting a review

Please delete options that are not relevant.

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented hard-to-understand areas
- [ ] I have ideally added tests that prove my fix is effective or that
my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged

## Screenshots (if appropriate):
2023-12-01 19:43:23 +01:00