15 Commits

Author SHA1 Message Date
n4ze3m
d5df8b5c5f feat: add pin/unpin functionality to chat history
Adds pin/unpin functionality to the chat history sidebar, allowing users to keep important conversations readily accessible. This improves user experience and helps organize past interactions.

This feature includes:
- Pin/unpin buttons in the chat history sidebar.
- Updated database schema to include `is_pinned` field for chat history items.
- Localized translations for pin/unpin actions.
- Updated UI to display pinned items at the top of the list.
2024-10-26 21:10:28 +05:30
n4ze3m
0ea69afd5c feat: Display model name in knowledge settings
Shorten the displayed embedding model names in the knowledge settings by removing the "embedding" suffix. This improves readability and makes the table more concise.
2024-10-13 19:10:42 +05:30
n4ze3m
b12cf55a47 chore: Update SelectedKnowledge component styling and truncate long titles 2024-07-23 00:37:22 +05:30
n4ze3m
af09c8eed6 feat: ability to update knowledge base default file limit 2024-07-21 20:13:37 +05:30
n4ze3m
e7b70e5b8d feat: Update status color for failed knowledge processing 2024-07-16 10:19:29 +05:30
n4ze3m
8899a42331 feat: Add support for Mammoth library for docx file uploads 2024-05-24 18:26:28 +05:30
n4ze3m
8662fd0693 chore: Update form components to handle pasted files 2024-05-18 20:54:43 +05:30
n4ze3m
cfcf718769 Remeber recently used model 2024-04-16 23:04:25 +05:30
Tony Han
5089bb5dbe Add support markdown 2024-04-16 19:13:12 +08:00
n4ze3m
e96a579e02 Update localization files and remove unused files 2024-04-06 21:51:13 +05:30
n4ze3m
0de5ea0b04 Add d3-dsv and @types/d3-dsv dependencies 2024-04-06 14:02:22 +05:30
n4ze3m
82abbf5bad Add SelectedKnowledge component to OptionLayout and KnowledgeSelect 2024-04-06 10:48:51 +05:30
n4ze3m
dd496b7b98 Webui chat with x added 2024-04-06 00:30:23 +05:30
n4ze3m
aae2ddecbc Update useMessageOption hook and Playground component 2024-04-05 23:17:55 +05:30
n4ze3m
ac347a3970 Update dependencies and fix import paths 2024-04-05 20:28:29 +05:30