Commit Graph

1506 Commits

Author SHA1 Message Date
Antoine Dewez
ef76ffb1a3
fix(frontend): no sources repetition in data panel (#2132)
# 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-01-31 16:02:14 -08:00
Stan Girard
79f8354c12
chore(main): release 0.0.190 (#2120)
🤖 I have created a release *beep* *boop*
---


## 0.0.190 (2024-01-31)

## What's Changed
* fix(frontend): Better contrast in Menu by @Zewed in
https://github.com/StanGirard/quivr/pull/2119
* fix(frontend): better chat color and copy icon position by @Zewed in
https://github.com/StanGirard/quivr/pull/2121
* fix(frontend): better visualisation of current path on menu by @Zewed
in https://github.com/StanGirard/quivr/pull/2122
* feat(frontend): uniformize behaviour for metadata panel by @Zewed in
https://github.com/StanGirard/quivr/pull/2124
* fix(frontend): fetch chat only if session exist by @Zewed in
https://github.com/StanGirard/quivr/pull/2130
* fix(frontend): prompt display by @Zewed in
https://github.com/StanGirard/quivr/pull/2129
* fix(frontend): upload knwoledge in brains manegement by @Zewed in
https://github.com/StanGirard/quivr/pull/2131


**Full Changelog**:
https://github.com/StanGirard/quivr/compare/v0.0.189...v0.0.190

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2024-01-31 15:17:15 -08:00
Antoine Dewez
d38ecd2acc
fix(frontend): upload knwoledge in brains manegement (#2131)
# 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-01-31 14:04:15 -08:00
Antoine Dewez
6e81f568fe
fix(frontend): prompt display (#2129)
# 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-01-31 13:19:40 -08:00
Antoine Dewez
bec00cbe7b
fix(frontend): fetch chat only if session exist (#2130) 2024-01-31 12:48:37 -08:00
Antoine Dewez
3bf1f38b56
feat(frontend): uniformize behaviour for metadata panel (#2124)
# 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-01-30 23:44:51 -08:00
Antoine Dewez
ac90c75958
fix(frontend): better visualisation of current path on menu (#2122)
# 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-01-30 23:44:26 -08:00
Antoine Dewez
a273ac7b50
fix(frontend): better chat color and copy icon position (#2121)
# 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-01-30 23:44:08 -08:00
Antoine Dewez
910dda01e5
fix(frontend): Better contrast in Menu (#2119) 2024-01-30 20:27:59 -08:00
Stan Girard
d6e18f54ce
chore(main): release 0.0.189 (#2117)
🤖 I have created a release *beep* *boop*
---


## 0.0.189 (2024-01-30)

## What's Changed
* feat(frontend): design menu by @Zewed in
https://github.com/StanGirard/quivr/pull/2116
* fix(frontend): fix z index popover on add knwoledge modal by @Zewed in
https://github.com/StanGirard/quivr/pull/2118


**Full Changelog**:
https://github.com/StanGirard/quivr/compare/v0.0.188...v0.0.189

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2024-01-30 14:19:13 -08:00
Antoine Dewez
5ececc1914
fix(frontend): fix z index popover on add knwoledge modal (#2118)
# 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-01-30 14:10:08 -08:00
Antoine Dewez
0d6c4dcaa5
feat(frontend): design menu (#2116) 2024-01-30 13:34:32 -08:00
Stan Girard
f59cbfe818
Update README.md 2024-01-29 15:42:10 -08:00
Stan Girard
70286a591a
Update README.md 2024-01-29 15:41:29 -08:00
Stan Girard
780b7162d3
chore(main): release 0.0.188 (#2111)
🤖 I have created a release *beep* *boop*
---


## 0.0.188 (2024-01-29)

## What's Changed
* fix: 🐛 upload by @StanGirard in
https://github.com/StanGirard/quivr/pull/2112
* feat(frontend): add sources to metadata by @Zewed in
https://github.com/StanGirard/quivr/pull/2113


**Full Changelog**:
https://github.com/StanGirard/quivr/compare/v0.0.187...v0.0.188

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2024-01-29 14:14:30 -08:00
Antoine Dewez
053ed0961d
feat(frontend): add sources to metadata (#2113)
# 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-01-29 07:55:38 -08:00
Stan Girard
37b9901fe8
fix: 🐛 upload (#2112)
now you can download & view pdf

# 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-01-28 21:35:10 -08:00
Stan Girard
f83c58de7f fix: 🐛 brains
now default is way higher in tokens
2024-01-28 21:07:40 -08:00
Stan Girard
67c0c7fb1c fix: 🐛 sources
fixed
2024-01-28 20:12:28 -08:00
Stan Girard
66bb4b1867 feat: 🎸 sources
moved to own function
2024-01-28 16:01:54 -08:00
Stan Girard
982e122c5d fix: 🐛 sources
fixed
2024-01-28 15:37:25 -08:00
Stan Girard
68e7ee6631
chore(main): release 0.0.187 (#2105)
🤖 I have created a release *beep* *boop*
---


## 0.0.187 (2024-01-28)

## What's Changed
* feat: 🎸 user-limits by @StanGirard in
https://github.com/StanGirard/quivr/pull/2104
* fix: 🐛 brains by @StanGirard in
https://github.com/StanGirard/quivr/pull/2107
* feat(frontend): chat page ui/ux design by @Zewed in
https://github.com/StanGirard/quivr/pull/2106
* Fix typo of UI: Ressources ==> Resources by @iharel in
https://github.com/StanGirard/quivr/pull/2109
* fix(frontend): fix li markdown on chat by @Zewed in
https://github.com/StanGirard/quivr/pull/2110

## New Contributors
* @iharel made their first contribution in
https://github.com/StanGirard/quivr/pull/2109

**Full Changelog**:
https://github.com/StanGirard/quivr/compare/v0.0.186...v0.0.187

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2024-01-28 14:17:29 -08:00
Antoine Dewez
4e1e4937a1
fix(frontend): fix li markdown on chat (#2110)
# 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-01-28 14:02:24 -08:00
iharel
9e14388c5d
Fix typo of UI: Ressources ==> Resources (#2109)
# Description
Typo in UI when creating new brain: "Ressources" ==> "Resources"

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
- [ X ] 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):

![image](https://github.com/StanGirard/quivr/assets/1928741/b6d4282f-8438-408d-bd91-8f8f631bdedd)

Co-authored-by: iharel <ilan.harel@consolto.com>
2024-01-28 12:09:36 -08:00
Antoine Dewez
1d21897cc1
feat(frontend): chat page ui/ux design (#2106)
# 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-01-28 01:07:57 -08:00
Stan Girard
652d2b32e2
fix: 🐛 brains (#2107)
selection now fixed

# 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-01-28 01:03:36 -08:00
Stan Girard
2e06b5c7f2
feat: 🎸 user-limits (#2104)
optimized number of calls

# 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-01-27 18:58:57 -08:00
Stan Girard
bc5545e4cf
chore(main): release 0.0.186 (#2099)
🤖 I have created a release *beep* *boop*
---


## 0.0.186 (2024-01-27)

## What's Changed
* fix(frontend): click on mention list on search bar in modal bug by
@Zewed in https://github.com/StanGirard/quivr/pull/2098
* fix(frontend): remove dark theme by @Zewed in
https://github.com/StanGirard/quivr/pull/2100
* fix(frontend): delete brain by @Zewed in
https://github.com/StanGirard/quivr/pull/2101
* feat(14k): done by @StanGirard in
https://github.com/StanGirard/quivr/pull/2102


**Full Changelog**:
https://github.com/StanGirard/quivr/compare/v0.0.185...v0.0.186

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2024-01-27 14:39:40 -08:00
Stan Girard
5f3b54d0bb fix(preview): fixed 2024-01-27 14:07:55 -08:00
Stan Girard
751d0bb38a feat: 🎸 datadog
taks
2024-01-27 13:54:59 -08:00
Stan Girard
87ac37e643 feat: 🎸 datadog
cpu change
2024-01-27 13:47:54 -08:00
Stan Girard
dcf38a3e7c ci: 🎡 trigger 2024-01-27 13:43:05 -08:00
Stan Girard
d306adcf9a feat: 🎸 datadog
added container
2024-01-27 13:40:48 -08:00
Stan Girard
1beb13b061 feat(datadog): added key 2024-01-27 13:33:27 -08:00
Stan Girard
59402dd8ee feat: 🎸 datadog
addedd
2024-01-27 13:17:20 -08:00
Stan Girard
fa46eb1512 feat: 🎸 datadog
addedd
2024-01-27 13:07:52 -08:00
Stan Girard
6a17fb1b9a feat: 🎸 datadog
addedd
2024-01-27 13:03:01 -08:00
Stan Girard
d801450341 feat: 🎸 apm
implemented datadog
2024-01-27 12:50:21 -08:00
Stan Girard
e575c71201 fix: 🐛 limits
now passing good value
2024-01-27 02:03:00 -08:00
Stan Girard
cc39f9e3ba
feat(14k): done (#2102)
# 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-01-27 01:50:58 -08:00
Antoine Dewez
3fcdd016e2
fix(frontend): delete brain (#2101)
# 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-01-26 22:20:53 -08:00
Antoine Dewez
ce7d7b6022
fix(frontend): remove dark theme (#2100)
# 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-01-26 22:20:23 -08:00
Antoine Dewez
7a66af55c5
fix(frontend): click on mention list on search bar in modal bug (#2098)
# 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-01-26 17:43:58 -08:00
Stan Girard
9fd56b5548
chore(main): release 0.0.185 (#2097)
🤖 I have created a release *beep* *boop*
---


## 0.0.185 (2024-01-27)

## What's Changed
* fix: 🐛 brain by @StanGirard in
https://github.com/StanGirard/quivr/pull/2096
* feat(frontend): search modal - remove parameters and explore buttons
by @Zewed in https://github.com/StanGirard/quivr/pull/2094
* fix: 🐛 tests by @StanGirard in
https://github.com/StanGirard/quivr/pull/2095


**Full Changelog**:
https://github.com/StanGirard/quivr/compare/v0.0.184...v0.0.185

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2024-01-26 16:25:04 -08:00
Stan Girard
43d4f9155f
fix: 🐛 tests (#2095)
backend test fixed

# 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-01-26 16:10:16 -08:00
Antoine Dewez
2baa405991
feat(frontend): search modal - remove parameters and explore buttons (#2094)
# 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-01-26 16:06:01 -08:00
Stan Girard
7b2ff469eb
fix: 🐛 brain (#2096)
fixed when brainful is empty

# 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-01-26 16:04:30 -08:00
Stan Girard
64ba190d6c
chore(main): release 0.0.184 (#2089)
🤖 I have created a release *beep* *boop*
---


## 0.0.184 (2024-01-26)

## What's Changed
* feat(panel): added by @Zewed in
https://github.com/StanGirard/quivr/pull/2088
* feat: 🎸 api by @StanGirard in
https://github.com/StanGirard/quivr/pull/2078
* fix(frontend): clear message input on submit by @Zewed in
https://github.com/StanGirard/quivr/pull/2087
* fix: 🐛 related by @StanGirard in
https://github.com/StanGirard/quivr/pull/2090
* feat: Added translation status badge from inlang by @NilsJacobsen in
https://github.com/StanGirard/quivr/pull/2080
* fix(streaming): Data Truncation Issue in useHandleStream Function by
@openperf in https://github.com/StanGirard/quivr/pull/2079
* feat: 🎸 sources by @StanGirard in
https://github.com/StanGirard/quivr/pull/2092
* fix(frontend): clean related Brains useEffect by @Zewed in
https://github.com/StanGirard/quivr/pull/2091

## New Contributors
* @openperf made their first contribution in
https://github.com/StanGirard/quivr/pull/2079

**Full Changelog**:
https://github.com/StanGirard/quivr/compare/v0.0.183...v0.0.184

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2024-01-25 22:15:39 -08:00
Stan Girard
ef31cd9eb2 fix: 🐛 build
fixed unused
2024-01-25 22:08:49 -08:00
Stan Girard
5342de8d7b fix: 🐛 public-brains
add
2024-01-25 22:02:48 -08:00