rkuo-danswer
261150e81a
Validate permission locks ( #3799 )
...
* WIP for external group sync lock fixes
* prototyping permissions validation
* validate permission sync tasks in celery
* mypy
* cleanup and wire off external group sync checks for now
* add active key to reset
* improve logging
* reset on payload format change
* return False on exception
* missed a return
* add count of tasks scanned
* add comment
* better logging
* add return
* more return
* catch payload exceptions
* code review fixes
* push to restart test
---------
Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app>
2025-01-31 17:33:07 +00:00
pablonyx
a70d472b5c
Update e2e frontend tests ( #3843 )
...
* fix input prompts
* assistant ordering validation
* k
* Revert "fix input prompts"
This reverts commit a4b577bdd742fc0221b875b44dadc1c9174434a6.
* fix alembic
* foreign key updates
* Revert "foreign key updates"
This reverts commit fe17795a037f831790d69229e1067ccb5aab5bd9.
* improve e2e tests
* fix admin
2025-01-30 20:15:29 +00:00
rkuo-danswer
4fe99d05fd
add timings for syncing ( #3798 )
...
* add timings for syncing
* add more logging
* more debugging
* refactor multipass/db check out of VespaIndex
* circular imports?
* more debugging
* add logs
* various improvements
* additional logs to narrow down issue
* use global httpx pool for the main vespa flows in celery. Use in more places eventually.
* cleanup debug logging, etc
* remove debug logging
* this should use the secondary index
* mypy
* missed some logging
* review fixes
* refactor get_default_document_index to use search settings
* more missed logging
* fix circular refs
---------
Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app>
Co-authored-by: pablodanswer <pablo@danswer.ai>
2025-01-29 23:24:44 +00:00
skylares
f67b5356fa
Create google drive e2e test ( #3635 )
...
* Create e2e google drive test
* Drive sync issue
* Add endpoints for group syncing
* google e2e fixes/improvements and add xfail to zendesk tests
* mypy errors
* Key change
* Small changes
* Merged main to fix group sync issue
* Update test_permission_sync.py
* Update google_drive_api_utils.py
* Update test_zendesk_connector.py
---------
Co-authored-by: hagen-danswer <hagen@danswer.ai>
2025-01-28 14:12:57 -08:00
pablonyx
9bdb581220
Update slack configs ( #3776 )
...
* update
* fix build
2025-01-28 21:10:09 +00:00
pablonyx
8d62b992ef
Double check all chat accessible dependencies ( #3801 )
...
* double check all chat accessible dependencies
* k
* k
* k
* k
* k
* k
2025-01-28 17:38:32 +00:00
pablonyx
2ad86aa9a6
Unstructured fix ( #3809 )
...
* fix v1
* temporary patch for pdfs
* nit
2025-01-28 16:46:27 +00:00
pablonyx
b9561fc46c
Unzip files + no double x ( #3767 )
...
* unzip files
* quick nit
* quick nit
* nit
2025-01-24 20:52:58 +00:00
pablonyx
e94ffbc2a1
Fix image wonkiness ( #3735 )
...
* fix images
* quick nit
* quick nit
* update
* update for clarity
2025-01-23 02:38:51 +00:00
hagen-danswer
3e58cf2667
Added ability to use a tag to insert the current datetime in prompts ( #3697 )
...
* Added ability to use a tag to insert the current datetime in prompts
* made tagging logic more robust
* rename
* k
---------
Co-authored-by: Yuhong Sun <yuhongsun96@gmail.com>
2025-01-22 16:17:20 +00:00
hagen-danswer
b9c29f2a36
Fix pagination for index attempts table DAN-1284 ( #3722 )
...
* Fix pagination for index attempts table
* fixed index attempts pagination
* fixed query history table
* query clearnup
* fixed test
* fixed weird tests???
2025-01-22 01:51:16 +00:00
Chris Weaver
420476ad92
Add basic passthrough auth ( #3731 )
...
* Add basic passthrough auth
* Add server-side validation
* Disallow for non-oauth
* Fix npm build
2025-01-20 23:39:23 -08:00
pablonyx
122a9af9b3
Polish ( #3692 )
2025-01-19 14:22:08 -08:00
Chris Weaver
342bb9f685
Fix document counts ( #3671 )
...
* Various fixes/improvements to document counting
* Add new column + index
* Avoid double scan
* comment fixes
* Fix revision history
* Fix IT
* Fix IT
* Fix migration
* Rebase
2025-01-19 05:36:07 +00:00
skylares
af953ff8a3
Paginate Query History table ( #3592 )
...
* Add pagination for query history table
* Fix method name
* Fix mypy
2025-01-17 15:31:42 -08:00
hagen-danswer
1ad2128b2a
Combined Persona and Prompt API ( #3690 )
...
* Combined Persona and Prompt API
* quality
* added tests
* consolidated models and got rid of redundant fields
* tenant appreciation day
* reverted default
2025-01-17 20:21:20 +00:00
Kaveen Jayamanna
880c42ad41
Validating slackbot tokens ( #3695 )
...
* added missing dependency, missing api key placeholder, updated docs
* Apply black formatting and validate bot token functionality
* acknowledging black formatting
* added the validation to update tokens as well
* Made the token validation errors looks nicer
* getting rif of duplicate dependency
2025-01-17 11:50:22 -08:00
pablonyx
44b70a87df
UX Refresh ( #3687 )
...
* add new ux
* quick nit
* additional nit
* finalize
* quick fix
* fix typing
2025-01-16 08:08:01 +00:00
hagen-danswer
b1957737f2
refactored _add_user_filter usage ( #3674 )
...
* refactored db.connector_credential_pair
* Rerfactored the db.credentials user filtering
* the restr
2025-01-14 23:35:52 +00:00
Weves
1470b7e038
Add tests for some LLM provider endpoints + small logic change to ensure that display_model_names is not empty
2025-01-10 08:55:53 -08:00
rkuo-danswer
bf78fb79f8
possible fix for gdrive oauth in the cloud ( #3642 )
...
* possible fix for gd oauth in the cloud
* missed code in rename/merge
---------
Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app>
2025-01-10 02:10:59 +00:00
rkuo-danswer
d972a78f45
Make connector pause and delete fast ( #3646 )
...
* first cut
* refresh on delete
---------
Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app>
2025-01-10 01:39:45 +00:00
pablonyx
a314a08309
Speed up admin pages ( #3623 )
...
* ni
* speed up pages
* minor nit
* nit
2025-01-07 15:40:26 -08:00
pablonyx
5b5c1166ca
Async Redis ( #3618 )
...
* k
* update configs for clarity
* typing
* update
2025-01-07 19:34:57 +00:00
pablonyx
d9e9c6973d
Multitenant anonymous ( #3595 )
...
* anonymous users for multi tenant setting
* nit
* k
2025-01-07 02:57:20 +00:00
pablonyx
82eab9d704
Doc explore fix ( #3614 )
...
* k
* k
* add comment
2025-01-06 19:42:07 +00:00
skylares
c191e23256
Pagination Hook ( #3494 )
...
* Backend changes for pagination hook + Paginated users table
* Frontend changes for pagination hook
* Fix invited users endpoint
* Fix layout shift & add enter to submit user invites
* mypy
* Cleanup
* Resolve PR concerns & remove UserStatus
* Fix errors
---------
Co-authored-by: hagen-danswer <hagen@danswer.ai>
2025-01-03 14:32:55 -08:00
Chris Weaver
d64464ca7c
Add support for OAuth connectors that require user input ( #3571 )
...
* Add support for OAuth connectors that require user input
* Cleanup
* Fix linear
* Small re-naming
* Remove console.log
2024-12-31 18:03:33 -08:00
pablodanswer
c2447dbb1c
cosmetic updates
2024-12-31 13:04:02 -05:00
pablodanswer
52bad522f8
update for multi-tenant clarity
2024-12-31 13:04:02 -05:00
pablodanswer
63e5e58313
add anonymous user
2024-12-31 13:04:02 -05:00
Weves
618369f4a1
Small fix
2024-12-30 19:20:30 -08: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
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
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
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
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
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
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
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
pablonyx
2847ab003e
Prompting ( #3372 )
...
* auto generate start prompts
* post rebase clean up
* update for clarity
2024-12-16 21:34:43 +00:00
Yuhong Sun
814f97c2c7
MT Cloud Monitoring ( #3465 )
2024-12-15 16:05:03 -08:00
pablodanswer
5f4b31d322
k
2024-12-13 17:21:54 -08:00
pablodanswer
3fec7a6a30
post rebase fixes
2024-12-13 10:05:06 -08:00
pablodanswer
21ec5ed795
welcome to onyx
2024-12-13 09:56:10 -08:00