Timothy J. Baek
3f8af02aaa
fix: styling
2024-07-08 23:16:54 -07:00
Timothy J. Baek
c9f5029a9d
refac
2024-07-08 23:07:23 -07:00
Timothy J. Baek
1b7ff1c5df
feat: __event_call__ support
2024-07-08 21:39:06 -07:00
Timothy J. Baek
1d979d9b75
refac
2024-07-08 21:09:43 -07:00
Timothy J. Baek
d34e9ef935
refac: styling
2024-07-08 21:09:32 -07:00
Timothy J. Baek
d752002836
refac: styling
2024-07-08 20:17:09 -07:00
Timothy J. Baek
7df35d978f
refac: styling
2024-07-08 20:15:13 -07:00
Timothy J. Baek
18ea8df685
fix: theme
2024-07-08 20:13:16 -07:00
Timothy J. Baek
a23146ebd1
refac: styling
2024-07-08 20:10:00 -07:00
Timothy J. Baek
446d85474e
feat: darker oled
2024-07-08 19:55:00 -07:00
Timothy J. Baek
8942d0d0e2
refac: styling
2024-07-08 19:47:30 -07:00
Timothy J. Baek
30e2ec7544
feat: chat controls integration
2024-07-08 19:26:31 -07:00
Timothy J. Baek
9cea5f75bb
refac: styling
2024-07-08 18:31:58 -07:00
Timothy J. Baek
b8d153ebb2
feat: chat controls ui
2024-07-08 16:55:12 -07:00
Timothy J. Baek
781ad70598
refac: tooltip
2024-07-08 15:26:43 -07:00
Timothy J. Baek
3598aee71e
refac: styling
2024-07-08 14:32:51 -07:00
Timothy J. Baek
e8fbb8f181
refac: styling
2024-07-08 14:20:11 -07:00
Timothy J. Baek
088e7b02a9
refac: styling
2024-07-08 13:35:25 -07:00
Timothy J. Baek
d5716ae751
chore: format
2024-07-05 23:48:53 -07:00
Timothy Jaeryang Baek
97a8491866
Merge pull request #3631 from ricky-davis/CustomCollapsible
...
feat: Custom Collapsible component
2024-07-05 21:42:54 -07:00
Timothy J. Baek
73899e1c0d
refac
2024-07-05 21:37:29 -07:00
Timothy Jaeryang Baek
70efbef0c7
Merge pull request #3636 from Peter-De-Ath/add-scroll-to-settings-tabs
...
fix: add scroll to admin/user settings tabs
2024-07-05 21:28:17 -07:00
Timothy J. Baek
c3c15cbb7e
refac
2024-07-05 21:27:59 -07:00
Timothy Jaeryang Baek
3928ac1905
Merge pull request #3615 from michaelpoluektov/citations-event
...
feat: Citations event via __event_emitter__
2024-07-05 21:20:40 -07:00
Timothy J. Baek
983fe4b2bc
refac
2024-07-05 21:20:27 -07:00
Peter De-Ath
8381346378
enh: add sideways scrolling to settings tabs container
2024-07-05 02:05:59 +01:00
Michael Poluektov
55b7c30028
simplify citation API
2024-07-04 18:50:09 +01:00
rdavis
ca3f8e6cb5
chore: format
2024-07-04 15:18:21 +00:00
rdavis
78ba18a680
refactor: Update Collapsible component to include dynamic margin for open state
2024-07-04 14:55:48 +00:00
rdavis
db58bb5f0f
refactor: Removed dependency
2024-07-04 14:15:16 +00:00
rdavis
d5c0876a0b
refactor: fixed new Collapsible Component to allow passed in classes
...
chore: format
2024-07-04 14:02:26 +00:00
rdavis
2389c36a70
refactor: Update WebSearchResults.svelte to use new CollapsibleComponent
2024-07-04 13:55:37 +00:00
rdavis
d20601dc47
feat: Add custom Collapsible component for collapsible content
2024-07-04 13:53:28 +00:00
Michael Poluektov
0527755600
use data field
2024-07-04 12:21:09 +01:00
Timothy J. Baek
740b6f5c17
fix: pull model
2024-07-04 00:42:18 -07:00
Timothy J. Baek
f6dcffab13
fix: pinned chat delete issue
2024-07-03 21:18:40 -07:00
Michael Poluektov
4e433d9015
wip: citations via __event_emitter__
2024-07-03 18:18:33 +01:00
Timothy J. Baek
cf317f8fdf
fix
2024-07-02 15:20:50 -07:00
Timothy J. Baek
e4c85921b2
fix: styling
2024-07-02 01:16:57 -07:00
Timothy J. Baek
05ec71beb9
enh: pinned chats support
2024-07-01 23:08:01 -07:00
Timothy J. Baek
439ab7a335
refac
2024-07-01 22:18:45 -07:00
Timothy J. Baek
044a0fbbbe
enh: bool, literal valves
2024-07-01 22:14:09 -07:00
Timothy J. Baek
d97a4d687e
refac
2024-07-01 21:41:44 -07:00
Timothy J. Baek
52cae406b4
feat: chat event handler
2024-07-01 20:53:24 -07:00
Timothy J. Baek
a07051f51b
feat: __event_emitter__
2024-07-01 20:05:02 -07:00
Timothy J. Baek
c7a9b5ccfa
refac: chat completion middleware
2024-07-01 19:33:58 -07:00
Timothy J. Baek
b62d2a9b28
refac
2024-07-01 17:15:10 -07:00
Timothy J. Baek
a392865615
refac
2024-07-01 17:11:09 -07:00
Timothy Jaeryang Baek
3c1ea24374
Merge pull request #3582 from nickovs/tika-document-text
...
feat: Support Tika for document text extraction
2024-07-01 17:07:40 -07:00
Nicko van Someren
7aa35a3757
Added HTML and Typescript UI components to support configration of text extraction engine.
...
Updated RAG /config and /config/update endpoints to support UI updates.
Fixed .dockerignore to prevent Python venv from being copied into Docker image.
2024-07-01 12:10:59 -06:00