Weves
569639eb90
Improved attachment handling
v0.19.0-cloud.73
nightly-latest-20250202
2025-02-01 23:07:01 -08:00
pablodanswer
68cb1f3409
ensure tests don't run temporarily
2025-02-01 17:31:44 -08:00
pablonyx
11da0d9889
Add user specific chat session temperature ( #3867 )
...
* add user specific chat session temperature
* kbetter typing
* update
2025-02-01 17:29:58 -08:00
pablodanswer
6a7e2a8036
temporarily disable chat tests
2025-02-01 14:15:16 -08:00
pablodanswer
035f83c464
ensure tests pass (temporary dragging disabled)
2025-02-01 12:58:03 -08:00
pablonyx
3c34ddcc4f
E2e assistant tests ( #3869 )
...
* adding llm override logic
* update
* general cleanup
* fix various tests
* rm
* update
* update
* better comments
* k
* k
* update to pass tests
* clarify content
* improve timeout
2025-02-01 20:05:53 +00:00
Richard Kuo (Danswer)
bbee2865e9
Merge branch 'main' of https://github.com/onyx-dot-app/onyx into feature/no_scan_iter
v0.19.0-cloud.72
2025-02-01 10:46:38 -08:00
pablonyx
a82cac5361
Ensure anonymous users can give feedback
...
Ensure anonymous users can give feedback
2025-02-01 10:36:14 -08:00
pablodanswer
83e5cb2d2f
tested
2025-01-31 16:40:37 -08:00
Chris Weaver
a5d2f0d9ac
Fix airtable connector w/ mt cloud + move telem logic to match new st… ( #3868 )
...
* Fix airtable connector w/ mt cloud + move telem logic to match new standard
* Address Greptile comment
* Small fixes/improvements
* Revert back monitoring frequency
* Small monitoring fix
v0.19.0-cloud.71
nightly-latest-20250201
2025-01-31 16:29:04 -08:00
Richard Kuo (Danswer)
d3cf18160e
lower CLOUD_BEAT_SCHEDULE_MULTIPLIER to 4
2025-01-31 16:13:13 -08:00
Richard Kuo (Danswer)
618e4addd8
better signal names
v0.19.0-cloud.70
2025-01-31 13:25:27 -08:00
Richard Kuo (Danswer)
69f16cc972
dont add to the lookup table if it already exists
2025-01-31 13:23:52 -08:00
Richard Kuo (Danswer)
2676d40065
mereging
v0.19.0-cloud.69
2025-01-31 12:14:24 -08:00
Richard Kuo (Danswer)
b64545c7c7
build a lookup table every so often to handle cloud migration
2025-01-31 12:12:52 -08:00
Weves
7bc8554e01
Airtable fix
v0.19.0-cloud.68
2025-01-31 10:42:27 -08:00
Richard Kuo (Danswer)
5232aeacad
Merge branch 'main' of https://github.com/onyx-dot-app/onyx into feature/no_scan_iter
...
# Conflicts:
# backend/onyx/background/celery/tasks/vespa/tasks.py
# backend/onyx/redis/redis_connector_doc_perm_sync.py
2025-01-31 10:38:10 -08:00
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>
v0.19.0-cloud.67
2025-01-31 17:33:07 +00:00
pablonyx
3e0d24a3f6
Update foreign key migration
...
Update foreign key migration
2025-01-31 08:45:19 -08:00
pablodanswer
ffe8ac168f
update foreign key migration
2025-01-31 08:42:28 -08:00
pablonyx
17b280e59e
Remove cloud_kubes
from public repo
...
Remove `cloud_kubes` from public repo
nightly-latest-20250131
2025-01-30 19:19:09 -08:00
pablonyx
5edba4a7f3
Foreign key input prompts
...
Foreign key input prompts
2025-01-30 19:18:49 -08:00
pablodanswer
d842fed37e
foreign key updates
2025-01-30 19:17:32 -08:00
Weves
14981162fd
Pin shapely version
v0.19.0-cloud.66
2025-01-30 18:02:35 -08:00
Chris Weaver
288daa4e90
Add more airtable logging ( #3862 )
...
* Add more airtable logging
* Add multithreading
* Remove empty comment
v0.19.0-cloud.65
2025-01-30 17:33:42 -08:00
Richard Kuo (Danswer)
30e8fb12e4
remove commented code
2025-01-30 15:34:00 -08:00
Richard Kuo (Danswer)
d8578bc1cb
first full cut
2025-01-30 15:21:52 -08:00
pablonyx
5e21dc6cb3
Optimize /persona query ( #3859 )
...
* k
* delete
* k
2025-01-30 23:20:19 +00:00
Weves
39b3a503b4
Add more group sync logging
2025-01-30 14:42:14 -08: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
devin-ai-integration[bot]
0ed2886ad0
Can't create starter messages for existing assistants. ( #3825 )
...
* fix: move starter messages out of advanced options for better visibility
Co-Authored-By: Chris Weaver <chris@onyx.app>
* fix: ensure starter message input field is visible in edit flow
Co-Authored-By: Chris Weaver <chris@onyx.app>
* chore: fix prettier formatting
Co-Authored-By: Chris Weaver <chris@onyx.app>
* chore: fix prettier formatting for starter messages description
Co-Authored-By: Chris Weaver <chris@onyx.app>
* chore: fix prettier formatting for starter messages initialization
Co-Authored-By: Chris Weaver <chris@onyx.app>
* fix: prevent unintended deletion of second message in StarterMessagesList
Co-Authored-By: Chris Weaver <chris@onyx.app>
* Fix empty starter messages
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Chris Weaver <chris@onyx.app>
Co-authored-by: Weves <chrisweaver101@gmail.com>
2025-01-30 10:26:54 -08:00
pablodanswer
6b31e2f622
remove cloud_kubes from public repo
2025-01-30 09:52:57 -08:00
hagen-danswer
aabf8a99bc
Fixed SharePoint connector polling ( #3834 )
...
* Fixed SharePoint connector polling
* finish
* fix sharepoint connector
2025-01-30 17:43:11 +00:00
Richard Kuo (Danswer)
7ccfe85ee5
WIP
2025-01-29 22:52:21 -08:00
Chris Weaver
95701db1bd
Add more sync records + fix small bug in monitoring task causing deletion metrics to never be emitted ( #3837 )
...
Double check we don't double-emit + fix pruning metric
Add log
Fix comment
rename
v0.21.0-beta.1
v0.19.0-cloud.62
nightly-latest-20250130
v0.21.0
2025-01-29 18:03:49 -08:00
rkuo-danswer
24105254ac
fix race condition with permission sync and fences ( #3841 )
...
* fix race condition with permission sync and fences
* comments
* set the fence
---------
Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app>
2025-01-29 23:40:44 +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
pablonyx
d35f93b233
k ( #3838 )
2025-01-29 22:39:48 +00:00
hagen-danswer
766b0f35df
Lowercase all user emails ( #3830 )
2025-01-29 19:09:06 +00:00
evan-danswer
a0470a96eb
removed logic to search first message, fixed query override ( #3812 )
2025-01-29 19:02:29 +00:00
devin-ai-integration[bot]
b82123563b
Fix Unicode sanitization for Vespa document indexing ( #3831 )
...
* Add support for filtering 0xFDD0-0xFDEF Unicode range
- Update remove_invalid_unicode_chars to handle 0xFDD0-0xFDEF range
- Add comprehensive test cases for Unicode character sanitization
- Fix issue with illegal code point 0xFDDB in Vespa indexing
Co-Authored-By: Chris Weaver <chris@onyx.app>
* Remove unused pytest import
Co-Authored-By: Chris Weaver <chris@onyx.app>
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Chris Weaver <chris@onyx.app>
2025-01-29 18:32:00 +00:00
rkuo-danswer
787e25cd78
Merge pull request #3823 from onyx-dot-app/bugfix/sharepoint_app_init
...
app should be initialized once per connector
nightly-latest-20250129
2025-01-28 23:55:09 -08:00
pablonyx
c6375f8abf
Tool id constants ( #3827 )
...
* tool id constants
* clarification
2025-01-29 06:33:31 +00:00
Richard Kuo (Danswer)
58e5deba01
Merge branch 'main' of https://github.com/onyx-dot-app/onyx into bugfix/sharepoint_app_init
...
# Conflicts:
# backend/onyx/connectors/sharepoint/connector.py
2025-01-28 21:11:13 -08:00
Chris Weaver
028e877342
Sharepoint fixes ( #3826 )
...
* Sharepoint connector fixes
* Refactor sharepoint to be better
* Improve env variable naming
* Fix
* Add new secrets
* Fix unstructured failure
v0.19.0-cloud.59
2025-01-28 20:06:09 -08:00
Richard Kuo (Danswer)
47bff2b6a9
missed init
2025-01-28 19:11:38 -08:00
Richard Kuo (Danswer)
1502bcea12
do teams too
2025-01-28 19:03:54 -08:00
pablonyx
2701f83634
llm provider re-org ( #3810 )
...
* nit
* clean up logic
* update
2025-01-29 02:44:50 +00:00
pablonyx
601037abb5
Customer love ( #3813 )
...
* additional logs
* disable gdrive oauth
* Revert "additional ogs"
This reverts commit 1bd7f9d433bcb6708c7d29945ee695fd7ed97382.
2025-01-28 17:42:28 -08:00
devin-ai-integration[bot]
7e9b12403a
Allow Slack workflow messages when respond_to_bots is enabled ( #3819 )
...
* Allow workflow 'bot_message' subtype when respond_to_bots is enabled
Co-Authored-By: Chris Weaver <chris@onyx.app>
* refactor: consolidate bot message checks to avoid redundant code
Co-Authored-By: Chris Weaver <chris@onyx.app>
* style: fix black formatting
Co-Authored-By: Chris Weaver <chris@onyx.app>
* Remove unnecessary call
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Chris Weaver <chris@onyx.app>
Co-authored-by: Weves <chrisweaver101@gmail.com>
v0.19.0-cloud.58
2025-01-28 17:29:23 -08:00