Timothy J. Baek
86999157de
refac: disable 'none' tag
2024-10-19 21:04:56 -07:00
Timothy J. Baek
d795940ced
feat: chat auto tag
2024-10-19 20:34:17 -07:00
Timothy J. Baek
7d322a7238
enh: folder export
2024-10-19 02:42:12 -07:00
Timothy J. Baek
f821de9470
enh: drag and drop import to folders
2024-10-17 20:13:28 -07:00
Timothy J. Baek
d8b513023c
feat: chat folder drag and drop support
2024-10-16 23:45:50 -07:00
Timothy J. Baek
36a541d6b0
enh: drag and drop folders
2024-10-16 23:06:53 -07:00
Timothy J. Baek
d5bf32f240
enh: save isExpanded state
2024-10-16 22:58:28 -07:00
Timothy J. Baek
a942c30ca8
feat: folder ui
2024-10-16 21:05:03 -07:00
Timothy J. Baek
6703cacb99
fix: tag unarchive/archive issue
2024-10-14 22:57:11 -07:00
Timothy J. Baek
ba2df1c33a
refac
2024-10-11 00:00:13 -07:00
Timothy J. Baek
acb5dcf30a
refac: tags
2024-10-10 23:22:53 -07:00
Timothy J. Baek
37fdb0ea2e
refac: move search to backend
2024-10-08 23:37:37 -07:00
Timothy J. Baek
595cf191fb
chore: rm documents
2024-10-08 13:38:16 -07:00
Peter De-Ath
885b9f1ece
refactor: Update GenerateEmbeddingsForm to support batch processing
...
refactor: Update embedding batch size handling in RAG configuration
refactor: add query_doc query caching
refactor: update logging statements in generate_chat_completion function
change embedding_batch_size to Optional
2024-10-08 00:04:35 +01:00
Timothy J. Baek
a909aa1c20
enh: sync directory
2024-10-04 18:44:57 -07:00
Timothy J. Baek
a6c797d4c2
refac: process docs dir
2024-10-04 17:22:00 -07:00
Timothy J. Baek
9ad5ffb8c1
chore: endpoint naming
2024-10-04 17:03:56 -07:00
Timothy Jaeryang Baek
ebc7da6f82
Merge pull request #5861 from open-webui/projects
...
feat: knowledge/projects
2024-10-04 10:00:47 +02:00
Timothy J. Baek
8013c152d0
feat: edit file content support
2024-10-04 00:46:32 -07:00
Timothy J. Baek
b291271df3
refac
2024-10-03 22:22:22 -07:00
Timothy J. Baek
351b1dbf31
refac
2024-10-02 21:14:58 -07:00
Timothy J. Baek
a2eadb30f5
refac
2024-10-02 20:42:10 -07:00
Jun Siang Cheah
a8ec73d01e
feat: show the user the entirety of the usage response
2024-10-02 23:14:08 +01:00
Timothy J. Baek
08969ecf89
refac: rename projects -> knowledge
2024-10-01 22:45:04 -07:00
Timothy J. Baek
1b7d363d32
refac
2024-10-01 21:32:59 -07:00
Timothy J. Baek
c5eb0a9732
refac: documents -> projects
2024-10-01 17:35:35 -07:00
Timothy J. Baek
af57a2c153
refac
2024-09-28 02:23:09 +02:00
Timothy J. Baek
a52e8cd537
refac
2024-09-28 01:35:31 +02:00
Timothy J. Baek
1d225dd804
fix: chat pdf, txt export issue
2024-09-26 20:59:25 +02:00
Timothy J. Baek
6bbb755997
feat: import/export config
2024-09-03 21:16:07 +02:00
Timothy J. Baek
062649e483
refac: endpoints regarding db operations
2024-08-27 14:01:00 +02:00
kiosion
3967c34261
feat: Add control for how message content is split for TTS generation reqs
2024-08-25 20:03:21 -04:00
Timothy J. Baek
efcb56f0dc
refac
2024-08-21 17:27:39 +02:00
Timothy J. Baek
8b5aed7a2b
refac
2024-08-21 01:21:03 +02:00
Timothy Jaeryang Baek
22d8f8f1ef
Merge pull request #4746 from 5E-324/fix-type-errors
...
chore: Fix type errors.
2024-08-20 13:37:08 +02:00
Zhuoran
fd26e5635d
Fix type errors.
2024-08-20 08:44:09 +08:00
Timothy J. Baek
cbadf39d7d
enh: user chat edit permission
2024-08-19 16:49:40 +02:00
Timothy J. Baek
7c81509804
feat: merge responses
2024-08-18 20:59:59 +02:00
Michael Poluektov
ec9e0dadea
remove frontend functions migrated to backend
2024-08-14 14:33:20 +01:00
Timothy J. Baek
7ef5aa520c
chore: format
2024-08-13 11:12:35 +01:00
Sylvere Richard
2fb4d3356c
fix : #4158 allow reconnection when websocket is closed
...
log reconnection attempts
mark session_id as mandatory on client-side
2024-08-07 17:05:55 +02:00
Timothy J. Baek
a084938d9c
refac: chatlist skip, limit -> page
2024-08-04 16:58:08 +02:00
Aryan Kothari
6847c2fc8c
Merge branch 'origin/dev' into sidebar-pagination [skip ci]
2024-08-03 09:57:54 -04:00
Timothy J. Baek
b559bc84a7
refac
2024-08-02 19:24:47 +02:00
Aryan Kothari
d11961626c
add: use skip and limit in api call
2024-08-01 15:15:49 -04:00
Timothy J. Baek
14c0efe300
feat: chat action integration
2024-07-11 18:47:38 -07:00
Timothy J. Baek
9ab97b834a
revert: reset vector db
2024-07-11 13:22:24 -07:00
Timothy J. Baek
a392865615
refac
2024-07-01 17:11:09 -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
Timothy J. Baek
edbd07f893
feat: global filter
2024-06-27 13:04:12 -07:00