pablonyx
d9e9c6973d
Multitenant anonymous ( #3595 )
...
* anonymous users for multi tenant setting
* nit
* k
nightly-latest-20250107
2025-01-07 02:57:20 +00:00
pablonyx
91903141cd
Built in tool cache with tool call id ( #3617 )
...
* k
* improved
* k
* nit
* nit
* nit
2025-01-07 01:03:52 +00:00
hagen-danswer
e329b63b89
Added Permission Syncing for Salesforce ( #3551 )
...
* Added Permission Syncing for Salesforce
* cleanup
* updated connector doc conversion
* finished salesforce permission syncing
* fixed connector to batch Salesforce queries
* tests!
* k
* Added error handling and check for ee and sync type for postprocessing
* comments
* minor touchups
* tested to work!
* done
* my pie
* lil cleanup
* minor comment
2025-01-07 00:37:03 +00:00
hagen-danswer
71c2559ea9
Discord cleanup ( #3615 )
...
* Discord cleanup
* fix case discrepancy
2025-01-06 15:11:03 -08:00
Ishankoradia
ceb34a41d9
discord connector ( #3023 )
...
* discord: frontend and backend poll connector
* added requirements for discord installation
* fixed the mypy errors
* process messages not part of any thread
* minor change
* updated the connector; this logic works & am able to docs when i print
* minor change
* ability to enter a start date to pull docs from and refactor
* added the load connector and fixed mypy errors
* local commit test
done!
* minor refactor and properly commented everything
* updated the logic to handle permissions and index active/archived threads
* basic discord test template
* cleanup
* going away with the danswer discord client class ; using an async context manager
* moved to proper folder
* minor fixes
* needs improvement
* fixed discord icon
---------
Co-authored-by: hagen-danswer <hagen@danswer.ai>
2025-01-06 14:54:22 -08:00
pablonyx
82eab9d704
Doc explore fix ( #3614 )
...
* k
* k
* add comment
2025-01-06 19:42:07 +00:00
pablonyx
2b8d3a6ef5
fix white labelling empty string ( #3603 )
2025-01-06 19:26:55 +00:00
pablonyx
4fb129e77b
Increase timeout + revert changes for clarity ( #3604 )
...
* increase timeout + revert changes for clarity
* quick nit
* k
2025-01-06 18:20:53 +00:00
pablonyx
f16ca1b735
minor auth fix ( #3613 )
2025-01-06 17:51:02 +00:00
pablonyx
e3b2c9d944
Tracking update ( #3605 )
...
* tracking update
* k
2025-01-06 17:17:00 +00:00
pablodanswer
6c9c25642d
remove empty files on main
2025-01-06 09:01:33 -08:00
hagen-danswer
2862d8bbd3
Minor opensource cleanup ( #3610 )
2025-01-06 07:26:07 -08:00
skylares
143be6a524
Add assertions to Zendesk connector tests ( #3600 )
...
Co-authored-by: hagen-danswer <hagen@danswer.ai>
2025-01-06 06:43:23 -08:00
SubashMohan
c2444a5cff
Slim connector for Zendesk ( #3367 )
...
* Add SlimConnector support for Zendesk
* ZenDesk format changes
* code formating
---------
Co-authored-by: hagen-danswer <hagen@danswer.ai>
2025-01-06 06:41:41 -08:00
rkuo-danswer
7f8194798a
Merge pull request #3608 from onyx-dot-app/bugfix/locking_4
...
fix timing calculations and don't spam the queue lengths check from e…
v0.18.0-cloud.23
nightly-latest-20250106
2025-01-05 21:13:47 -08:00
Richard Kuo (Danswer)
e3947e4b64
fix timing calculations and don't spam the queue lengths check from every task
2025-01-05 21:13:08 -08:00
rkuo-danswer
98005510ad
Merge pull request #3607 from onyx-dot-app/bugfix/locking_redux
...
add detailed timings to monitor vespa sync
v0.18.0-cloud.22
2025-01-05 20:03:17 -08:00
Richard Kuo
ca54bd0b21
add logging
2025-01-05 20:02:05 -08:00
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