Richard Kuo
3eb72e5c1d
Revert "More efficient Vespa indexing ( #3552 )"
...
This reverts commit 27832167819f063bc2f4436765ff27f0ccba2b64.
2024-12-31 09:40:23 -08:00
Richard Kuo (Danswer)
b43a8e48c6
add some return types to distinguish when the task is actually performing work
2024-12-31 00:10:33 -08:00
Richard Kuo (Danswer)
1955c1d67b
re-enable celery task execution logging in primary worker
2024-12-30 21:53:00 -08:00
Chris Weaver
3f92ed9d29
Airtable connector ( #3564 )
...
* Airtable connector
* Improvements
* improve
* Clean up test
* Add secrets
* Fix mypy + add access token
* Mock unstructured call
* Adjust comments
* Fix ID in test
2024-12-31 03:06:28 +00:00
Weves
618369f4a1
Small fix
2024-12-30 19:20:30 -08:00
pablonyx
2783216781
More efficient Vespa indexing ( #3552 )
...
---------
Co-authored-by: Chris Weaver <25087905+Weves@users.noreply.github.com>
2024-12-30 18:51:14 -08:00
rkuo-danswer
bec0f9fb23
permission sync in cloud and beat expiry adjustment ( #3544 )
...
* try fixing exception in cloud
* raise beat expiry ... 60 seconds might be starving certain tasks completely
* adjust expiry down to 10 min
* raise concurrency overflow for indexing worker.
* parent pid check
* fix comment
* fix parent pid check, also actually raise an exception from the task if the spawned task exit status is bad
* fix pid check
* some cleanup and task wait fixes
* review fixes
* comment some code so we don't change too many things at once
---------
Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app>
Co-authored-by: Richard Kuo <rkuo@rkuo.com>
2024-12-31 01:05:57 +00:00
rkuo-danswer
a83c9b40d5
Bugfix/oauth fix ( #3507 )
...
* old oauth file left behind
* fix function change that was lost in merge
* fix some testing vars
---------
Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app>
2024-12-30 01:49:12 +00:00
Chris Weaver
340fab1375
Additional error handling + logging for google drive connector ( #3563 )
...
* Additional error handling + logging for google drive connector
* Fix mypy
2024-12-29 17:48:02 -08:00
hagen-danswer
3ec338307f
Fixed indexing issues with Salesforce
2024-12-29 16:45:29 -08:00
pablonyx
27acd3387a
Auth specific rate limiting ( #3463 )
...
* k
* v1
* fully functional
* finalize
* nit
* nit
* nit
* clean up with wrapper + comments
* k
* update
* minor clean
2024-12-29 23:34:23 +00:00
hagen-danswer
d14ef431a7
Improve Salesforce connector
2024-12-29 14:18:40 -08:00
pablonyx
9bffeb65af
Eagerly load CCpair connectors ( #3531 )
...
* remove left over vim command
* eager loading
* Revert "remove left over vim command"
This reverts commit 184a134ae08e8e6daa48de9a4c19b3e4ac860aff.
2024-12-29 15:58:38 +00:00
Yuhong Sun
f4806da653
Fix Null Value in PG ( #3559 )
...
* k
* k
* k
* k
* k
2024-12-29 01:53:16 +00:00
pablonyx
e2700b2bbd
Remove left over yaml errors ( #3527 )
...
* remove left over vim command
* additional misconfigurations
* ensure all regions updated
2024-12-29 01:45:07 +00:00
Yuhong Sun
fc81a3fb12
Zendesk Retries ( #3558 )
...
* k
* k
* k
* k
2024-12-28 23:51:49 +00:00
pablodanswer
f4050306d6
Prevent SSRF risk
2024-12-28 15:25:12 -05:00
Weves
2d960a477f
Fix discourse connector
2024-12-24 12:43:10 -08:00
hagen-danswer
8837b8ea79
Curators can now update the curator relationship ( #3536 )
...
* Curators can now update the curator relationship
* mypy
* mypy
* whoops haha
2024-12-24 18:49:58 +00:00
pablonyx
09b879ee73
Ensure gmail works for personal accounts ( #3541 )
...
* Ensure gmail works for personal accounts
* nit
* minor update
2024-12-22 23:00:14 +00:00
rkuo-danswer
aaa668c963
Merge pull request #3534 from onyx-dot-app/bugfix/validate_ttl
...
raise activity timeout to one hour
2024-12-22 13:13:57 -08:00
pablonyx
edb877f4bc
fix NUL character ( #3540 )
2024-12-21 23:30:25 +00:00
rkuo-danswer
eb369caefb
log attempt id, log elapsed since task execution start, remove log spam ( #3539 )
...
* log attempt id, log elapsed since task execution start, remove log spam
* diagnostic lock logs
---------
Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app>
2024-12-21 23:03:50 +00:00
Chris Weaver
b9567eabd7
Fix bedrock w/ access keys ( #3538 )
...
* Fix bedrock w/ access keys
* cleanup
* Remove extra #
2024-12-21 02:24:11 +00:00
Richard Kuo (Danswer)
13bbf67091
raise activity timeout to one hour
2024-12-20 16:18:35 -08:00
hagen-danswer
457a4c73f0
Made sure confluence connector recursive by page includes top level page ( #3532 )
...
* Made sure confluence connector by page includes top level page
* surface level change
2024-12-20 21:53:59 +00:00
rkuo-danswer
ce37688b5b
allow limited user to create chat session ( #3533 )
...
Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app>
2024-12-20 21:36:41 +00:00
pablonyx
4e2c90f4af
Proper user deletion / organization leaving ( #3460 )
...
* Proper user deletion / organization leaving
* minor nit
* update
* udpate provisioning
* minor cleanup
* typing
* post rebase
2024-12-20 21:01:03 +00:00
hagen-danswer
71c5043832
Added filter to exclude attachments with unsupported file extensions ( #3530 )
...
* Added filter to exclude attachments with unsupported file extensions
* extension
2024-12-20 19:48:15 +00:00
pablonyx
64b6f15e95
AWS extraneous error fix ( #3529 )
...
* remove left over vim command
* aws fix
* k
* remove double
2024-12-20 19:31:04 +00:00
hagen-danswer
1eaf885f50
associating credentials with connectors is not considered editing ( #3522 )
...
* associating credentials with connectors is not considered editing
* formatting
* formatting
* Update credentials.py
---------
Co-authored-by: Yuhong Sun <yuhongsun96@gmail.com>
2024-12-20 17:36:25 +00:00
rkuo-danswer
a187aa508c
use redis exclusively with active signal renewal in more places to perform indexing fence validation ( #3517 )
...
Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app>
2024-12-20 06:54:00 +00:00
pablonyx
aa4bfa2a78
Forgot password feature ( #3437 )
...
* forgot password feature
* improved config
* nit
* nit
2024-12-20 04:53:37 +00:00
pablonyx
9011b8a139
Update citations in shared chat display ( #3487 )
...
* update shared chat display
* Change Copy
* fix icon
* remove secret!
---------
Co-authored-by: Yuhong Sun <yuhongsun96@gmail.com>
2024-12-20 01:48:29 +00:00
Yuhong Sun
f83e7bfcd9
Fix Default CC Pair ( #3513 )
2024-12-19 09:43:12 -08:00
pablonyx
4d2e26ce4b
MT Cloud Tracking Fix ( #3514 )
2024-12-19 08:47:02 -08:00
rkuo-danswer
e9b10e8b41
temporarily disabling validate indexing fences ( #3502 )
...
* temporarily disabling validate indexing fences
* add back a few startup checks in the cloud
* use common vespa client to perform health check
* log vespa url and try using http1 on light worker index methods
---------
Co-authored-by: Richard Kuo <rkuo@rkuo.com>
Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app>
2024-12-19 01:32:09 +00:00
pablonyx
a0fa4adb60
Ensure password validation errors propagate ( #3509 )
...
* ensure password validation errors propagate
* copy update
* support o1
* improve typing
* Revert "support o1"
This reverts commit 9b7aa6008c773d987705cf5509eafba37b567319.
2024-12-19 00:05:57 +00:00
pablonyx
ca9ba925bd
Support o1 ( #3510 )
...
* support o1
* nit
2024-12-19 00:05:00 +00:00
Chris Weaver
23ecf654ed
Add support for custom LLM error messages ( #3501 )
...
* Add support for custom LLM error messages
* Fix mypy
2024-12-17 22:58:17 -08:00
pablodanswer
884bdb4b01
old alembic migration + restore workspace
2024-12-17 16:28:05 -08:00
pablonyx
b3ecf0d59f
Migrate user milestone logic ( #3493 )
2024-12-17 15:59:56 -08:00
pablonyx
8db6d49fe5
IAM Auth for RDS ( #3479 )
...
* k
* functional iam auth
* k
* k
* improve typing
* add deployment options
* cleanup
* quick clean up
* minor cleanup
* additional clarity for db session operations
* nit
* k
* k
* update configs
* docker compose spacing
2024-12-17 22:02:37 +00:00
pablonyx
28598694b1
Add delete all chats option ( #2515 )
...
* Add delete all chats option
* post rebase fixes
* final validation
* minor cleanup
* move up
2024-12-17 02:55:35 +00:00
Emerson Gomes
b5d0df90b9
Remove hardcoded root path for HF models
2024-12-16 19:03:15 -08:00
pablonyx
48be6338ec
Update Hubpost tracking form submission ( #3261 )
...
* Update Hubpost tracking form submission
* minor cleanup
* validated
* validate
* nit
* k
2024-12-17 02:31:09 +00:00
rkuo-danswer
2dd51230ed
clear indexing fences with no celery tasks queued ( #3482 )
...
* allow beat tasks to expire. it isn't important that they all run
* validate fences are in a good state and cancel/fail them if not
* add function timings for important beat tasks
* optimize lookups, add lots of comments
* review changes
---------
Co-authored-by: Richard Kuo <rkuo@rkuo.com>
Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app>
2024-12-17 00:55:58 +00:00
pablonyx
8b249cbe63
Proper display priority seeding ( #3468 )
...
* proper seeding
* k
* clean up
2024-12-17 00:19:45 +00:00
pablonyx
2847ab003e
Prompting ( #3372 )
...
* auto generate start prompts
* post rebase clean up
* update for clarity
2024-12-16 21:34:43 +00:00
pablonyx
f1541d1fbe
Update default assistant to search for new users ( #3317 )
...
* update default assistant to search for new users
* update!
2024-12-16 21:15:33 +00:00