evan-danswer
99546e4a4d
zendesk checkpointed connector ( #4311 )
...
* zendesk v1
* logic fix
* zendesk testing
* add unit tests
* zendesk caching
* CW comments
* fix unit tests
2025-03-23 20:43:13 +00:00
pablonyx
c25d56f4a5
Improved drive flow UX ( #4331 )
...
* wip
* k
* looking good
* clenaed up
* quick nit
2025-03-23 19:21:03 +00:00
Chris Weaver
35f3f4f120
Small slack bot fixes ( #4333 )
nightly-latest-20250323
2025-03-22 23:22:17 +00:00
Weves
25b69a8aca
Adjust spammy log
2025-03-22 14:52:09 -07:00
pablonyx
1b7d710b2a
Fix links from file metadata ( #4324 )
...
* quick fix
* clarify comment
* fix file metadata
* k
2025-03-22 18:21:47 +00:00
pablonyx
ae3d3db3f4
Update slack bot listing endpoint ( #4325 )
...
* update slack bot listing endpoint
* nit
2025-03-22 18:21:31 +00:00
evan-danswer
fb79a9e700
Checkpointed GitHub connector ( #4307 )
...
* WIP github checkpointing
* first draft of github checkpointing
* nit
* CW comments
* github basic connector test
* connector test env var
* secrets cant start with GITHUB_
* unit tests and bug fix
* connector failures
* address CW comments
* validation fix
* validation fix
* remove prints
* fixed tests
* 100 items per page
nightly-latest-20250322
2025-03-22 01:48:05 +00:00
rkuo-danswer
587ba11bbc
alembic script logging fixes ( #4322 )
...
* log fixing
* fix typos
---------
Co-authored-by: Richard Kuo (Onyx) <rkuo@onyx.app>
2025-03-22 00:50:58 +00:00
pablonyx
fce81ebb60
Minor ux nits ( #4327 )
...
* k
* quick fix
2025-03-21 21:50:56 +00:00
Chris Weaver
61facfb0a8
Fix slack connector ( #4326 )
2025-03-21 21:30:03 +00:00
Chris Weaver
52b96854a2
Handle move errors ( #4317 )
...
* Handle move errors
* Make a warning
nightly-latest-20250321-patch.1
2025-03-21 11:11:12 -07:00
Chris Weaver
d123713c00
Fix GPU status request in sync flow ( #4318 )
...
* Fix GPU status request in sync flow
* tweak
* Fix test
* Fix more tests
2025-03-21 11:11:00 -07:00
Chris Weaver
775c847f82
Reduce drive retries ( #4312 )
...
* Reduce drive retries
* timestamp format fix
---------
Co-authored-by: Evan Lohn <evan@danswer.ai>
nightly-latest-20250321
2025-03-21 00:23:55 +00:00
rkuo-danswer
6d330131fd
wire off image downloading for confluence and gdrive if not enabled i… ( #4305 )
...
* wire off image downloading for confluence and gdrive if not enabled in settings
* fix partial func
* fix confluence basic test
* add test for skipping/allowing images
* review comments
* skip allow images test
* mock function using the db
* mock at the proper level
---------
Co-authored-by: Richard Kuo (Onyx) <rkuo@onyx.app>
2025-03-20 23:10:28 +00:00
Chris Weaver
0292ca2445
Add option to control # of slack threads ( #4310 )
2025-03-20 16:56:05 +00:00
Weves
15dd1e72ca
Remove slack channel validation
v0.24.0-cloud.1
2025-03-20 08:34:54 -07:00
Weves
91c9be37c0
Fix loader
2025-03-20 08:30:46 -07:00
Weves
2a01c854a0
Fix cases where the bot is disabled
2025-03-20 08:30:46 -07:00
rkuo-danswer
85ebadc8eb
sanitize llm keys and handle updates properly ( #4270 )
...
* sanitize llm keys and handle updates properly
* fix llm provider testing
* fix test
* mypy
* fix default model editing
---------
Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app>
Co-authored-by: Richard Kuo <rkuo@rkuo.com>
nightly-latest-20250320
2025-03-20 01:13:02 +00:00
Chris Weaver
5dda53eec3
Notion improvement ( #4306 )
...
* Notion connector improvements
* Enable recursive index by default
* Small tweak
2025-03-19 23:16:05 +00:00
Chris Weaver
72bf427cc2
Address invalid connector state ( #4304 )
...
* Address invalid connector state
* Fixes
* Address mypy
* Address RK comment
2025-03-19 21:15:06 +00:00
Chris Weaver
f421c6010b
Checkpointed Jira connector ( #4286 )
...
* Checkpointed Jira connector
* nit
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
* typing improvements and test fixes
* cleaner typing
* remove default because it is from the future
* mypy
* Address EL comments
---------
Co-authored-by: evan-danswer <evan@danswer.ai>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-03-19 20:41:01 +00:00
rkuo-danswer
0b87549f35
Feature/email whitelabeling ( #4260 )
...
* work in progress
* work in progress
* WIP
* refactor, use inline attachment for image (base64 encoding doesn't work)
* pretty sure this belongs behind a multi_tenant check
* code review / refactor
---------
Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app>
2025-03-19 13:08:44 -07:00
evan-danswer
06624a988d
Gdrive checkpointed connector ( #4262 )
...
* WIP rebased
* style
* WIP, testing theory
* fix type issue
* fixed filtering bug
* fix silliness
* correct serialization and validation of threadsafedict
* concurrent drive access
* nits
* nit
* oauth bug fix
* testing fix
* fix slim retrieval
* fix integration tests
* fix testing change
* CW comments
* nit
* guarantee completion stage existence
* fix default values
2025-03-19 18:49:35 +00:00
Chris Weaver
ae774105e3
Fix slack connector creation ( #4303 )
...
* Make it fail fast + succeed validation if rate limiting is happening
* Add logging + reduce spam
2025-03-19 18:26:49 +00:00
evan-danswer
4dafc3aa6d
Update README.md
nightly-latest-20250319
2025-03-18 21:14:05 -07:00
evan-danswer
5d7d471823
Update README.md
...
fix bullet points
2025-03-18 19:34:08 -07:00
Weves
61366df34c
Add execute permission
2025-03-18 12:03:32 -07:00
Chris Weaver
1a444245f6
Memory tracking script ( #4297 )
...
* Add simple container-level memory tracking script
2025-03-18 12:00:09 -07:00
rkuo-danswer
c32d234491
xfail highspot connector tests ( #4296 )
...
Co-authored-by: Richard Kuo (Onyx) <rkuo@onyx.app>
2025-03-18 11:47:17 -07:00
pablonyx
07b68436cf
use ONYX_CLOUD_CELERY_TASK_PREFIX
for pre provisioning ( #4293 )
2025-03-18 17:34:22 +00:00
Chris Weaver
293d1a4476
Add process-level memory monitoring ( #4294 )
...
* Add process-level memory monitoring
* Switch to every 5 minutes
nightly-latest-20250318
2025-03-17 22:39:52 -07:00
SubashMohan
ba514aaaa2
Highspot connector ( #4277 )
2025-03-17 08:36:02 -07:00
Arun Philip
f45798b5dd
add overflow-auto to show all content in Modal ( #4140 )
nightly-latest-20250316
nightly-latest-20250317
2025-03-15 11:56:19 -07:00
Weves
64ff5df083
Fix basic auth for non-ee
nightly-latest-20250315
2025-03-14 11:40:17 -07:00
rkuo-danswer
cf1b7e7a93
add proper boolean validation to field ( #4283 )
...
Co-authored-by: Richard Kuo (Onyx) <rkuo@onyx.app>
nightly-latest-20250314
2025-03-14 03:38:25 +00:00
Chris Weaver
63692a6bd3
Fix perm sync memory usage ( #4282 )
...
* Fix slack perm sync memory usage
* Make perm syncing run in batches rather than fetching everything
* Update backend/ee/onyx/external_permissions/slack/doc_sync.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
* Update backend/ee/onyx/external_permissions/slack/doc_sync.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
* Loud error on slack doc sync missing permissions
---------
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-03-14 02:26:22 +00:00
evan-danswer
934700b928
better drive url cleaning ( #4247 )
...
* better drive url cleaning
* nit
* address JR comments
2025-03-13 21:16:24 +00:00
Chris Weaver
b1a7cff9e0
Enable claude 3.7 ( #4279 )
2025-03-13 18:33:06 +00:00
joachim-danswer
463340b8a1
Reduce ranking scores for short chunks without actual information ( #4098 )
...
* remove title for slack
* initial working code
* simplification
* improvements
* name change to information_content_model
* avoid boost_score > 1.0
* nit
* EL comments and improvements
Improvements:
- proper import of information content model from cache or HF
- warm up for information content model
Other:
- EL PR review comments
* nit
* requirements version update
* fixed docker file
* new home for model_server configs
* default off
* small updates
* YS comments - pt 1
* renaming to chunk_boost & chunk table def
* saving and deleting chunk stats in new table
* saving and updating chunk stats
* improved dict score update
* create columns for individual boost factors
* RK comments
* Update migration
* manual import reordering
2025-03-13 17:35:45 +00:00
rkuo-danswer
ba82888e1e
change max workers to 2 for the moment ( #4278 )
...
Co-authored-by: Richard Kuo (Onyx) <rkuo@onyx.app>
v0.25.0-beta.1
2025-03-13 09:58:24 -07:00
rkuo-danswer
39465d3104
change default build info in dockerfile's to something more obviously source only ( #4275 )
...
Co-authored-by: Richard Kuo <rkuo@rkuo.com>
2025-03-13 09:42:10 -07:00
rkuo-danswer
b4ecc870b9
safe handling for mediaType in confluence connector in all places ( #4269 )
...
Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app>
nightly-latest-20250313
2025-03-13 06:09:19 +00:00
rkuo-danswer
a2ac9f02fb
unique constraint here doesn't work ( #4271 )
...
Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app>
2025-03-12 16:25:27 -07:00
pablonyx
f87e559cc4
Separate out indexing-time image analysis into new phase ( #4228 )
...
* Separate out indexing-time image analysis into new phase
* looking good
* k
* k
2025-03-12 22:26:05 +00:00
pablonyx
5883336d5e
Support image indexing customization ( #4261 )
...
* working well
* k
* ready to go
* k
* minor nits
* k
* quick fix
* k
* k
2025-03-12 20:03:45 +00:00
pablonyx
0153ff6b51
Improved logout flow ( #4258 )
...
* improved app provider modals
* improved logout flow
* k
* updates
* add docstring
2025-03-12 19:19:39 +00:00
pablonyx
2f8f0f01be
Tenants on standby ( #4218 )
...
* add tenants on standby feature
* k
* fix alembic
* k
* k
2025-03-12 18:25:30 +00:00
pablonyx
a9e5ae2f11
Fix slash mystery ( #4263 )
2025-03-12 10:03:21 -07:00
Chris Weaver
997f40500d
Add support for sandboxed salesforce ( #4252 )
nightly-latest-20250312
2025-03-12 00:21:24 +00:00