2003 Commits

Author SHA1 Message Date
pablodanswer
a0d3eb28e8 remove csv + add height 2024-09-18 21:04:39 -07:00
pablodanswer
d789c9ac52 update logs 2024-09-17 15:16:41 -07:00
pablodanswer
d989ce13e7 overhaul 2024-09-17 15:08:43 -07:00
pablodanswer
3170430673 updated tool runner + displays 2024-09-17 08:55:14 -07:00
pablodanswer
2beffdaa6e update/finalize 2024-09-16 20:12:51 -07:00
pablodanswer
77ee061e67 slightly cleaner loading animations 2024-09-16 18:46:16 -07:00
pablodanswer
532bc53a9a updated tooltip spacing 2024-09-16 18:10:50 -07:00
pablodanswer
7b7b95703d add csv display 2024-09-16 18:08:23 -07:00
pablodanswer
fcc5efdaf8 stash 2024-09-16 16:44:51 -07:00
pablodanswer
1ea4a53af1 udpate 2024-09-16 13:53:21 -07:00
pablodanswer
47479c8799 update 2024-09-16 12:40:23 -07:00
pablodanswer
fbc5008259 logs 2024-09-16 12:40:23 -07:00
pablodanswer
d684fb116d update constants 2024-09-16 12:40:23 -07:00
pablodanswer
2e61b374f4 remove plots 2024-09-16 12:40:23 -07:00
pablodanswer
15d324834f update csv 2024-09-16 12:40:23 -07:00
pablodanswer
de9a9b7b6e add graphs again 2024-09-16 12:40:23 -07:00
pablodanswer
47eb8c521d temp` 2024-09-16 12:40:23 -07:00
pablodanswer
875fb05dca functional search and chat once again! 2024-09-16 12:40:23 -07:00
pablodanswer
1285b2f4d4 update for typing 2024-09-16 12:39:58 -07:00
pablodanswer
842628771b minor robustification for search 2024-09-16 12:07:52 -07:00
pablodanswer
7a9d5bd92e minor updates 2024-09-16 11:45:35 -07:00
pablodanswer
4f3b513ccb minor update 2024-09-16 11:44:39 -07:00
pablodanswer
cd454dd780 update clarity 2024-09-16 11:37:24 -07:00
pablodanswer
9140ee99cb asdf 2024-09-16 11:26:57 -07:00
pablodanswer
a64f27c895 functional 2024-09-16 11:26:57 -07:00
pablodanswer
fdf5611a35 add back frozen message map:wq 2024-09-16 11:26:57 -07:00
pablodanswer
c4f483d100 update port for integration testing 2024-09-16 11:26:57 -07:00
pablodanswer
fc28c6b9e1 fix stubborn typing issue 2024-09-16 11:26:57 -07:00
pablodanswer
33e25dbd8b clean up logs / build issues 2024-09-16 11:26:57 -07:00
pablodanswer
659e8cb69e validated + build-ready 2024-09-16 11:26:57 -07:00
pablodanswer
681175e9c3 add edits and so on 2024-09-16 11:26:57 -07:00
pablodanswer
de18ec7ea4 functional ux standing till 2024-09-16 11:26:57 -07:00
pablodanswer
9edbb0806d add back image citations 2024-09-16 11:26:57 -07:00
pablodanswer
63d10e7482 functional search and chat once again! 2024-09-16 11:26:57 -07:00
pablodanswer
ff6a15b5af squash 2024-09-16 11:26:57 -07:00
pablodanswer
49397e8a86 add sequential tool calls 2024-09-16 11:26:57 -07:00
pablodanswer
285bdbbaf9
Fix stop generating locally (#2452)
* fix stop generating locally

* .
2024-09-15 23:55:30 +00:00
pablodanswer
e2c37d6847
Test stream + Update Copy (#2317)
* update copy + conditional ordering

* answer stream checks

* update

* add basic tests for chat streams

* slightly simplify

* fix typing

* quick typing updates + nits
2024-09-15 19:40:48 +00:00
Yuhong Sun
3ff2ba7ee4
k (#2450) 2024-09-15 17:32:58 +00:00
pablodanswer
290f4f0f8c
add some minor ux updates (#2441) 2024-09-15 08:29:31 +00:00
rkuo-danswer
3c934a93cd
using is_up_to_date cached outside of the fence was causing a race condition where the same sync could be kicked off again (#2433) 2024-09-15 06:27:05 +00:00
Yuhong Sun
a51b0f636e
Logs from API Server Container on Merge Queue (#2448)
* k

* k
2024-09-14 20:32:18 +00:00
pablodanswer
a50c2e30ec
Very minor polish (#2445)
* fix minor polish

* cleaner chat flow

* remove keys

* slight robustification to copying
2024-09-14 17:54:29 +00:00
pablodanswer
ee278522ef
update indexing status clarity (#2446) 2024-09-14 17:19:55 +00:00
trial-danswer
430c9a47d7
Match any/all keywords in Standard Answers (#2443)
* migration: add column "match_any_keywords" to StandardAnswer

* Implement any/all keyword matching for standard answers

* Add match_any_keywords to non-searchable fields

* Remove stray print

* Simplify Slack messages for any and all cases

---------

Co-authored-by: danswer-trial <danswer-trial@danswer-trials-MacBook-Pro.local>
2024-09-14 05:28:07 +00:00
hj-danswer
974f85da66
Migrate standard answers implementations to ee/ (#2378)
* Migrate standard answers implementations to ee/

* renaming

* Clean up slackbot non-ee standard answers import

* Move backend api/manage/standard_answer route to ee

* Move standard answers web UI to ee

* Hide standard answer controls in bot edit page

* Kwargs for fetch_versioned_implementation

* Add docstring explaining return types for handle_standard_answers

* Consolidate blocks into ee/handle_standard_answers

---------

Co-authored-by: Hyeong Joon Suh <hyeongjoonsuh@Hyeongs-MacBook-Pro.local>
Co-authored-by: danswer-trial <danswer-trial@danswer-trials-MacBook-Pro.local>
2024-09-14 01:57:03 +00:00
hagen-danswer
a63cb9da43
fixed /danswer handling (#2436)
* fixed

* mypy

* cleaned up and commented

* mypy

* Update handle_regular_answer.py
2024-09-14 01:21:13 +00:00
rkuo-danswer
d807ad7699
fix document set connection removal sync, add tests for document set and user group removal (#2437) 2024-09-14 01:01:26 +00:00
hj-danswer
3cb00de6d4
Support regex in standard answers (#2377)
* Support regex in standard answers

* fix mypy

* Add match_regex boolean column to StandardAnswer

* Add match_regex flag and validation to Pydantic models

* GET /manage/admin/standard-answer: add match_regex to create_standard_answer

* PATCH /manage/admin/standard-answer/🆔 add match_regex to update_standard_answer

* Add "Match Regex" toggle to standard answer form

* Decode error pattern in case it's bytes

* Refactor regex support to use match_regex flag instead of supplemental tuple

* Better error handling for invalid regexes

* Show "match regex" in table and style keywords appropriately

* Fix stale UI copy for non-"match_regex" branch

* Fix stale docstring in find_matching_standard_answers

* Update down_revision to reflect most recent migration

* Update UI copy

* Initial implementation of match group display

* Fix pydantic StandardAnswer vs SQLAlchemy StandardAnswer model usage

* Update docstring return type

* Fix missing key prop

---------

Co-authored-by: Hyeong Joon Suh <hyeongjoonsuh@Hyeongs-MacBook-Pro.local>
Co-authored-by: danswer-trial <danswer-trial@danswer-trials-MacBook-Pro.local>
2024-09-14 00:07:42 +00:00
Chris Weaver
da6e46ae75
Slack flow improvements (#2366) 2024-09-13 16:56:45 -07:00