Commit Graph

1572 Commits

Author SHA1 Message Date
Stan Girard
41a9ec29f2 feat: assistant add icon and description 2024-04-11 22:34:49 +02:00
Stan Girard
9db8b63bb9
feat: Add tags to AssistantOutput classes (#2425)
This pull request adds a new optional field "tags" to the
AssistantOutput classes. The "tags" field allows for categorizing the
outputs and can be used for filtering or organizing purposes.
2024-04-11 09:42:01 -07:00
Stan Girard
488949d408
feat: assistants (#2421)
…dio_transcript and crawler assistants

# 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):
2024-04-11 09:31:16 -07:00
Stan Girard
1ffeb8f25d
feat: Add assistant module and remove ingestion module (#2420)
# 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):
2024-04-10 04:28:22 -07:00
Stan Girard
82e0dd9342
feat: optimization calls (#2417)
# 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):
2024-04-10 02:45:16 -07:00
Stan Girard
43a2775f3c
chore(main): release 0.0.228 (#2387)
🤖 I have created a release *beep* *boop*
---


## 0.0.228 (2024-04-10)

## What's Changed
* fix(frontend): phone display issues by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2386
* Patch 1 by @llwp in https://github.com/QuivrHQ/quivr/pull/2388
* fix: typo in README.md by @bolens in
https://github.com/QuivrHQ/quivr/pull/2391
* feat(ingestion): Add ingestion module and routes by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2393
* feat: Add seed ingestions to supabase migrations by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2399
* feat: Add url_required field to IngestionEntity by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2400
* Feat: Bibtex file uploads by @colesnic in
https://github.com/QuivrHQ/quivr/pull/2398
* fix: logger level and telemetry function calls by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2409
* fix: Add integration brain to subscription route by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2410
* feat(frontend): onboarding V2 by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2394
* fix(frontend): onboardind bug by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2414
* fix(frontend): cleaner fix for onboarding by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2415
* feat(analytics): added analytics page by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2416

## New Contributors
* @llwp made their first contribution in
https://github.com/QuivrHQ/quivr/pull/2388
* @bolens made their first contribution in
https://github.com/QuivrHQ/quivr/pull/2391
* @colesnic made their first contribution in
https://github.com/QuivrHQ/quivr/pull/2398

**Full Changelog**:
https://github.com/QuivrHQ/quivr/compare/v0.0.227...v0.0.228

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2024-04-10 02:30:04 -07:00
Antoine Dewez
8d3bc79a7e
feat(analytics): added analytics page (#2416)
# 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):
2024-04-10 02:20:21 -07:00
Stan Girard
c4051392cb fix: Update integrations table in seed.sql 2024-04-09 23:19:07 +02:00
Antoine Dewez
a479065922
fix(frontend): cleaner fix for onboarding (#2415)
# 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):
2024-04-09 20:04:08 +02:00
Antoine Dewez
6c600bc680
fix(frontend): onboardind bug (#2414)
# 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):
2024-04-09 18:30:05 +02:00
Antoine Dewez
7ff9abee1a
feat(frontend): onboarding V2 (#2394)
# 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):

---------

Co-authored-by: Stan Girard <girard.stanislas@gmail.com>
2024-04-09 18:06:33 +02:00
Stan Girard
6acf5fca5f
fix: Add integration brain to subscription route (#2410)
# 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):
2024-04-06 19:34:46 -07:00
Stan Girard
68db4e0361
fix: logger level and telemetry function calls (#2409)
# 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):
2024-04-06 18:35:57 -07:00
Stan Girard
d9d70a7ade Update seed.sql with modified user data 2024-04-04 08:34:23 -07:00
Nicholas Coles
8d4980cf78
Feat: Bibtex file uploads (#2398)
# Description

Added ability to upload .bib files to brain using langchain bibtex
document loader. Also changed frontend to allow the choosing of said
file.

Looking for guidance on how to run unit tests locally!

## 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
- [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
2024-04-02 10:51:16 -07:00
Stan Girard
5d4f5e4496
feat: Add url_required field to IngestionEntity (#2400)
This pull request adds a new field, `url_required`, to the
`IngestionEntity` class. This field is required for the ingestion
process and will be used to store the URL of the entity.
2024-04-01 18:57:11 -07:00
Stan Girard
aa9a912cde
feat: Add seed ingestions to supabase migrations (#2399)
# 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):
2024-04-01 18:55:19 -07:00
Stan Girard
a95e311712
feat(ingestion): Add ingestion module and routes (#2393)
This pull request adds the ingestion module and routes to the project.
It includes the necessary files and code changes to implement the
ingestion functionality.
2024-04-01 18:40:56 -07:00
Michael Bolens
65c0ed505e
fix: typo in README.md (#2391)
# Description

Readme has a typo in step 1 for the directory name to `cd` into

## Checklist before requesting a review

Please delete options that are not relevant.

## Screenshots (if appropriate):
2024-03-29 21:17:36 -07:00
Adam John
d82e2cc478
Patch 1 (#2388)
# Description

Two small comment changes in the .env file. One to reposition the main
file comment to the top of the file and the other to add a comment to
the OpenAI config line per https://github.com/QuivrHQ/quivr/issues/2384

## 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
- [na] I have commented hard-to-understand areas
2024-03-29 18:55:42 -07:00
Antoine Dewez
56148878f6
fix(frontend): phone display issues (#2386)
# 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):
2024-03-28 14:22:16 -07:00
Stan Girard
07f9078cb3
chore(main): release 0.0.227 (#2379)
🤖 I have created a release *beep* *boop*
---


## 0.0.227 (2024-03-28)

## What's Changed
* fix(backend): invitation with new brains did not work by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2378
* fix(backend): invitation brain bugs by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2380
* fix(frontend): disable knowledge tab by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2381
* fix(frontend): dark mode issues by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2382
* feat(frontend): show icons only on hover except for last message by
@Zewed in https://github.com/QuivrHQ/quivr/pull/2377


**Full Changelog**:
https://github.com/QuivrHQ/quivr/compare/v0.0.226...v0.0.227

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2024-03-27 20:08:05 -07:00
Antoine Dewez
1e92e2a1e0
feat(frontend): show icons only on hover except for last message (#2377)
# 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):
2024-03-27 19:59:55 -07:00
Antoine Dewez
c89d596990
fix(frontend): dark mode issues (#2382)
# 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):
2024-03-27 14:52:42 -07:00
Antoine Dewez
83d184e7fb
fix(frontend): disable knowledge tab (#2381)
# 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):
2024-03-25 17:12:06 -07:00
Antoine Dewez
0c0545b7ae
fix(backend): invitation brain bugs (#2380)
# 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):
2024-03-25 16:13:51 -07:00
Antoine Dewez
d273426c01
fix(backend): invitation with new brains did not work (#2378)
# 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):
2024-03-25 14:10:52 -07:00
Stan Girard
c5fcceb30c
chore(main): release 0.0.226 (#2364)
🤖 I have created a release *beep* *boop*
---


## 0.0.226 (2024-03-21)

## What's Changed
* feat: Add Mistral models to defineMaxTokens and BrainConfig by
@StanGirard in https://github.com/QuivrHQ/quivr/pull/2363
* feat: mistral by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2365
* fix(retriever): Update match_vectors sql function to rank chunks in
correct order by @dmourot in https://github.com/QuivrHQ/quivr/pull/2367
* feat(docker image): Docker image Optimized for CPU-only env by
@dmourot in https://github.com/QuivrHQ/quivr/pull/2368
* feat(frontend): dark mode by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2369
* feat(frontend & backend): thumbs for message feedback by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2360
* fix(backend): migration legacy by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2370
* fix(frontend): type stripe casing by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2371
* fix(backend): unsubscribe from brain by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2373
* feat(frontend): onboarding form by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2342
* fix(frontend): onBoarding issue by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2374

## New Contributors
* @dmourot made their first contribution in
https://github.com/QuivrHQ/quivr/pull/2367

**Full Changelog**:
https://github.com/QuivrHQ/quivr/compare/v0.0.225...v0.0.226

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2024-03-21 12:40:34 -07:00
Antoine Dewez
b342691ecf
fix(frontend): onBoarding issue (#2374)
# 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):
2024-03-21 12:35:49 -07:00
Antoine Dewez
4aeb00fd47
feat(frontend): onboarding form (#2342)
# Description

TODO BEFORE RELEASE
- [ ] Onboarded true for all existing users

## 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):

---------

Co-authored-by: Stan Girard <girard.stanislas@gmail.com>
2024-03-21 12:10:54 -07:00
Antoine Dewez
1381a0729e
fix(frontend & backend): unsubscribe from brain (#2373)
# 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):
2024-03-21 11:51:10 -07:00
Antoine Dewez
ca6e4455a6
fix(frontend): type stripe casing (#2371)
# 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):
2024-03-21 00:35:10 -07:00
Antoine Dewez
4a341ba59d
fix(backend): migration legacy (#2370)
# 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):
2024-03-21 00:17:19 -07:00
Antoine Dewez
da8e7513e6
feat(frontend & backend): thumbs for message feedback (#2360)
# 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):

---------

Co-authored-by: Stan Girard <girard.stanislas@gmail.com>
2024-03-21 00:11:06 -07:00
Antoine Dewez
d7d1a0155b
feat(frontend): dark mode (#2369)
# 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):
2024-03-21 00:01:21 -07:00
Damien Mourot
d42323d34a
feat(docker image): Docker image Optimized for CPU-only env (#2368)
# Description

Optimize the docker image for cpu-only environment. (PyTorch in cpu
mode, cuda not installed etc) This should reduce the backend docker
image size by ~2

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):
2024-03-20 23:38:07 -07:00
Damien Mourot
af59816c3f
fix(retriever): Update match_vectors sql function to rank chunks in correct order (#2367)
# Description
Fix match_vectors function that rank chunks in the wrong order 

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.

- [ 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
- [ ] 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):
2024-03-20 22:59:57 -07:00
Stan Girard
719c9971f7
feat: mistral (#2365)
# 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):
2024-03-19 16:56:45 -07:00
Stan Girard
076d1afcc4
feat: Add Mistral models to defineMaxTokens and BrainConfig (#2363)
# 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):
2024-03-19 16:15:17 -07:00
Stan Girard
7e6a418e5b
chore(main): release 0.0.225 (#2347)
🤖 I have created a release *beep* *boop*
---


## 0.0.225 (2024-03-15)

## What's Changed
* fix(frontend): bigger icon on message row by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2345
* fix(frontend): remove brains usage in user page by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2349


**Full Changelog**:
https://github.com/QuivrHQ/quivr/compare/v0.0.224...v0.0.225

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2024-03-15 11:50:53 -07:00
Antoine Dewez
526addb7f7
fix(frontend): remove brains usage in user page (#2349)
# 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):
2024-03-15 11:41:25 -07:00
Antoine Dewez
c649f85a1c
fix(frontend): bigger icon on message row (#2345)
# 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):
2024-03-15 08:51:44 -07:00
Stan Girard
fa27d711cd
chore(main): release 0.0.224 (#2344)
🤖 I have created a release *beep* *boop*
---


## 0.0.224 (2024-03-15)

## What's Changed
* feat(frontend): add discord link by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2343
* fix(frontend): upgrade to plus by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2346


**Full Changelog**:
https://github.com/QuivrHQ/quivr/compare/v0.0.223...v0.0.224

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2024-03-15 00:30:36 -07:00
Antoine Dewez
2cac431ff9
fix(frontend): upgrade to plus (#2346)
# 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):
2024-03-15 00:29:49 -07:00
Antoine Dewez
6353145340
feat(frontend): add discord link (#2343)
# 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):
2024-03-14 14:18:53 -07:00
Stan Girard
740f9c7c41
chore(main): release 0.0.223 (#2340)
🤖 I have created a release *beep* *boop*
---


## 0.0.223 (2024-03-13)

## What's Changed
* chore: update packages backend by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2339
* feat: Add optional fields to UserIdentity and UserUpdatableProperties
by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2341


**Full Changelog**:
https://github.com/QuivrHQ/quivr/compare/v0.0.222...v0.0.223

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2024-03-13 11:46:28 -07:00
Stan Girard
1a52ec38d4
feat: Add optional fields to UserIdentity and UserUpdatableProperties (#2341)
This pull request adds optional fields to the UserIdentity and
UserUpdatableProperties classes in order to allow for more flexibility
when updating user properties. The new fields include username, company,
and onboarded. Additionally, the database schema has been updated to
reflect these changes.
2024-03-12 19:47:45 -07:00
Stan Girard
6754829d8b
chore: update packages backend (#2339)
# 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):
2024-03-11 19:23:39 -07:00
Stan Girard
f23dd90ecb
chore(main): release 0.0.222 (#2327)
🤖 I have created a release *beep* *boop*
---


## 0.0.222 (2024-03-09)

## What's Changed
* feat: Update langchain.prompts and langchain_core.messages modules by
@StanGirard in https://github.com/QuivrHQ/quivr/pull/2326
* feat(frontend): social buttons by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2325
* fix(frontend): upgrade to plus button by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2324
* fix(frontend): maximum amount of brains reached by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2323


**Full Changelog**:
https://github.com/QuivrHQ/quivr/compare/v0.0.221...v0.0.222

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2024-03-08 16:43:15 -08:00
Antoine Dewez
d247b7a6f0
fix(frontend): maximum amount of brains reached (#2323)
# 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):
2024-03-08 16:31:25 -08:00