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 ( #3421 )
...
* 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… ( #3417 )
...
* 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 ( #3423 )
...
* migrate hashing to run faster v1
* k
2024-12-11 19:30:05 +00:00
pablonyx
e7a7e78969
clean up csv prompt + frontend ( #3393 )
...
* 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 ( #3406 )
...
* 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
daae146920
recognize updates ( #3397 )
2024-12-11 18:19:00 +00:00
pablonyx
d95959fb41
base role setting fix ( #3381 )
...
* base role setting fix
* update user tables
* finalize
* minor cleanup
* fix chromatic
2024-12-11 18:09:47 +00:00
Yuhong Sun
6026536110
Model Server Async ( #3386 )
...
* 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 ( #3402 )
2024-12-11 00:45:06 +00:00
Yuhong Sun
ca988f5c5f
Max File Size ( #3422 )
...
* k
* k
* k
2024-12-11 00:06:47 +00:00
Chris Weaver
4e4214b82c
Egnyte connector ( #3420 )
2024-12-10 16:07:33 -08:00
hagen-danswer
6d6e12119b
made external group emails lowercase ( #3410 )
2024-12-10 22:08:00 +00:00
pablonyx
1f2b7cb9c8
strip text for slackbot ( #3416 )
...
* stripe text for slackbot
* k
2024-12-10 21:42:35 +00:00
pablonyx
878a189011
delete input prompts ( #3380 )
...
* delete input prompts
* nit
* remove vestigial test
* nit
2024-12-10 21:36:40 +00:00
hagen-danswer
48c10271c2
fixed ephemeral slackbot messages ( #3409 )
2024-12-10 18:00:34 +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
2024-12-09 21:19:11 -08:00
hagen-danswer
7ea73d5a5a
Temp slackbot url error Fix ( #3392 )
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
Chris Weaver
970320bd49
Persona / prompt hardening ( #3375 )
...
* Persona / prompt hardening
* fix it
2024-12-09 03:39:59 +00:00
Chris Weaver
4a7bd5578e
Fix Confluence perm sync for cloud users ( #3374 )
2024-12-09 01:41:30 +00:00
Chris Weaver
874b098a4b
Add more logging + retries to teams connector ( #3369 )
2024-12-08 00:56:34 +00:00
rkuo-danswer
631bac4432
Bugfix/log exit code ( #3362 )
...
* log the exit code of the spawned task
* exitcode can be negative
* mypy fixes
2024-12-06 22:32:59 +00:00
hagen-danswer
53428f6e9c
More logging/fixes ( #3364 )
...
* More logging for external group syncing
* Fixed edge case where some spaces were not being fetched
* made refresh frequency for confluence syncs configurable
* clarity
2024-12-06 21:56:29 +00:00
pablodanswer
53b3dcbace
fix slackbot channel config nullable ( #3363 )
...
* fix slackbot
* nit
2024-12-06 21:24:36 +00:00
rkuo-danswer
7a3c06c2d2
first cut at slack oauth flow ( #3323 )
...
* first cut at slack oauth flow
* fix usage of hooks
* fix button spacing
* add additional error logging
* no dev redirect
* cleanup
* comment work in progress
* move some stuff to ee, add some playwright tests for the oauth callback edge cases
* fix ee, fix test name
* fix tests
* code review fixes
2024-12-06 19:55:21 +00:00
pablodanswer
7a0d823c89
Improved file handling ( #3353 )
...
* update props
* update documents
* nit
* update chat processing
* k
* k
* nit
* minor nit
* minor nits
* k
* nits
2024-12-06 19:16:54 +00:00
Yuhong Sun
db69e445d6
k ( #3358 )
2024-12-06 18:08:44 +00:00
Weves
18e63889b7
Change default log level back to info
2024-12-06 10:07:14 -08:00
Weves
738e60c8ed
Increase vespa attempts on startup
2024-12-06 09:46:33 -08:00
hagen-danswer
7c57dde8ab
fixed test
2024-12-06 08:33:12 -08:00
hagen-danswer
f30adab853
Merge remote-tracking branch 'origin/main' into conf-logging-filter
2024-12-06 08:30:07 -08:00
hagen-danswer
601687a522
Add test for Confluence permissions
2024-12-06 08:28:42 -08:00
hagen-danswer
350cf407c9
explicitly set page and attachment restrictions and space keys
2024-12-06 08:12:07 -08:00
hagen-danswer
32ec4efc7a
tygod for tests
2024-12-06 08:03:34 -08:00
hagen-danswer
7c6981e052
Added filter to slim connector and logging for space permissions
2024-12-06 07:55:54 -08:00
hagen-danswer
14772dee71
Add persona stats ( #3282 )
...
* Added a chart to display persona message stats
* polish
* k
* hope this works
* cleanup
2024-12-05 17:15:56 +00:00
Chris Weaver
3266ef6321
Improve chat page performance ( #3347 )
...
* Simplify /manage/indexing-status
* Rename endpoint
2024-12-04 20:28:30 -08:00
pablodanswer
c89b98b4f2
update email invites ( #3349 )
2024-12-05 03:29:07 +00:00
Chris Weaver
7e53af18b6
Add b64 image support for image generation ( #3342 )
...
* Add b64 image support
* Fix
* enhance
* Fix mypy
* Fix imports
2024-12-05 02:24:54 +00:00
pablodanswer
fd1999454a
ensure we can order by doc id ( #3343 )
2024-12-05 01:10:37 +00:00
Yuhong Sun
2a55696545
Move Answer ( #3339 )
2024-12-04 16:30:47 -08:00
hagen-danswer
ef9942b751
Related permission docs to cc_pair to prevent orphan docs ( #3336 )
...
* Related permission docs to cc_pair to prevent orphan docs
* added script
* group sync deduping
* logging
2024-12-04 21:00:54 +00:00
pablodanswer
993acec5e9
Update memoization + silence unnecessary errors ( #3337 )
...
* update memoization + silence unnecessary errors
* proper org
2024-12-04 20:08:15 +00:00
Weves
b01a1b509a
Add basic loadtest script
2024-12-04 10:53:48 -08:00
Yuhong Sun
aa1c4c635a
Combining Search and Chat Backend ( #3273 )
...
* k
* k
* fix slack issues
* rebase
* k
2024-12-03 22:37:14 +00:00
rkuo-danswer
13f6e8a6b4
disable thread local locking in callbacks ( #3319 )
2024-12-03 22:32:56 +00:00