Commit Graph

721 Commits

Author SHA1 Message Date
yassinedorbozgithub
34221ec5f1 fix(frontend): persist search param label 2025-05-26 18:06:04 +01:00
yassinedorbozgithub
1b5f530496 fix(frontend): persist search param subscriber 2025-05-26 18:06:04 +01:00
yassinedorbozgithub
a9cb94a92a fix(frontend): persist search param mediaLibrary 2025-05-26 18:06:04 +01:00
yassinedorbozgithub
5df4bfe204 fix(frontend): persist search param contextVar 2025-05-26 18:06:04 +01:00
yassinedorbozgithub
5a27ec3619 fix(frontend): persist search param flow 2025-05-26 18:06:04 +01:00
yassinedorbozgithub
1818f01437 fix(frontend): persist search param nlpEntity 2025-05-26 18:06:04 +01:00
yassinedorbozgithub
56149999f1 fix(frontend): persist search param nlpSample 2025-05-26 18:06:04 +01:00
yassinedorbozgithub
a61130d777 fix(frontend): persist search param contentType 2025-05-26 18:06:04 +01:00
yassinedorbozgithub
dbf03088e2 fix(frontend): persist search param content 2025-05-26 18:06:04 +01:00
yassinedorbozgithub
a29bb37890 fix(frontend): enhance logic 2025-05-26 18:04:37 +01:00
yassinedorbozgithub
7ddfdfc75a fix: apply feedback 2025-05-26 16:46:18 +01:00
yassinedorbozgithub
bcca90b979 fix(frontend): resolve useSearch hook flickering 2025-05-26 16:26:54 +01:00
Mohamed Marrouchi
933daaa221 build: v2.2.8
Some checks failed
Build and Push Docker API Image / build-and-push (push) Has been cancelled
Build and Push Docker Base Image / build-and-push (push) Has been cancelled
Build and Push Docker UI Image / build-and-push (push) Has been cancelled
2025-05-22 10:41:13 +01:00
yassinedorbozgithub
6f215afd05 fix: resolve block list bug 2025-05-21 18:02:08 +01:00
Mohamed Marrouchi
6de740f683 feat: add toolip selection + auto-predict train sample 2025-05-14 08:15:22 +01:00
Mohamed Marrouchi
09666efec6 feat: update nlu llm helper to use pattern lookup 2025-05-13 16:27:36 +01:00
Mohamed Marrouchi
949fee281a fix: minor fixes 2025-05-13 16:27:36 +01:00
Mohamed Marrouchi
6e89192f88 feat: add determinisic slot filling (keyword and patter lookup strategies) 2025-05-13 16:27:36 +01:00
Mohamed Marrouchi
946d940370 feat(frontend): add nlp pattern lookup strategy 2025-05-13 16:27:36 +01:00
Mohamed Marrouchi
e2d6d15215 build: v2.2.7
Some checks are pending
Build and Push Docker API Image / build-and-push (push) Waiting to run
Build and Push Docker Base Image / build-and-push (push) Waiting to run
Build and Push Docker UI Image / build-and-push (push) Waiting to run
2025-05-13 16:26:39 +01:00
Med Marrouchi
7e22a43cd5 Merge pull request #995 from Hexastack/993-bug-console-chat-widget-doesnt-show-quick-replies
fix: Show quick replies in Console Chat Widget
2025-05-13 15:01:36 +01:00
Med Marrouchi
ae8ae7ea07 Merge pull request #1008 from Hexastack/1007-issue---visual-editor-add-category
fix(frontend): update dialogs types
2025-05-13 14:36:25 +01:00
yassinedorbozgithub
d1b8412e3b fix(frontend): update dialog types 2025-05-13 14:20:21 +01:00
yassinedorbozgithub
b511ee8323 fix(frontend): resolve add new flow error 2025-05-13 12:29:40 +01:00
yassinedorbozgithub
fa17ca33b3 fix(frontend): resolve add new flow error 2025-05-13 12:26:28 +01:00
Med Marrouchi
f705b2eff9 Merge pull request #1004 from Hexastack/1003-issue---media-library-missing-dialog-title
fix(frontend): update attachment dialog title
2025-05-13 12:25:53 +01:00
Med Marrouchi
94bbc4ad20 Merge pull request #1001 from Hexastack/fix/disallow-attachment-delete
fix: disalow attachment delete
2025-05-13 12:25:28 +01:00
Med Marrouchi
e2666302b8 Merge pull request #1000 from Hexastack/feat/implement-block-nlp-prioritization-strategy-v3
Feat/implement block nlp prioritization strategy v3
2025-05-13 12:22:32 +01:00
yassinedorbozgithub
736567acb3 fix(frontend): update attachment dialog title 2025-05-13 10:31:58 +01:00
yassinedorbozgithub
11bda74568 Merge branch 'main' into 993-bug-console-chat-widget-doesnt-show-quick-replies 2025-05-13 08:11:48 +01:00
Mohamed Marrouchi
5af9de5b19 fix: nit 2025-05-12 18:12:00 +01:00
Mohamed Marrouchi
78b217c2f7 fix: disalow attachment delete 2025-05-12 18:03:58 +01:00
Med Marrouchi
cd3f801976 Merge pull request #991 from Hexastack/975-issue---inbox-doesnt-show-message-history
fix(frontend): resolve inbox scrolling top issue
2025-05-12 15:36:46 +01:00
MohamedAliBouhaouala
5d8befacdf fix: minor enhancements 2025-05-12 07:30:01 +01:00
MohamedAliBouhaouala
5dcd36be98 feat: set nlpEntity weights type to float 2025-05-12 07:30:01 +01:00
Mohamed Marrouchi
bab2e3082f feat: implement nlp based blocks prioritization strategy
feat: add weight to nlp entity schema and readapt

feat: remove commented obsolete code

feat: restore settings

feat: apply feedback

fix: re-adapt unit tests

feat: priority scoring re-calculation & enabling weight modification in builtin nlp entities

fix: remove obsolete code

feat: refine unit tests, apply mr coderabbit suggestions

fix: minor refactoring

feat: add nlp cache map type

feat: refine builtin nlp entities weight updates

feat: add more test cases and refine edge case handling

feat: add weight validation in UI

fix: apply feedback

feat: add a penalty factor & fix unit tests

feat: add documentation

fix: correct syntax

fix: remove stale log statement

fix: enforce nlp entity weight restrictions

fix: correct typo in docs

fix: typos in docs

fix: fix formatting for function comment

fix: restore matchNLP function previous code

fix: remove blank line, make updateOne asynchronous

fix: add AND operator in docs

fix: handle dependency injection in chat module

feat: refactor to use findAndPopulate in block score calculation

feat: refine caching mechanisms

feat: add typing and enforce safety checks

fix: remove typo

fix: remove async from block score calculation

fix: remove typo

fix: correct linting

fix: refine nlp pattern type check

fix: decompose code into helper utils,  add nlp entity dto validation, remove type casting

fix: minor refactoring

feat: refactor current implementation
2025-05-12 07:29:56 +01:00
yassinedorbozgithub
7d3cca6f74 fix(frontend): rename ChatContext 2025-05-09 17:45:25 +01:00
yassinedorbozgithub
76ecb900c5 fix(frontend): resolve notification subscription logic 2025-05-09 14:41:52 +01:00
yassinedorbozgithub
122395006b fix(frontend): remove classname automatically aded by chat-ui-kit 2025-05-09 08:36:10 +01:00
yassinedorbozgithub
b89057e50f fix(frontend): update style to css class 2025-05-09 08:33:54 +01:00
yassinedorbozgithub
60fa9482c5 fix(frontend): resolve inbox scrolling top issue 2025-05-09 08:26:36 +01:00
yassinedorbozgithub
8c9d263c5e fix: apply feedback 2025-05-08 09:35:30 +01:00
yassinedorbozgithub
5dbe26ca60 refactor(frontend): apply useDialogs props names changes 2025-05-08 09:26:54 +01:00
Mohamed Marrouchi
43c7161777 build: v2.2.6
Some checks are pending
Build and Push Docker API Image / build-and-push (push) Waiting to run
Build and Push Docker Base Image / build-and-push (push) Waiting to run
Build and Push Docker UI Image / build-and-push (push) Waiting to run
2025-05-07 07:21:53 +01:00
Med Marrouchi
629fdb5b8d Merge pull request #954 from Hexastack/fix/auto-navigate-to-new-flow-after-creation
fix: auto navigate to new flow after creation
2025-05-01 18:30:27 +01:00
Med Marrouchi
eec18d40b0 Update frontend/src/components/categories/CategoryForm.tsx 2025-05-01 18:19:22 +01:00
Med Marrouchi
8e0c4cf413 Merge pull request #958 from Hexastack/fix/validation-by-pass-when-updating-block
fix: validation bypass when updating block
2025-05-01 18:17:39 +01:00
Med Marrouchi
b1a514c415 Merge pull request #925 from Hexastack/fix/duplicate-messages
Fix: duplicate messages
2025-05-01 17:00:47 +01:00
abdou6666
7b5e0a1aa6 fix: retries,acktimeout configuration socketio 2025-05-01 16:48:03 +01:00
hexastack
70eb1f12fb fix: cropped settings fields 2025-04-28 15:50:18 +01:00