Commit Graph

1386 Commits

Author SHA1 Message Date
Stan Girard
a767b32775
chore(main): release 0.0.197 (#2155)
🤖 I have created a release *beep* *boop*
---


## 0.0.197 (2024-02-07)

## What's Changed
* fix(prompts): can now be removed by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2154
* tests: Add tests for deleting prompts by ID by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2156
* fix(related): removed public brains by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2157
* perf: ️ signed_url by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2159
* fix(backend): typo in word response by @untilhamza in
https://github.com/QuivrHQ/quivr/pull/2158
* fix(frontend): better UI for phone device by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2160
* fix(frontend): add knwoledge from create brain by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2161
* feat(chunks): now chunk size is saved in database dynamically and not
just 500 by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2164
* fix(frontend): remove related brains for now by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2162
* fix(frontend): can"t choose private or public brains by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2163
* feat(frontend): manage current brain by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2165
* fix(frontend): upgrade my plan by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2167

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

**Full Changelog**:
https://github.com/QuivrHQ/quivr/compare/v0.0.196...v0.0.197

---
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-07 13:54:00 -08:00
Stan Girard
e34225de0f chore(strapi): Update package.json with license and author information 2024-02-07 11:06:49 -08:00
Antoine Dewez
fc6385bfcd
fix(frontend): upgrade my plan (#2167)
# 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-07 10:25:02 -08:00
Antoine Dewez
9517b01d9a
feat(frontend): manage current brain (#2165)
# 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-06 23:34:50 -08:00
Antoine Dewez
9d948b33d5
fix(frontend): can"t choose private or public brains (#2163)
# 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-06 23:29:44 -08:00
Antoine Dewez
f5799923b2
fix(frontend): remove related brains for now (#2162)
# 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-06 23:29:34 -08:00
Stan Girard
03c49693b7
feat(chunks): now chunk size is saved in database dynamically and not just 500 (#2164)
# 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-06 23:23:37 -08:00
Antoine Dewez
358e50b98d
fix(frontend): add knwoledge from create brain (#2161)
# 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-02-06 22:00:44 -08:00
Antoine Dewez
7cae2e8bc8
fix(frontend): better UI for phone device (#2160)
# 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-06 21:59:59 -08:00
Hamza Kyamanywa
75590093b9
fix(backend): typo in word response (#2158)
# Description

* This just corrects the word response in the function that reads chat
history.
* I have also noticed a little automatic change due to formatting. But
the update seems to be inline with the accepted formatting of this
project so I kept it.

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

## Screenshots (if appropriate):
2024-02-06 20:10:19 -08:00
Stan Girard
503654c07a
perf: ️ signed_url (#2159)
improve speed by using memoisation

# 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-06 20:09:01 -08:00
Stan Girard
354c5879ab
fix(related): removed public brains (#2157)
# 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-06 19:44:13 -08:00
Stan Girard
2f7e85ceae
tests: Add tests for deleting prompts by ID (#2156)
# 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-06 19:38:08 -08:00
Stan Girard
11f76f4e75
fix(prompts): can now be removed (#2154)
# 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-06 19:30:20 -08:00
Stan Girard
b6571d6ea9
chore(main): release 0.0.196 (#2152)
🤖 I have created a release *beep* *boop*
---


## 0.0.196 (2024-02-07)

## What's Changed
* feat(frontend): Page Header + Begin of Studio by @Zewed in
https://github.com/StanGirard/quivr/pull/2151
* fix(frontend): overflow brain item by @Zewed in
https://github.com/StanGirard/quivr/pull/2153


**Full Changelog**:
https://github.com/StanGirard/quivr/compare/v0.0.195...v0.0.196

---
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-06 17:22:20 -08:00
Antoine Dewez
39bde8a4a8
fix(frontend): overflow brain item (#2153)
# 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-06 17:13:47 -08:00
Antoine Dewez
a540a201e3
feat(frontend): Page Header + Begin of Studio (#2151)
# 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-06 16:05:07 -08:00
Stan Girard
ccbe6a826b
chore(main): release 0.0.195 (#2147)
🤖 I have created a release *beep* *boop*
---


## 0.0.195 (2024-02-06)

## What's Changed
* feat(integrations): integration with Notion in the backend by
@StanGirard in https://github.com/StanGirard/quivr/pull/2123


**Full Changelog**:
https://github.com/StanGirard/quivr/compare/v0.0.194...v0.0.195

---
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-05 21:52:41 -08:00
Stan Girard
4d91d1cadc
feat(integrations): integration with Notion in the backend (#2123)
moved to brains

# 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: Antoine Dewez <44063631+Zewed@users.noreply.github.com>
2024-02-05 21:02:46 -08:00
Stan Girard
7bed81513f
chore(main): release 0.0.194 (#2145)
🤖 I have created a release *beep* *boop*
---


## 0.0.194 (2024-02-05)

## What's Changed
* feat(frontend): add a chatbot for users by @Zewed in
https://github.com/StanGirard/quivr/pull/2144


**Full Changelog**:
https://github.com/StanGirard/quivr/compare/v0.0.193...v0.0.194

---
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-05 12:14:06 -08:00
Stan Girard
f5dc4ddd52 Refactor date comparison logic in ApiKeyService 2024-02-05 12:12:38 -08:00
Antoine Dewez
04d6c3432f
feat(frontend): add a chatbot for users (#2144)
# 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-04 22:06:24 -08:00
Stan Girard
d246ad174c
chore(main): release 0.0.193 (#2143)
🤖 I have created a release *beep* *boop*
---


## 0.0.193 (2024-02-04)

## What's Changed
* feat(frontend): design changes on user profile by @Zewed in
https://github.com/StanGirard/quivr/pull/2140
* fix(frontend): rename upgrade to plus to upgrade by @Zewed in
https://github.com/StanGirard/quivr/pull/2141


**Full Changelog**:
https://github.com/StanGirard/quivr/compare/v0.0.192...v0.0.193

---
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-04 14:00:39 -08:00
Stan Girard
47207a8d60 Documentation edits made through Mintlify web editor 2024-02-03 19:32:09 -08:00
Antoine Dewez
bc3810132c
fix(frontend): rename upgrade to plus to upgrade (#2141)
# 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-03 17:45:25 -08:00
Antoine Dewez
8f49a724ce
feat(frontend): design changes on user profile (#2140)
# 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-03 17:45:05 -08:00
Stan Girard
7d871d9c34
chore(main): release 0.0.192 (#2139)
🤖 I have created a release *beep* *boop*
---


## 0.0.192 (2024-02-02)

## What's Changed
* feat(frontend): display which brain you are talking to by @Zewed in
https://github.com/StanGirard/quivr/pull/2137


**Full Changelog**:
https://github.com/StanGirard/quivr/compare/v0.0.191...v0.0.192

---
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-02 14:19:19 -08:00
Antoine Dewez
9f10ed373c
feat(frontend): display which brain you are talking to (#2137)
# 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-02 11:50:09 -08:00
Stan Girard
fd8bc92a23
chore(main): release 0.0.191 (#2134)
🤖 I have created a release *beep* *boop*
---


## 0.0.191 (2024-02-01)

## What's Changed
* fix(frontend): no sources repetition in data panel by @Zewed in
https://github.com/StanGirard/quivr/pull/2132
* fix(frontend): don't show copy icon when thinking by @Zewed in
https://github.com/StanGirard/quivr/pull/2133


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

---
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-01 14:06:05 -08:00
Antoine Dewez
387268edc4
fix(frontend): don't show copy icon when thinking (#2133) 2024-01-31 17:49:17 -08:00
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