pablonyx
b2120b9f39
add user files ( #4152 )
2025-03-31 21:06:59 +00:00
rkuo-danswer
ccd372cc4a
Bugfix/slack rate limiting ( #4386 )
...
* use slack's built in rate limit handler for the bot
* WIP
* fix the slack rate limit handler
* change default to 8
* cleanup
* try catch int conversion just in case
* linearize this logic better
* code review comments
---------
Co-authored-by: Richard Kuo (Onyx) <rkuo@onyx.app>
2025-03-31 21:00:26 +00:00
evan-danswer
ea30f1de1e
minor improvement to fireflies connector ( #4383 )
...
* minor improvement to fireflies connector
* reduce time diff
2025-03-31 20:00:52 +00:00
evan-danswer
a7130681d9
ensure bedrock model contains API key ( #4396 )
...
* ensure bedrock model contains API key
* fix storing bug
2025-03-31 19:58:53 +00:00
pablonyx
04911db715
fix slashes ( #4259 )
2025-03-31 18:08:17 +00:00
rkuo-danswer
feae7d0cc4
disambiguate job name from ee version ( #4403 )
...
Co-authored-by: Richard Kuo (Onyx) <rkuo@onyx.app>
2025-03-31 11:48:28 -07:00
pablonyx
ac19c64b3c
temporary fix for auth ( #4402 )
nightly-latest-20250331.1
2025-03-31 11:10:41 -07:00
pablonyx
03d5c30fd2
fix ( #4372 )
2025-03-31 17:25:21 +00:00
joachim-danswer
e988c13e1d
Additional logging for the path from Search Results to LLM Context ( #4387 )
...
* added logging
* nit
* nit
nightly-latest-20250331
2025-03-31 00:38:43 +00:00
pablonyx
dc18d53133
Improve multi tenant anonymous user interaction ( #3857 )
...
* cleaner handling
* k
* k
* address nits
* fix typing
2025-03-31 00:33:32 +00:00
evan-danswer
a1cef389aa
fallback to ignoring unicode chars when huggingface tokenizer fails ( #4394 )
2025-03-30 23:45:20 +00:00
pablonyx
db8d6ce538
formatting ( #4316 )
2025-03-30 23:43:17 +00:00
pablonyx
e8370dcb24
Update refresh conditional ( #4375 )
...
* update refresh conditional
* k
2025-03-30 17:28:35 -07:00
pablonyx
9951fe13ba
Fix image input processing without LLMs ( #4390 )
...
* quick fix
* quick fix
* Revert "quick fix"
This reverts commit 906b29bd9b666884a3983ecdeb3f238bb535f1b0.
* nit
2025-03-30 19:28:49 +00:00
evan-danswer
56f8ab927b
Contextual Retrieval ( #4029 )
...
* contextual rag implementation
* WIP
* indexing test fix
* workaround for chunking errors, WIP on fixing massive memory cost
* mypy and test fixes
* reformatting
* fixed rebase
2025-03-30 18:49:09 +00:00
rkuo-danswer
cb5bbd3812
Feature/mit integration tests ( #4299 )
...
* new mit integration test template
* edit
* fix problem with ACL type tags and MIT testing for test_connector_deletion
* fix test_connector_deletion_for_overlapping_connectors
* disable some enterprise only tests in MIT version
* disable a bunch of user group / curator tests in MIT version
* wire off more tests
* typo fix
---------
Co-authored-by: Richard Kuo (Onyx) <rkuo@onyx.app>
Co-authored-by: Richard Kuo <rkuo@rkuo.com>
nightly-latest-20250330
2025-03-30 02:41:08 +00:00
Yuhong Sun
742d29e504
Remove BETA
2025-03-29 15:38:46 -07:00
SubashMohan
ecc155d082
fix: ensure base_url ends with a trailing slash ( #4388 )
2025-03-29 14:34:30 -07:00
pablonyx
0857e4809d
fix background color
nightly-latest-20250329
2025-03-28 16:33:30 -07:00
Chris Weaver
22e00a1f5c
Fix duplicate docs ( #4378 )
...
* Initial
* Fix duplicate docs
* Add tests
* Switch to list comprehension
* Fix test
2025-03-28 22:25:26 +00:00
Chris Weaver
0d0588a0c1
Remove OnyxContext ( #4376 )
...
* Remove OnyxContext
* Fix UT
* Fix tests v2
2025-03-28 12:39:51 -07:00
rkuo-danswer
aab777f844
Bugfix/acl prefix ( #4377 )
...
* fix acl prefixing
* increase timeout a tad
* block access to init'ing DocumentAccess directly, fix test to work with ee/MIT
* fix env var checks
---------
Co-authored-by: Richard Kuo (Onyx) <rkuo@onyx.app>
nightly-latest-20250328
2025-03-28 05:52:35 +00:00
pablonyx
babbe7689a
k ( #4380 )
2025-03-28 02:23:45 +00:00
evan-danswer
a123661c92
fixed shared folder issue ( #4371 )
...
* fixed shared folder issue
* fix existing tests
* default allow files shared with me for service account
2025-03-27 23:39:52 +00:00
pablonyx
c554889baf
Fix actions link ( #4374 )
2025-03-27 16:39:35 -07:00
rkuo-danswer
f08fa878a6
refactor file extension checking and add test for blob s3 ( #4369 )
...
* refactor file extension checking and add test for blob s3
* code review
* fix checking ext
---------
Co-authored-by: Richard Kuo (Onyx) <rkuo@onyx.app>
2025-03-27 18:57:44 +00:00
pablonyx
d307534781
add some debug logging ( #4328 )
2025-03-27 11:49:32 -07:00
rkuo-danswer
6f54791910
adjust some vars in real time ( #4365 )
...
* adjust some vars in real time
* some sanity checking
---------
Co-authored-by: Richard Kuo (Onyx) <rkuo@onyx.app>
2025-03-27 17:30:08 +00:00
pablonyx
0d5497bb6b
Add multi-tenant user invitation flow test ( #4360 )
v0.24.0-cloud.6
2025-03-27 09:53:15 -07:00
Chris Weaver
7648627503
Save all logs + add log persistence to most Onyx-owned containers ( #4368 )
...
* Save all logs + add log persistence to most Onyx-owned containers
* Separate volumes for each container
* Small fixes
v0.24.0-cloud.5
nightly-latest-20250327
2025-03-26 22:25:39 -07:00
pablonyx
927554d5ca
slight robustification ( #4367 )
2025-03-27 03:23:36 +00:00
pablonyx
7dcec6caf5
Fix session touching ( #4363 )
...
* fix session touching
* Revert "fix session touching"
This reverts commit c473d5c9a20445e1d2263aed6b37e5380d0e2016.
* Revert "Revert "fix session touching""
This reverts commit 26a71d40b6ccb2227008a1f5367a896d940d251a.
* update
* quick nit
2025-03-27 01:18:46 +00:00
rkuo-danswer
036648146d
possible fix for confluence query filter ( #4280 )
...
* possible fix for confluence query filter
* nuke the attachment filter query ... it doesn't work!
---------
Co-authored-by: Richard Kuo (Onyx) <rkuo@onyx.app>
2025-03-27 00:35:14 +00:00
rkuo-danswer
2aa4697ac8
permission sync runs so often that it starves out other tasks if run at high priority ( #4364 )
...
Co-authored-by: Richard Kuo (Onyx) <rkuo@onyx.app>
2025-03-27 00:22:53 +00:00
rkuo-danswer
bc9b4e4f45
use slack's built in rate limit handler for the bot ( #4362 )
...
Co-authored-by: Richard Kuo (Onyx) <rkuo@onyx.app>
2025-03-26 21:55:04 +00:00
evan-danswer
178a64f298
fix issue with drive connector service account indexing ( #4356 )
...
* fix issue with drive connector service account indexing
* correct checkpoint resumption
* final set of fixes
* nit
* fix typing
* logging and CW comments
* nit
2025-03-26 20:54:26 +00:00
pablonyx
c79f1edf1d
add a flush ( #4361 )
2025-03-26 14:40:52 -07:00
pablonyx
7c8e23aa54
Fix saml conversion from ext_perm -> basic ( #4343 )
...
* fix saml conversion from ext_perm -> basic
* quick nit
* minor fix
* finalize
* update
* quick fix
2025-03-26 20:36:51 +00:00
pablonyx
d37b427d52
fix email flow ( #4339 )
2025-03-26 18:59:12 +00:00
pablonyx
a65fefd226
test fix
2025-03-26 12:43:38 -07:00
rkuo-danswer
bb09bde519
Bugfix/google drive size threshold 2 ( #4355 )
2025-03-26 12:06:36 -07:00
Tim Rosenblatt
0f6cf0fc58
Fixes docker logs helper text in run-nginx.sh ( #3678 )
...
The docker container name is slightly wrong, and this commit fixes it.
2025-03-26 09:03:35 -07:00
pablonyx
fed06b592d
Auto refresh credentials ( #4268 )
...
* Auto refresh credentials
* remove dupes
* clean up + tests
* k
* quick nit
* add brief comment
* misc typing
nightly-latest-20250326
2025-03-26 01:53:31 +00:00
pablonyx
8d92a1524e
fix invitation on cloud ( #4351 )
...
* fix invitation on cloud
* k
2025-03-26 01:25:17 +00:00
pablonyx
ecfea9f5ed
Email formatting devices ( #4353 )
...
* update email formatting
* k
* update
* k
* nit
2025-03-25 21:42:32 +00:00
rkuo-danswer
b269f1ba06
fix broken function call ( #4354 )
...
Co-authored-by: Richard Kuo (Onyx) <rkuo@onyx.app>
2025-03-25 21:07:31 +00:00
pablonyx
30c878efa5
Quick fix ( #4341 )
...
* quick fix
* Revert "quick fix"
This reverts commit f113616276aa70c10db21ab7ff0ce9902a51fb94.
* smaller chnage
2025-03-25 18:39:55 +00:00
pablonyx
2024776c19
Respect contextvars when parallelizing for Google Drive ( #4291 )
...
* k
* k
* fix typing
2025-03-25 17:40:12 +00:00
pablonyx
431316929c
k ( #4336 )
2025-03-25 17:00:35 +00:00
pablonyx
c5b9c6e308
update ( #4344 )
2025-03-25 16:56:23 +00:00