Richard Kuo
d26f8ce852
add detailed timings to monitor vespa sync
2025-01-05 19:24:58 -08:00
pablonyx
c8090ab75b
Auth fix + Registration Clarity ( #3590 )
...
* clarify auth flow
* k
* nit
* k
* fix typing
2025-01-06 02:17:45 +00:00
hagen-danswer
e100a5e965
Properly account for anonymous access in Confluence
2025-01-05 18:01:39 -08:00
pablonyx
ddec239fef
Improved indexing ( #3594 )
...
* nit
* k
* add steps
* main util functions
* functioning fully
* quick nit
* k
* typing fix
* k
* address comments
2025-01-05 23:31:53 +00:00
Chris Weaver
e83542f572
Add support for auto-refreshing available models based on an API call ( #3576 )
2025-01-05 15:45:49 -08:00
joachim-danswer
8750f14647
alignment & renaming of objects for initial (displayed) ranking and re-ranking/validation citations
...
- renamed post-reranking/validation citation information consistently to final_... (example: doc_id_to_rank_map -> final_doc_id_to_rank_map)
- changed and renamed objects containing initial ranking information (now: display_...) consistent with final rankings (final_...). Specifically, {} to [] for displayed_search_results
- for CitationInfo, changed citation_num from 'x-th citation in response stream' to the initial position of the doc [NOTE: test implications]
- changed tests:
onyx/backend/tests/unit/onyx/chat/stream_processing/test_citation_processing.py
onyx/backend/tests/unit/onyx/chat/stream_processing/test_citation_substitution.py
2025-01-05 15:44:34 -08:00
rkuo-danswer
27699c8216
Merge pull request #3602 from onyx-dot-app/bugfix/lock_not_owned
...
various lock diagnostics and timing adjustments
v0.18.0-cloud.20
2025-01-05 15:12:01 -08:00
Richard Kuo (Danswer)
6fcd712a00
comment for lock and usage
2025-01-05 15:11:39 -08:00
Richard Kuo (Danswer)
b027a08698
various lock diagnostics and timing adjustments
2025-01-05 13:59:36 -08:00
Chris Weaver
1db778baa8
Small airtable refactor + handle files with uppercase extensions ( #3598 )
...
* Small airtable refactor + handle files with uppercase extensions
* Fix mypy
2025-01-05 11:27:50 -08:00
Chris Weaver
f895e5f7d0
Speedup orphan doc cleanup script ( #3596 )
...
* Speedup orphan doc cleanup script
* Fix mypy
2025-01-05 14:28:25 +00:00
rkuo-danswer
2fc58252f4
Merge pull request #3599 from onyx-dot-app/bugfix/doc-sync
...
quick hack to prevent resyncing the same doc
v0.18.0-cloud.19
2025-01-05 04:14:28 -08:00
Richard Kuo (Danswer)
371d1ccd8f
move to just setting keys
2025-01-05 03:26:33 -08:00
Richard Kuo (Danswer)
7fb92d42a0
quick hack to prevent resyncing the same doc
2025-01-05 03:05:32 -08:00
Weves
af2061c4db
Add Linear OAuth env variables to dev compose
nightly-latest-20250105
2025-01-04 16:02:04 -08:00
pablonyx
ffec19645b
JWT -> Redis ( #3574 )
...
* functional v1
* functional logout
* minor clean up
* quick clean up
* update configuration
* ni
* nit
* finalize
* update login page
* delete unused import
* quick nit
* updates
* clean up
* ni
* k
* k
2025-01-04 19:35:43 +00:00
pablonyx
67d2c86250
Remove Exclamation marks + comments ( #3586 )
...
* remove explanation marks + comments
* nit
2025-01-04 18:39:16 +00:00
pablonyx
6c018cb53f
add personal assistant usage stats ( #3543 )
2025-01-04 18:38:41 +00:00
pablonyx
62302e3faf
Latex for $10 and $100 ( #3585 )
...
* nit
* k
2025-01-04 17:37:04 +00:00
rkuo-danswer
0460531c72
Merge pull request #3593 from onyx-dot-app/bugfix/primary_worker_lock
...
the primary worker lock doesn't always exist
nightly-latest-20250104
2025-01-03 22:01:11 -08:00
Richard Kuo
6af07a888b
the primary worker lock doesn't always exist
2025-01-03 21:12:11 -08:00
Weves
ea75f5cd5d
Move google-cloud-aiplatform to default requirements to support vertex AI llama
2025-01-03 15:20:59 -08:00
rkuo-danswer
b92c183022
re-prep user group deletion on the actual deletion ( #3588 )
...
* re-prep user group deletion on the actual deletion
* user group needs to be synced to be prepped
---------
Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app>
2025-01-03 22:35:56 +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
rkuo-danswer
66f9124135
Merge pull request #3584 from onyx-dot-app/bugfix/log_spacing
...
fix formatting
nightly-latest-20250103
2025-01-03 00:43:36 -08:00
Richard Kuo
8f0fb70bbf
fix formatting
2025-01-02 23:21:54 -08:00
rkuo-danswer
ef5e5c80bb
Merge pull request #3577 from onyx-dot-app/bugfix/model_server_exception_logging
...
fix response logging
2025-01-02 23:08:46 -08:00
rkuo-danswer
03acb6587a
Feature/model server logging ( #3579 )
...
* improve model server logging
* improve exception logging with provider/model names
* get everything into one log line
---------
Co-authored-by: Richard Kuo <rkuo@rkuo.com>
v0.18.0-cloud.15
v0.19.0-beta.1
2025-01-03 01:40:29 +00:00
hagen-danswer
d1ec72b5e5
Reworked salesforce connector to use bulk api ( #3581 )
2025-01-02 18:09:02 -08:00
Weves
3b214133a8
Airtable improvement
2025-01-02 17:56:05 -08:00
rkuo-danswer
2232702e99
retry the individual delete's ( #3580 )
...
* retry the individual delete's
* need to raise inside the retry
* just use retry for now
---------
Co-authored-by: Richard Kuo <rkuo@rkuo.com>
2025-01-02 17:39:37 -08:00
hagen-danswer
8108ff0a4b
Added logging for permissions upsert queue length
2025-01-02 17:39:01 -08:00
Richard Kuo
f64e78e986
fix response logging
2025-01-02 13:39:19 -08:00
Chris Weaver
08312a4394
Update Slack link in README.md
nightly-latest-20250102
2025-01-01 10:03:59 -08:00
Weves
92add655e0
Slack fixes
v0.18.0-cloud.13
nightly-latest-20250101
2024-12-31 18:04:12 -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
Yuhong Sun
ccd3983802
Linear OAuth Connector ( #3570 )
2024-12-31 16:11:09 -08:00
pablonyx
240f3e4fff
Ensure users cannot modify their roles on main
...
Ensure users cannot modify their roles
v0.18.0-cloud.12
2024-12-31 15:59:27 -05:00
pablonyx
1291b3d930
Add anonymous user to main
...
Anonymous user
2024-12-31 15:58:52 -05:00
rkuo-danswer
d05f1997b5
Merge pull request #3569 from onyx-dot-app/bugfix/alt_index
...
we didn't want to rename the alt index suffix, reverting
2024-12-31 12:39:00 -08:00
Chris Weaver
aa2e2a62b9
Small Egnyte tweaks ( #3568 )
2024-12-31 19:28:38 +00:00
Richard Kuo
174e5968f8
we didn't want to rename the alt index suffix, reverting
2024-12-31 11:28:11 -08:00
pablodanswer
1f27606e17
minor clean up
2024-12-31 13:04:02 -05:00
pablodanswer
60355b84c1
quick nits
2024-12-31 13:04:02 -05:00
pablodanswer
680ab9ea30
updated logic
2024-12-31 13:04:02 -05: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
rkuo-danswer
2643782e30
Merge pull request #3567 from onyx-dot-app/bugfix/revert_vespa
...
Revert "More efficient Vespa indexing (#3552 )"
v0.18.0-cloud.11
2024-12-31 09:47:00 -08:00
Richard Kuo
3eb72e5c1d
Revert "More efficient Vespa indexing ( #3552 )"
...
This reverts commit 27832167819f063bc2f4436765ff27f0ccba2b64.
2024-12-31 09:40:23 -08:00