Commit Graph

1549 Commits

Author SHA1 Message Date
Antoine Dewez
a1b52a6074
Merge branch 'main' into fix/disabledKnowledgeTab 2024-03-25 17:09:24 -07:00
Zewed
75f5d7530f test 2024-03-25 16:58:28 -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
Antoine Dewez
276dcd20e1
fix(frontend): upgrade to plus button (#2324)
# 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:12 -08:00
Antoine Dewez
96f1308d9b
feat(frontend): social buttons (#2325)
# 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:30:25 -08:00
Stan Girard
4e42882f41
feat: Update langchain.prompts and langchain_core.messages modules (#2326)
This pull request updates the langchain.prompts and
langchain_core.messages modules. It includes changes to the code that
improve functionality and fix any existing issues.
2024-03-08 16:30:10 -08:00
Stan Girard
ff9e67e9b4
chore(main): release 0.0.221 (#2314)
🤖 I have created a release *beep* *boop*
---


## 0.0.221 (2024-03-07)

## What's Changed
* feat: seed updated by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2313
* fix(frontend): allow model change by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2317
* fix(frontend): mention list by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2315
* fix(frontend): studio to brain studio by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2316
* feat(frontend): add help tooltip for model selection by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2318
* fix(frontend): page header studio to brain studio by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2319


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

---
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-07 11:34:05 -08:00
Antoine Dewez
6260c93009
fix(frontend): page header studio to brain studio (#2319)
# 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-07 11:18:32 -08:00
Antoine Dewez
e96e4f70db
feat(frontend): add help tooltip for model selection (#2318)
# 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-07 09:12:24 -08:00
Antoine Dewez
5a19597558
fix(frontend): studio to brain studio (#2316)
# 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-07 08:49:03 -08:00
Antoine Dewez
71df7ed54e
fix(frontend): mention list (#2315)
# 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-07 08:31:53 -08:00
Antoine Dewez
ec47858b40
fix(frontend): allow model change (#2317)
# 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-07 08:30:48 -08:00
Stan Girard
a989ee762b
feat: seed updated (#2313) 2024-03-06 13:26:29 -08:00
Stan Girard
18a50cb719
chore(main): release 0.0.220 (#2312)
🤖 I have created a release *beep* *boop*
---


## 0.0.220 (2024-03-06)

## What's Changed
* fix(frontend): brain name by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2311


**Full Changelog**:
https://github.com/QuivrHQ/quivr/compare/v0.0.219...v0.0.220

---
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-06 13:04:43 -08:00
Antoine Dewez
8b4206c0e3
fix(frontend): brain name (#2311)
# 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-06 12:55:36 -08:00
Stan Girard
efb8685c9c
chore(main): release 0.0.219 (#2308)
🤖 I have created a release *beep* *boop*
---


## 0.0.219 (2024-03-06)

## What's Changed
* feat: Update to newest version of litellm by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2307
* fix(frontend): small renaiming chat to thread by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2306
* feat(frontend): brain Catalogue by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2303
* feat(frontend): 404 redirection by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2309
* fix(frontend): old brain legacy by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2310


**Full Changelog**:
https://github.com/QuivrHQ/quivr/compare/v0.0.218...v0.0.219

---
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-06 12:42:34 -08:00
Antoine Dewez
a9df84332a
fix(frontend): old brain legacy (#2310)
# 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-06 12:06:19 -08:00
Antoine Dewez
8ad0cd9d7e
feat(frontend): 404 redirection (#2309)
# 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-06 11:53:51 -08:00
Antoine Dewez
4efa346a66
feat(frontend): brain Catalogue (#2303)
# 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-06 11:17:46 -08:00
Antoine Dewez
c19f443e7f
fix(frontend): small renaiming chat to thread (#2306)
# 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-06 11:13:16 -08:00
Stan Girard
29e762612c
feat: Update to newest version of litellm (#2307)
This pull request includes a feature update to the newest version of
litellm. This update brings in the latest enhancements and bug fixes to
improve the functionality and performance of the software.
2024-03-06 11:03:47 -08:00
Stan Girard
ccf4e0304a
chore(main): release 0.0.218 (#2298)
🤖 I have created a release *beep* *boop*
---


## 0.0.218 (2024-03-05)

## What's Changed
* feat: doc as integration by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2297
* fix(rag): add api_base by @niels-garve in
https://github.com/QuivrHQ/quivr/pull/2289
* fix(frontend): login bug by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2300

## New Contributors
* @niels-garve made their first contribution in
https://github.com/QuivrHQ/quivr/pull/2289

**Full Changelog**:
https://github.com/QuivrHQ/quivr/compare/v0.0.217...v0.0.218

---
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-05 08:41:21 -08:00
Antoine Dewez
13909bfd67
fix(frontend): login bug (#2300)
# 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-05 08:25:09 -08:00
Niels Garve
6d024bc16d
fix(rag): add api_base (#2289)
# Description

With this pull request, I add a fix that **enables Ollama**. 

Running quivr in a Docker container, Ollama needs to be accessed via
http://host.docker.internal:11434.

This URL is defined as `api_base` of the `ChatLiteLLM` constructor. But
there are calls that are missing `api_base`. This leads to fallback URLs
being used. This is now fixed.

Fixes #2270 #2267 #2217 #2204 

## 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
- [x] New and existing unit tests pass locally with my changes
- [x] Any dependent changes have been merged

## Screenshots (if appropriate):

None

Co-authored-by: Niels Garve <niels.garve@experienceone.com>
2024-03-04 23:48:23 -08:00
Stan Girard
edcabdbcdf
feat: doc as integration (#2297)
This pull request updates the integration types and classes in the
codebase. It includes the following commits:

- Update logo_url field in brain entity and integration_brain entity

- Update integration references in BrainsUsers and IntegrationBrain
classes

- Revert "Update integration references in BrainsUsers and
IntegrationBrain classes"

- Revert "Update logo_url field in brain entity and integration_brain
entity"

- Add 'doc' integration type and KnowledgeBrainQA class

Please review and merge these changes.
2024-03-04 16:10:56 -08:00
Stan Girard
2d07e78922
chore(main): release 0.0.217 (#2296)
🤖 I have created a release *beep* *boop*
---


## 0.0.217 (2024-03-04)

## What's Changed
* fix(frontend): fix home page redirection by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2295


**Full Changelog**:
https://github.com/QuivrHQ/quivr/compare/v0.0.216...v0.0.217

---
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-04 15:06:45 -08:00