Commit Graph

1344 Commits

Author SHA1 Message Date
Stan Girard
31ce6c0566
chore(main): release 0.0.182 (#2077)
🤖 I have created a release *beep* *boop*
---


## 0.0.182 (2024-01-24)

## What's Changed
* fix: 🐛 crawl by @StanGirard in
https://github.com/StanGirard/quivr/pull/2076


**Full Changelog**:
https://github.com/StanGirard/quivr/compare/v0.0.181...v0.0.182

---
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-23 23:42:38 -08:00
Stan Girard
ae81afbef5
fix: 🐛 crawl (#2076)
notification id issue when not in chat 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-23 23:39:45 -08:00
Stan Girard
45e9a1a10e
chore(main): release 0.0.181 (#2073)
🤖 I have created a release *beep* *boop*
---


## 0.0.181 (2024-01-23)

## What's Changed
* fix(frontend): unable multiple enter on search page by @Zewed in
https://github.com/StanGirard/quivr/pull/2074
* fix(frontend): force brain on search was broken by @Zewed in
https://github.com/StanGirard/quivr/pull/2075


**Full Changelog**:
https://github.com/StanGirard/quivr/compare/v0.0.180...v0.0.181

---
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-22 21:43:12 -08:00
Antoine Dewez
373d5e1857
fix(frontend): force brain on search was broken (#2075)
# 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-22 21:37:57 -08:00
Antoine Dewez
ddc5cdddbe
fix(frontend): unable multiple enter on search page (#2074)
# 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-22 19:56:22 -08:00
Stan Girard
b11147d9b2 fix: 🐛 seed
file dump
2024-01-22 19:45:50 -08:00
Stan Girard
998ebe415c fix: 🐛 seed
fixed
2024-01-22 19:45:14 -08:00
Stan Girard
d31dcbbdcf
chore(main): release 0.0.180 (#2069)
🤖 I have created a release *beep* *boop*
---


## 0.0.180 (2024-01-23)

## What's Changed
* fix: 🐛 api by @StanGirard in
https://github.com/StanGirard/quivr/pull/2068
* feat(frontend): Add Brain On Search Page by @Zewed in
https://github.com/StanGirard/quivr/pull/2067
* fix(frontend): uniformize case for types by @Zewed in
https://github.com/StanGirard/quivr/pull/2071
* fix: 🐛 gitconfig by @StanGirard in
https://github.com/StanGirard/quivr/pull/2072


**Full Changelog**:
https://github.com/StanGirard/quivr/compare/v0.0.179...v0.0.180

---
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-22 18:48:57 -08:00
Stan Girard
4f78316874
fix: 🐛 gitconfig (#2072)
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-22 18:45:20 -08:00
Antoine Dewez
08474eab8a
fix(frontend): uniformize case for types (#2071)
# 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-22 18:32:47 -08:00
Antoine Dewez
b5e2d5ad9c
feat(frontend): Add Brain On Search Page (#2067)
# Description

- Implement Icon Component
- Implement TextButton Component
- Change Add Brain Button And Set it in the Search Page
- Fix Errors When sending empty message
- Change EsLint rules

## 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-22 17:37:45 -08:00
Stan Girard
921ab11067
fix: 🐛 api (#2068)
error

# 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-22 17:33:48 -08:00
Stan Girard
7c181de990
chore(main): release 0.0.179 (#2066)
🤖 I have created a release *beep* *boop*
---


## 0.0.179 (2024-01-22)

**Full Changelog**:
https://github.com/StanGirard/quivr/compare/v0.0.178...v0.0.179

---
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-22 15:24:18 -08:00
Stan Girard
93a81762d6 feat: 🎸 pricing
changed
2024-01-22 15:19:28 -08:00
Stan Girard
bd2295bcc6
chore(main): release 0.0.178 (#2064)
🤖 I have created a release *beep* *boop*
---


## 0.0.178 (2024-01-22)

## What's Changed
* fix(frontend): use mention brain on search bar by @Zewed in
https://github.com/StanGirard/quivr/pull/2060
* feat: 🎸 cpu by @StanGirard in
https://github.com/StanGirard/quivr/pull/2065


**Full Changelog**:
https://github.com/StanGirard/quivr/compare/v0.0.177...v0.0.178

---
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-22 15:08:04 -08:00
Stan Girard
3ac4f02b73
feat: 🎸 cpu (#2065)
increased

# 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-22 15:02:00 -08:00
Antoine Dewez
7c0887a887
fix(frontend): use mention brain on search bar (#2060)
# 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-22 14:48:49 -08:00
Stan Girard
a4a6f3ef9b
chore(main): release 0.0.177 (#2063)
🤖 I have created a release *beep* *boop*
---


## 0.0.177 (2024-01-22)

## What's Changed
* fix: 🐛 usage by @StanGirard in
https://github.com/StanGirard/quivr/pull/2062


**Full Changelog**:
https://github.com/StanGirard/quivr/compare/v0.0.176...v0.0.177

---
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-22 14:47:26 -08:00
Stan Girard
54eb76da25
fix: 🐛 usage (#2062)
fixed where monthly was used in daily

# 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-22 14:42:41 -08:00
Stan Girard
e5d8d0f621
chore(main): release 0.0.176 (#2061)
🤖 I have created a release *beep* *boop*
---


## 0.0.176 (2024-01-22)

**Full Changelog**:
https://github.com/StanGirard/quivr/compare/v0.0.175...v0.0.176

---
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-22 12:40:24 -08:00
Stan Girard
3375c0f0b9 fix: 🐛 brain
changes when selected
2024-01-22 12:31:59 -08:00
Stan Girard
29aea3457f
chore(main): release 0.0.175 (#2059)
🤖 I have created a release *beep* *boop*
---


## 0.0.175 (2024-01-22)

## What's Changed
* fix: 🐛 limits by @StanGirard in
https://github.com/StanGirard/quivr/pull/2058


**Full Changelog**:
https://github.com/StanGirard/quivr/compare/v0.0.174...v0.0.175

---
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-22 12:13:09 -08:00
Stan Girard
e92e61326f
fix: 🐛 limits (#2058)
now monthly and better reading database

# 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-22 12:09:22 -08:00
Stan Girard
2f534f6a73
chore(main): release 0.0.174 (#2055)
🤖 I have created a release *beep* *boop*
---


## 0.0.174 (2024-01-22)

## What's Changed
* fix(frontend): remove actions modal by @Zewed in
https://github.com/StanGirard/quivr/pull/2054
* feat: 🎸 usage by @StanGirard in
https://github.com/StanGirard/quivr/pull/2057


**Full Changelog**:
https://github.com/StanGirard/quivr/compare/v0.0.173...v0.0.174

---
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-22 11:53:55 -08:00
Stan Girard
3a24990af5
feat: 🎸 usage (#2057)
moving from daily to monthly

# 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-22 11:46:26 -08:00
Antoine Dewez
f17e22ca49
fix(frontend): remove actions modal (#2054)
# 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-21 22:36:06 -08:00
Stan Girard
29105cd2e6
chore(main): release 0.0.173 (#2053)
🤖 I have created a release *beep* *boop*
---


## 0.0.173 (2024-01-22)

## What's Changed
* fix(api-brains): fixed with new types of brains by @StanGirard in
https://github.com/StanGirard/quivr/pull/2052
* fix(frontend): font size on chat feed by @Zewed in
https://github.com/StanGirard/quivr/pull/2051


**Full Changelog**:
https://github.com/StanGirard/quivr/compare/v0.0.172...v0.0.173

---
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-21 19:52:14 -08:00
Antoine Dewez
e7fa4e28f1
fix(frontend): font size on chat feed (#2051)
# 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-21 19:45:13 -08:00
Stan Girard
6ce62b38e5
fix(api-brains): fixed with new types of brains (#2052)
# 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-21 19:44:03 -08:00
Stan Girard
849e0dea9c
chore(main): release 0.0.172 (#2050)
🤖 I have created a release *beep* *boop*
---


## 0.0.172 (2024-01-22)

## What's Changed
* feat(frontend): handle mentions in search bar by @Zewed in
https://github.com/StanGirard/quivr/pull/2049


**Full Changelog**:
https://github.com/StanGirard/quivr/compare/v0.0.171...v0.0.172

---
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-21 19:01:52 -08:00
Antoine Dewez
1cf0e1a164
feat(frontend): handle mentions in search bar (#2049)
# Description

- Handle mentions in search bar
- Add a Loader Icon component and use it in Search Bar
- Custom Placeholder possible on Editor Component
- Remove unused useEditorStateUpdater
- Fix Bug when Enter was typed

## 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-21 18:13:20 -08:00
Stan Girard
9cd7cca7df
chore(main): release 0.0.171 (#2046)
🤖 I have created a release *beep* *boop*
---


## 0.0.171 (2024-01-22)

## What's Changed
* fix(frontend): don't set default brain as current brain and remove
change brain button by @Zewed in
https://github.com/StanGirard/quivr/pull/2047
* feat: 🎸 brains by @StanGirard in
https://github.com/StanGirard/quivr/pull/2048


**Full Changelog**:
https://github.com/StanGirard/quivr/compare/v0.0.170...v0.0.171

---
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-21 17:18:48 -08:00
Stan Girard
25a53a254b
feat: 🎸 brains (#2048)
update vectors at launch if missign

# 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-21 17:03:25 -08:00
Antoine Dewez
cdf5398ff5
fix(frontend): don't set default brain as current brain and remove change brain button (#2047)
# 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-21 16:12:30 -08:00
Stan Girard
3e62ddeb91 fix(brains): default brains to private because front doesn't enforce 2024-01-21 15:40:42 -08:00
Stan Girard
35740ece3d fix: 🐛 premium
fixed error
2024-01-21 13:21:07 -08:00
Stan Girard
256d49b3f9
chore(main): release 0.0.170 (#2041)
🤖 I have created a release *beep* *boop*
---


## 0.0.170 (2024-01-21)

## What's Changed
* fix(frontend): translate configure for brains and successfully deleted
for chat by @Zewed in https://github.com/StanGirard/quivr/pull/2042
* fix(frontend): change search icon on menu by @Zewed in
https://github.com/StanGirard/quivr/pull/2043
* fix: 🐛 search by @StanGirard in
https://github.com/StanGirard/quivr/pull/2045
* fix(frontend): remove brain choice when search page displays by @Zewed
in https://github.com/StanGirard/quivr/pull/2044


**Full Changelog**:
https://github.com/StanGirard/quivr/compare/v0.0.169...v0.0.170

---
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-21 12:07:30 -08:00
Antoine Dewez
413c8ca2c5
fix(frontend): remove brain choice when search page displays (#2044)
# 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-21 12:00:34 -08:00
Stan Girard
6ed4248d35
fix: 🐛 search (#2045)
fixed public brains avaiable

# 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-21 12:00:21 -08:00
Antoine Dewez
127f197e74
fix(frontend): change search icon on menu (#2043)
# 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-21 11:01:30 -08:00
Antoine Dewez
7ca979cafc
fix(frontend): translate configure for brains and successfully deleted for chat (#2042)
# 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-21 11:01:12 -08:00
Stan Girard
fc64cf8b44 feat(phospho): added trigger function 2024-01-21 10:37:57 -08:00
Stan Girard
975c1aa7bb
chore(main): release 0.0.169 (#2038)
🤖 I have created a release *beep* *boop*
---


## 0.0.169 (2024-01-21)

## What's Changed
* feat(brains): added now multiple brains close by by @StanGirard in
https://github.com/StanGirard/quivr/pull/2039
* fix(frontend): set chat messages only if needed by @Zewed in
https://github.com/StanGirard/quivr/pull/2040


**Full Changelog**:
https://github.com/StanGirard/quivr/compare/v0.0.168...v0.0.169

---
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-20 19:00:44 -08:00
Antoine Dewez
fe42c9a82d
fix(frontend): set chat messages only if needed (#2040)
# 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-20 18:39:27 -08:00
Stan Girard
563ee470c8
feat(brains): added now multiple brains close by (#2039)
# 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-20 18:39:03 -08:00
Stan Girard
15ba223f9c chore(docker): increased number of replicas 2024-01-20 13:51:03 -08:00
Stan Girard
3c11e03764
chore(main): release 0.0.168 (#2037)
🤖 I have created a release *beep* *boop*
---


## 0.0.168 (2024-01-20)

## What's Changed
* fix(frontend): don t load chat items on search by @Zewed in
https://github.com/StanGirard/quivr/pull/2036


**Full Changelog**:
https://github.com/StanGirard/quivr/compare/v0.0.167...v0.0.168

---
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-20 13:37:49 -08:00
Antoine Dewez
a99d23cf83
fix(frontend): don t load chat items on search (#2036)
# 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-20 13:23:38 -08:00
Stan Girard
0a3b06b4eb
chore(main): release 0.0.167 (#2035)
🤖 I have created a release *beep* *boop*
---


## 0.0.167 (2024-01-20)

## What's Changed
* fix(frontend): chat still refreshs on first request by @Zewed in
https://github.com/StanGirard/quivr/pull/2034


**Full Changelog**:
https://github.com/StanGirard/quivr/compare/v0.0.166...v0.0.167

---
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-20 12:57:30 -08:00
Antoine Dewez
a573c72faf
fix(frontend): chat still refreshs on first request (#2034)
# 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-20 12:52:47 -08:00