Commit Graph

2731 Commits

Author SHA1 Message Date
Weves
7c29b1e028 add more egnyte failure logging v0.15.0-cloud.beta.12 2024-12-11 18:19:55 -08:00
pablonyx
a52c821e78
Merge pull request from onyx-dot-app/cloud_improvements
cloud improvements
2024-12-11 17:06:06 -08:00
pablodanswer
21967d4b6f cloud improvements v0.15.0-cloud.beta.11 2024-12-11 16:48:00 -08:00
hagen-danswer
cae8a131a2
Made frontend conditional check for source () 2024-12-11 22:46:32 +00:00
pablonyx
72b4e8e9fe
Clean citation cards ()
* seed

* initial steps

* clean up

* fully clickable
2024-12-11 21:37:11 +00:00
pablonyx
c04e2f14d9
remove double x () 2024-12-11 21:36:58 +00:00
pablonyx
b40a12d5d7
clean up cursor pointers ()
* update

* nit
2024-12-11 21:36:43 +00:00
pablonyx
5e7d454ebe
Merge pull request from onyx-dot-app/silence_integration
Silence Slack Permission Sync test flakiness
2024-12-11 13:49:52 -08:00
pablodanswer
238509c536 silence 2024-12-11 13:48:37 -08:00
joachim-danswer
9455576078
Mismatch issue of Documents shown and Citation number in text fix ()
* Mismatch issue of Documents shown and Citation number in text fix

When document order presented to LLM differs from order shown to user, wrong doc numbers are cited.

Fix:
 - SearchTool.get_search_result  returns now final and initial ranking
 - initial ranking is passed through a few objects and used for replacement in citation processing

Notes:
 - the citation_num in the CitationInfo() object has not been changed.

* PR fixes

 - linting
 - removed erroneous tab
 - added a substitution test case
 - adjusted original citation extraction use case

* Included a key test and

* Fixed extra spaces

* Updated test documentation

Updated:
 - test_citation_substitution (changed description)
 - test_citation_processing (removed data only relevant for the substitution)
2024-12-11 19:58:24 +00:00
rkuo-danswer
71421bb782
better handling around index attempts that don't exist and remove unn… ()
* better handling around index attempts that don't exist and remove unnecessary index attempt deletions

* don't delete index attempts, just update them

---------

Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app>
2024-12-11 19:32:04 +00:00
pablonyx
b88cb388b7
Faster api hashing ()
* migrate hashing to run faster v1

* k
2024-12-11 19:30:05 +00:00
Wendi
639986001f
Fix bug (title overflow) () 2024-12-11 12:09:44 -08:00
pablonyx
e7a7e78969
clean up csv prompt + frontend ()
* clean up csv prompt + frontend

* nit

* nit

* detect uploading

* upload
2024-12-11 19:10:34 +00:00
rkuo-danswer
e255ff7d23
editable refresh and prune for connectors ()
* editable refresh and prune for connectors

* add extra validations on pruning/refresh frequency

* fix validation

* fix icon usage

* fix TextFormField error formatting

* nit

---------

Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app>
Co-authored-by: pablodanswer <pablo@danswer.ai>
2024-12-11 19:04:09 +00:00
pablonyx
1be2502112
finalize ()
Co-authored-by: hagen-danswer <hagen@danswer.ai>
2024-12-11 18:52:20 +00:00
pablonyx
f2bedb8fdd
Borders ()
* remove double x

* incorporate base default padding for modals
2024-12-11 18:47:26 +00:00
pablonyx
637404f482
Connector page lists (pending feedback) ()
* v1 (pending feedback)

* nits

* nit
2024-12-11 18:45:27 +00:00
pablonyx
daae146920
recognize updates () 2024-12-11 18:19:00 +00:00
pablonyx
d95959fb41
base role setting fix ()
* base role setting fix

* update user tables

* finalize

* minor cleanup

* fix chromatic
2024-12-11 18:09:47 +00:00
rkuo-danswer
c667d28e7a
update helm charts for onyx-dot-app rebrand ()
* update helm charts for onyx-dot-app rebrand

* fix helm chart testing config

---------

Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app>
2024-12-11 18:08:39 +00:00
pablonyx
9e0b482f47
k () 2024-12-11 18:05:39 +00:00
pablonyx
fa84eb657f
cleaner citations () 2024-12-11 17:36:15 +00:00
pablonyx
264df3441b
Various clean ups ()
* tbd

* minor

* prettify

* update sidebar values
2024-12-11 17:19:14 +00:00
pablonyx
b9bad8b7a0
fix wikipedia icon () 2024-12-11 09:03:29 -08:00
pablonyx
600ebb6432
remove doc sets () 2024-12-11 16:31:14 +00:00
pablonyx
09fe8ea868
improved display - no odd cutoffs () 2024-12-11 16:09:19 +00:00
evan-danswer
ad6be03b4d
centered score in feedbac panel () 2024-12-11 08:19:53 -08:00
rkuo-danswer
65d2511216
change text and formatting to guide users away from thinking "Back to… ()
* change text and formatting to guide users away from thinking "Back to Danswer" is a back button

* regular text color and different icon

---------

Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app>
nightly-latest-20241211
2024-12-11 03:31:27 +00:00
Weves
113bf19c65 Remove dev-only check v0.15.0-cloud.beta.7 v0.15.0-cloud.beta.8 2024-12-10 19:04:21 -08:00
Yuhong Sun
6026536110
Model Server Async ()
* need-verify

* fix some lib calls

* k

* tests

* k

* k

* k

* Address the comments

* fix comment
2024-12-11 01:33:44 +00:00
Weves
056b671cd4 Small tweaks to get Egynte to work on our cloud 2024-12-10 17:43:46 -08:00
pablonyx
8d83ae2ee8
fix linear () 2024-12-11 00:45:06 +00:00
Yuhong Sun
ca988f5c5f
Max File Size ()
* k

* k

* k
v0.15.0-cloud.beta.4
2024-12-11 00:06:47 +00:00
Chris Weaver
4e4214b82c
Egnyte connector () 2024-12-10 16:07:33 -08:00
Yuhong Sun
fe83f676df
k () 2024-12-10 23:27:48 +00:00
hagen-danswer
6d6e12119b
made external group emails lowercase () 2024-12-10 22:08:00 +00:00
pablonyx
1f2b7cb9c8
strip text for slackbot ()
* stripe text for slackbot

* k
2024-12-10 21:42:35 +00:00
pablonyx
878a189011
delete input prompts ()
* delete input prompts

* nit

* remove vestigial test

* nit
2024-12-10 21:36:40 +00:00
hagen-danswer
48c10271c2
fixed ephemeral slackbot messages () v0.15.0-cloud.beta.2 2024-12-10 18:00:34 +00:00
evan-danswer
c6a79d847e
fix typo ()
expliticly -> explicitly
2024-12-10 16:44:42 +00:00
hagen-danswer
1bc3f8b96f Revert "Fixed ephemeral slackbot messages"
This reverts commit 7f6a6944d696b6069872fb3778b991c40a97e567.
2024-12-10 08:18:31 -08:00
hagen-danswer
7f6a6944d6 Fixed ephemeral slackbot messages 2024-12-10 07:57:28 -08:00
Weves
06f4146597 Bump litellm to support Nova models from AWS nightly-latest-20241210 2024-12-09 21:19:11 -08:00
hagen-danswer
7ea73d5a5a
Temp slackbot url error Fix () 2024-12-09 18:34:38 -08:00
Weves
30dfe6dcb4 Add better vertex support + LLM form cleanup 2024-12-09 13:44:44 -08:00
Yuhong Sun
dc5d5dfe05
README Update () 2024-12-09 13:17:53 -08:00
pablonyx
0746e0be5b
unify toggling () 2024-12-09 19:48:06 +00:00
Chris Weaver
970320bd49
Persona / prompt hardening ()
* Persona / prompt hardening

* fix it
nightly-latest-20241209
2024-12-09 03:39:59 +00:00
Chris Weaver
4a7bd5578e
Fix Confluence perm sync for cloud users () 2024-12-09 01:41:30 +00:00