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