Mamadou DICKO
|
a4a2d769b3
|
feat: allow setting public brain status to private (#1258)
* feat: refetch brains list on when new brain is added
* feat: update BrainConfig type
* feat: update useSettingsTab add usebrainFormState and useSettings tab
* feat: add <PrivateAccessConfirmationModal/> modal
* feat: update translations
* feat: handle brain status change to private
* feat: validate chat access
* test: fix failaing tests and remove deprecated
|
2023-09-26 10:35:52 +02:00 |
|
Mamadou DICKO
|
1643b54b7b
|
feat: allow user to unsubscribe from a brain (#1254)
* feat: update translations
* feat: add <DeleteOrUnsubscribeConfirmationModal />
* test(DeleteOrUnsubscribeConfirmationModal): update tests
* feat: redirect to /brains-management on invalid brain id
* refactor: move delete_brain_user to delete_brain_users
* feat: add /POST '/brains/{brain_id}/subscribe'
* feat: handle public brain unsubscription
|
2023-09-25 14:22:59 +02:00 |
|
Zineb El Bachiri
|
d2b4ef4aff
|
feat: knowledge tab list (#1222)
* ✨ get all knowledge utils
* ✨ add remove knowledge and update router
* ✨ new knowledge provider
* 🚨 remove eslint -disable
* ✨ new useKnowledgeApi
* ✨ set up KnowledgeItem
* ✨ add KnowledgeTable component in knowledge tab
* 🔥 remove DocumentData replaced by KnowledgeItem
* 🐛 fix weird characters instead of '/'
* 💄 truncate knowledge name
* ✨ add DownloadUploadedKnowledge component
* ⚰️ unused code
* 🏷️ introduce UploadedKnowledge and CrawledKnowledge types
* 💄 remove thread
* 💄 bin for delete knowledge
* 🌐 update wording for knowledge tab
* 🔇 remove logs and comments
|
2023-09-22 16:06:04 +02:00 |
|
Mamadou DICKO
|
48bdbbb3e9
|
feat(publicBrain): disable subscribe button when already subscribed and refetch brains list (#1246)
* feat(brainSettings): add getBrainPermissions
* feat(publicBrain): disable subscription button when already subscribed
* feat(publicBrains): refecth brains list onSubscribe
|
2023-09-22 12:37:50 +02:00 |
|
Mamadou DICKO
|
2c9a0c1ed2
|
feat: activate public brain subscription (#1241)
* feat: add public brain details modal
* feat(brain): add subscription route
* feat: activate subscription button
* feat: add last_update column to brain table
* feat: display last update on public brain details page
* feat: change RBAC rule for public brains
* feat: maintain brain last_update time
|
2023-09-22 11:44:09 +02:00 |
|
Mamadou DICKO
|
8172704b61
|
feat: add public brain page (#1230)
* feat: add brain library button
* feat(Field): add inputClassName key
* feat: add GET brains/public route
* feat: add brains library layout
* feat: add brain subscriber count
|
2023-09-21 09:35:53 +02:00 |
|
Mamadou DICKO
|
37935c59ca
|
feat: add public brain creation (#1218)
* feat: add brain status input
* feat: update translations
* feat: add confirmation modal for brain status changing to public
|
2023-09-20 09:35:09 +02:00 |
|
Mamadou DICKO
|
1ec736b357
|
fix: fix some bugs (#1201)
* feat(brainSettings): add feed process instrcution to knowledge tab
* feat: prevent default brain auto fetch
* feat: prevent chat submision on submit button click
* feat: remove unrelevant toast
* feat: remove duplicated GA initialization
* feat: add brain name in notifications
* fix(test): update analytics import path
* refactor: move ChatsList utils to ChatsList directory
* fix(test): update chatlist tests
|
2023-09-18 21:28:07 +02:00 |
|
Mamadou DICKO
|
b39566882b
|
feat: add tooltip on upload card toggle button (#1197)
|
2023-09-18 14:51:30 +02:00 |
|
Mamadou DICKO
|
686612a69d
|
feat: make error messages more clear (#1166)
|
2023-09-14 10:35:30 +02:00 |
|
Mamadou DICKO
|
7e1e13fab5
|
feat(feedBrain): add request pending message #1135 (#1136)
* feat(feed brain): add pending message
* feat: add 'filesUploading' translation
* feat(chatPage): update tests
|
2023-09-08 09:57:21 +02:00 |
|
Mamadou DICKO
|
a14c033da5
|
feat: allow user to chat while feed process is pending (#1120)
* feat: remove 'ux-upload' feature flag
* feat: publish a message at the end of feed process
* feat: hide feed card during feed process
|
2023-09-07 10:15:19 +02:00 |
|
Mamadou DICKO
|
711eff0863
|
feat: add multiple upload and crawl in parallel (#1118)
* feat: explicit accepted files
* feat: un-synchronize upload and chat FileUploader
* feat: add uploading file new ui
* feat: rename +UrlDisplayer to FeedTitleDisplayer
* feat: add icon per file type
* feat: remove file extension on display
* feat: send feed items to backend
* feat: track file upload
* chore: improve dx
|
2023-09-07 10:00:45 +02:00 |
|
Mamadou DICKO
|
f230bc10de
|
feat(crawler): add multiple urls support (#1112)
* feat(Field): add icon support
* feat(Crawler): replace submit button with send icon
* feat(crawler): add multiple urls support
* feat: add <FeedItems/> component to display adding items
* feat(FeedItems): add remove icon
* feat: add url displayer
* feat: add invalid url message
* fix: add crawler to upload page
* feat: clean sueCrawler
* feat: rename Feed to KnowledgeToFeed
* feat: add tracking
|
2023-09-05 18:47:18 +02:00 |
|
Mamadou DICKO
|
14e44ac6ec
|
feat: add FeedBrainInput component (#1101)
* feat: add FeedBrainInput component
* feat: add upload button
* feat: update translations add feed_brain_placeholder
* refactor(uploadPage): add config.ts
* feat(lib): add MentionInput
* feat: add <BrainSelector/> component
* feat: update FeedBrainInput
|
2023-09-04 15:27:06 +02:00 |
|
Zineb El Bachiri
|
3227b1175f
|
feat(chat): remove /files from chat bar placeholder (#1060)
|
2023-08-30 12:55:58 +02:00 |
|
Mamadou DICKO
|
04e9f572a4
|
feat: add openai api key validation (#1057)
|
2023-08-30 11:20:28 +02:00 |
|
Mamadou DICKO
|
072d97adb1
|
feat: add prompt trigger through # (#1023)
* feat: add prompt trigger to mention input
* feat: update chat shortcuts
* test: update BrainProviderMock
* feat: improve ux
* feat: update message header position
* feat: improve mention input dx
* fix(MentionInput): fix minor bugs
* feat: refactor <ShareBrain/>
* feat: add brain sharing button
* fix: make popover buttons click working
* feat: update backspace handle logic
* feat: update add new brain button ui
|
2023-08-29 10:50:36 +02:00 |
|
ChloeMouret
|
d7a508acdd
|
feat: add 2 save buttons on Brain management tab (#1039)
* add 2 save buttons
* use translation
|
2023-08-25 18:37:56 +02:00 |
|
Zineb El Bachiri
|
4b1f4b1412
|
feat(prompts): add public prompts to SQL db (#1014)
* ✨ add public prompts to SQL scripts
* 🚨 fix: missing zh-cn translation key
|
2023-08-22 13:14:31 +02:00 |
|
Buer
|
e328ab81b3
|
feat(translation): Added Simplified Chinese translation,Fix pt-br not working (#1011)
* 🌐 Add Chinese translation, fix pt-br errors.
* 🌐 Fix syntax errors.
|
2023-08-22 12:04:54 +02:00 |
|