Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add brains fields snippet #3323

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
0c90254
fix: add sync user id aget_files (#3261)
AmineDiro Sep 25, 2024
11f5448
feat: update sync_user.py to include sync user id in aget_files call …
StanGirard Sep 30, 2024
f334dc0
chore: update Dockerfile dependencies and copy files (#3277)
StanGirard Sep 30, 2024
fbef123
chore: add wget to Dockerfile dependencies (#3279)
StanGirard Sep 30, 2024
a34f0f1
chore(main): release 0.0.316 (#3219)
StanGirard Sep 30, 2024
f0ee99a
feat: update SyncsUser status field to be optional (#3284)
StanGirard Sep 30, 2024
23c8f6c
fix(frontend): onboarding modal (#3286)
Zewed Sep 30, 2024
0ea4521
feat: Remove syncNotion from ConnectionCards (#3289)
StanGirard Sep 30, 2024
3523665
chore(main): release 0.0.317 (#3285)
StanGirard Sep 30, 2024
08d5caf
feat: add syncNotion from ConnectionCards (#3292)
StanGirard Sep 30, 2024
31fcebd
chore(main): release 0.0.318 (#3293)
StanGirard Sep 30, 2024
113e13a
feat: Add error handling for rate-limited search in fetch_notion_page…
StanGirard Oct 1, 2024
d74f100
feat: Remove syncNotion from ConnectionCards (#3300)
StanGirard Oct 1, 2024
61af348
chore(main): release 0.0.319 (#3299)
StanGirard Oct 1, 2024
93fc3ef
Enable Porter Application cdp (#3306)
porter-deployment-app[bot] Oct 3, 2024
c399139
Enable Porter Application cdp-front (#3307)
porter-deployment-app[bot] Oct 3, 2024
b767f19
feat(assistant): cdp (#3305)
StanGirard Oct 3, 2024
55a28c0
feat: Add debug logging for OCR results (#3309)
StanGirard Oct 3, 2024
82b25fe
feat: Update OCR image scale for better accuracy (#3310)
StanGirard Oct 3, 2024
6317acb
feat: Update PDFGenerator to support markdown formatting
StanGirard Oct 3, 2024
31e82fb
feat: Update PDFGenerator to include logo in header (#3311)
StanGirard Oct 3, 2024
ce751d2
feat: structlog parseable (#3312)
AmineDiro Oct 3, 2024
8046741
Revert "feat: structlog parseable" (#3313)
StanGirard Oct 3, 2024
a9178f6
feat: structlog parseable (#3314)
AmineDiro Oct 3, 2024
8a19c38
Revert "feat: structlog parseable" (#3315)
StanGirard Oct 3, 2024
eb6eb3e
feat: Update PDFGenerator to include logo in header (#3318)
StanGirard Oct 4, 2024
5beb1fa
feat: structlog parseable (#3319)
AmineDiro Oct 4, 2024
8c7bd2e
feat: Update knowledge status and send notification on task success (…
StanGirard Oct 4, 2024
306285b
feat: Update text retranscription instructions (#3321)
StanGirard Oct 4, 2024
e8e5de5
merged main
AmineDiro Oct 4, 2024
713fa86
added field brains
AmineDiro Oct 4, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(main): release 0.0.317 (#3285)
🤖 I have created a release *beep* *boop*
---


## 0.0.317 (2024-09-30)

## What's Changed
* feat: update SyncsUser status field to be optional by @StanGirard in
#3284
* fix(frontend): onboarding modal by @Zewed in
#3286
* feat: Remove syncNotion from ConnectionCards by @StanGirard in
#3289


**Full Changelog**:
v0.0.316...v0.0.317

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
StanGirard authored Sep 30, 2024
commit 35236654a040c9a33ad3acdd927732e480f563a9
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"backend/core": "0.0.16",
".": "0.0.316"
".": "0.0.317"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.0.317 (2024-09-30)

## What's Changed
* feat: update SyncsUser status field to be optional by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3284
* fix(frontend): onboarding modal by @Zewed in https://github.com/QuivrHQ/quivr/pull/3286
* feat: Remove syncNotion from ConnectionCards by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3289


**Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.316...v0.0.317

## 0.0.316 (2024-09-30)

## What's Changed
Expand Down
Loading