Commit Graph

1675 Commits

Author SHA1 Message Date
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
Antoine Dewez
bc1ad91322
fix(frontend): fix home page redirection (#2295)
# 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-04 15:02:09 -08:00
Stan Girard
f24a4d74ec
chore(main): release 0.0.216 (#2283)
🤖 I have created a release *beep* *boop*
---


## 0.0.216 (2024-03-04)

## What's Changed
* feat: Update chunk_size in File model by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2281
* fix(frontend): double file upload on drag and drop by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2284
* fix(frontend): click anywhere on drop zone to upload file by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2285
* fix(frontend): smalls on thread section by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2286
* fix(frontend): remove tests by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2287
* feat(frontend): better UI/UX on select brain by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2288
* feat(frontend): add brain icon on brain list by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2292
* fix(frontend): whitespace on firefox by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2293
* fix(frontend): remove unused stuff by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2282


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

---
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 11:47:46 -08:00
Antoine Dewez
1b75e09420
fix(frontend): remove unused stuff (#2282)
# 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-04 11:35:34 -08:00
Antoine Dewez
34a521e3d8
fix(frontend): whitespace on firefox (#2293)
# 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-04 11:29:24 -08:00
Antoine Dewez
16f922b8c4
feat(frontend): add brain icon on brain list (#2292)
# 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-04 11:22:19 -08:00
Antoine Dewez
6efe1be86d
feat(frontend): better UI/UX on select brain (#2288)
# 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-04 11:22:02 -08:00
Antoine Dewez
1613b7a586
fix(frontend): remove tests (#2287)
# 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-04 11:07:00 -08:00
Antoine Dewez
d021c42d9f
fix(frontend): smalls on thread section (#2286)
# 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-04 11:06:39 -08:00
Antoine Dewez
c67e2ae41b
fix(frontend): click anywhere on drop zone to upload file (#2285)
# 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-04 11:06:23 -08:00
Antoine Dewez
ff914b9d0f
fix(frontend): double file upload on drag and drop (#2284)
# 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-04 11:06:08 -08:00
Stan Girard
ecc8eb6366
feat: Update chunk_size in File model (#2281)
This pull request updates the chunk_size in the File model from 500 to
250. This change will improve the performance and efficiency of the
code.
2024-03-01 15:07:57 -08:00
Stan Girard
014d702d9f
chore(main): release 0.0.215 (#2279)
🤖 I have created a release *beep* *boop*
---


## 0.0.215 (2024-03-01)

## What's Changed
* fix(frontend): message info box by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2277
* fix(frontend): see knowledge in custom brains by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2278
* fix(frontend): fix disabled knwoledge tab by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2280


**Full Changelog**:
https://github.com/QuivrHQ/quivr/compare/v0.0.214...v0.0.215

---
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-01 11:49:02 -08:00
Antoine Dewez
99156955a3
fix(frontend): fix disabled knwoledge tab (#2280)
# 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-01 11:43:54 -08:00
Antoine Dewez
019c78c7bc
fix(frontend): see knowledge in custom brains (#2278)
# 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-01 11:31:04 -08:00
Antoine Dewez
2def1af77f
fix(frontend): message info box (#2277)
# 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-01 11:30:46 -08:00
Stan Girard
30fc201de0
chore(main): release 0.0.214 (#2275)
🤖 I have created a release *beep* *boop*
---


## 0.0.214 (2024-02-29)

## What's Changed
* fix(frontend): revamp quivr studio by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2274
* fix(frontend): zindex and radius on single selector component by
@Zewed in https://github.com/QuivrHQ/quivr/pull/2276


**Full Changelog**:
https://github.com/QuivrHQ/quivr/compare/v0.0.213...v0.0.214

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2024-02-29 14:29:53 -08:00
Antoine Dewez
01ade6885b
fix(frontend): zindex and radius on single selector component (#2276)
# 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-02-29 14:08:10 -08:00
Antoine Dewez
8fc8c5e3ed
fix(frontend): revamp quivr studio (#2274)
# 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-02-28 16:42:14 -08:00
Stan Girard
a490beaab5
chore(main): release 0.0.213 (#2271)
🤖 I have created a release *beep* *boop*
---


## 0.0.213 (2024-02-28)

## What's Changed
* feat(notion): added custom integration by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2268
* feat: Remove constraints and add foreign key references to brain
tables by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2273


**Full Changelog**:
https://github.com/QuivrHQ/quivr/compare/v0.0.212...v0.0.213

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2024-02-28 11:24:36 -08:00
Stan Girard
7e1c02db95
feat: Remove constraints and add foreign key references to brain tables (#2273)
This pull request removes constraints and adds foreign key references to
the brain tables in order to improve data integrity and enforce
referential integrity.
2024-02-28 10:41:04 -08:00
Stan Girard
aeaa16dc5f
feat(notion): added custom integration (#2268)
This pull request adds a custom integration feature and sync
functionality to the application. It includes the following changes:

- Added a new integration entity for custom integrations.

- Implemented the ability to load and poll the custom integration.

- Added a task to sync the custom integration with the user's brain.

- Updated the celery beat schedule to include the new task.

Please review and merge this pull request.
2024-02-27 21:30:25 -08:00
Stan Girard
24098e7b56
chore(main): release 0.0.212 (#2265)
🤖 I have created a release *beep* *boop*
---


## 0.0.212 (2024-02-26)

## What's Changed
* feat: new landing page by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2264


**Full Changelog**:
https://github.com/QuivrHQ/quivr/compare/v0.0.211...v0.0.212

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2024-02-25 18:15:43 -08:00
Stan Girard
3a2e0e7336
feat: new landing page (#2264)
This pull request updates the origins in cors.py, origin in
resend_invitation_email.py, and referring_site in
add-new-email/index.ts. It also refactors the code in home/page.tsx and
next.config.js.
2024-02-25 18:09:01 -08:00
Stan Girard
edd29ba425
chore(main): release 0.0.211 (#2249)
🤖 I have created a release *beep* *boop*
---


## 0.0.211 (2024-02-24)

## What's Changed
* fix: ollama migration documentation by @bidoubiwa in
https://github.com/QuivrHQ/quivr/pull/2248
* Update Sentry configuration and ignore file by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2250
* Fix Sentry DSN environment variable by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2251
* fix(sentry): Refactor GlobalError component to use arrow function
syntax by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2252
* fix: Update Sentry configuration to use NEXT_PUBLIC_SENTRY_DSN by
@StanGirard in https://github.com/QuivrHQ/quivr/pull/2254
* feat(frontend): integrate octolane by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2256
* fix(frontend): better search bar and chat box by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2255
* feat(frontend): sources per messages by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2253
* feat(sentry): remove health endpoint by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2257
* Add octolane.com to Content Security Policy by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2258
* fix(frontend): ui chat box & sources small bug by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2260
* Refactor GitHub workflows by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2261

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

**Full Changelog**:
https://github.com/QuivrHQ/quivr/compare/v0.0.210...v0.0.211

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2024-02-25 17:47:54 -08:00