Commit Graph

1852 Commits

Author SHA1 Message Date
MohamedAliBouhaouala
384e777fa4 fix: retailor log messages 2025-05-05 10:37:26 +01:00
MohamedAliBouhaouala
4c9f7b470f fix: handle setting migrations in v2.2.6 2025-05-05 10:37:26 +01:00
MohamedAliBouhaouala
808f33b5a1 fix: restore old files 2025-05-05 10:37:26 +01:00
MohamedAliBouhaouala
68835bd306 fix: restore files 2025-05-05 10:37:26 +01:00
MohamedAliBouhaouala
0ce7894628 fix: enforce typing 2025-05-05 10:37:26 +01:00
MohamedAliBouhaouala
e9e3184b49 feat: make nlu penalty factor setting configurable in UI 2025-05-05 10:37:26 +01:00
MohamedAliBouhaouala
83ee5b9a73 fix: handle dependency injection in chat module 2025-05-05 10:37:26 +01:00
Mohamed Marrouchi
089486969c feat: implement nlp based blocks prioritization strategy 2025-05-05 10:37:26 +01:00
Mohamed Marrouchi
c121ce7c02 feat: add weight to nlp entity schema and readapt 2025-05-05 10:36:33 +01:00
MohamedAliBouhaouala
a8666ceb57 fix: refine nlp pattern type check 2025-05-05 10:32:22 +01:00
MohamedAliBouhaouala
89c46e9948 fix: correct linting 2025-05-05 10:32:22 +01:00
MohamedAliBouhaouala
999b63469b fix: remove typo 2025-05-05 10:32:21 +01:00
MohamedAliBouhaouala
aeee39249c fix: remove async from block score calculation 2025-05-05 10:31:46 +01:00
MohamedAliBouhaouala
5ead99c41d fix: remove typo 2025-05-05 10:31:46 +01:00
MohamedAliBouhaouala
9318e3fed3 feat: add typing and enforce safety checks 2025-05-05 10:31:46 +01:00
MohamedAliBouhaouala
1941c54bc3 feat: refine caching mechanisms 2025-05-05 10:31:46 +01:00
MohamedAliBouhaouala
34f6baa505 feat: refactor to use findAndPopulate in block score calculation 2025-05-05 10:31:46 +01:00
MohamedAliBouhaouala
8f6028a49b fix: handle dependency injection in chat module 2025-05-05 10:31:46 +01:00
MohamedAliBouhaouala
df3c552aa3 fix: add AND operator in docs 2025-05-05 10:31:46 +01:00
MohamedAliBouhaouala
023efad91b fix: remove blank line, make updateOne asynchronous 2025-05-05 10:31:46 +01:00
MohamedAliBouhaouala
35505294fa fix: restore matchNLP function previous code 2025-05-05 10:31:46 +01:00
MohamedAliBouhaouala
07a2b9c4d1 fix: fix formatting for function comment 2025-05-05 10:31:46 +01:00
MohamedAliBouhaouala
e290a79831 fix: typos in docs 2025-05-05 10:31:46 +01:00
MohamedAliBouhaouala
9bfac972d6 fix: correct typo in docs 2025-05-05 10:31:46 +01:00
MohamedAliBouhaouala
5a775a25c8 fix: enforce nlp entity weight restrictions 2025-05-05 10:31:46 +01:00
MohamedAliBouhaouala
df9f192635 fix: remove stale log statement 2025-05-05 10:31:46 +01:00
MohamedAliBouhaouala
a82fe04ac7 fix: correct syntax 2025-05-05 10:31:46 +01:00
MohamedAliBouhaouala
1240138b2e feat: add documentation 2025-05-05 10:31:46 +01:00
MohamedAliBouhaouala
ed959a1051 feat: add a penalty factor & fix unit tests 2025-05-05 10:31:45 +01:00
MohamedAliBouhaouala
c2c0bd32a5 fix: apply feedback 2025-05-05 10:31:45 +01:00
MohamedAliBouhaouala
8255f57abb feat: add weight validation in UI 2025-05-05 10:31:44 +01:00
MohamedAliBouhaouala
f61e1ebba8 feat: add more test cases and refine edge case handling 2025-05-05 10:30:49 +01:00
MohamedAliBouhaouala
3fc5762ee8 feat: refine builtin nlp entities weight updates 2025-05-05 10:30:49 +01:00
Mohamed Marrouchi
eeb9142c45 feat: add nlp cache map type 2025-05-05 10:30:49 +01:00
Mohamed Marrouchi
01a97ccc46 fix: minor refactoring 2025-05-05 10:30:49 +01:00
Mohamed Marrouchi
d27ee6d925 feat: refine unit tests, apply mr coderabbit suggestions 2025-05-05 10:30:49 +01:00
Mohamed Marrouchi
58f92b91fe fix: remove obsolete code 2025-05-05 10:30:49 +01:00
Mohamed Marrouchi
896f01c5af feat: priority scoring re-calculation & enabling weight modification in builtin nlp entities 2025-05-05 10:30:49 +01:00
Mohamed Marrouchi
5f08076e8b fix: re-adapt unit tests 2025-05-05 10:30:49 +01:00
Mohamed Marrouchi
1db34e6c03 feat: apply feedback 2025-05-05 10:30:49 +01:00
Mohamed Marrouchi
46e0e2ecc9 feat: restore settings 2025-05-05 10:30:49 +01:00
Mohamed Marrouchi
1760e76ee3 feat: remove commented obsolete code 2025-05-05 10:30:49 +01:00
Mohamed Marrouchi
67ce8ebbfc feat: add weight to nlp entity schema and readapt 2025-05-05 10:30:49 +01:00
Mohamed Marrouchi
95e07c84bc feat: implement nlp based blocks prioritization strategy 2025-05-05 10:30:49 +01:00
Med Marrouchi
b419dd5ddb Merge pull request #957 from Hexastack/fix/llm-nlu-helper-extension-incorrect-confidence-value-handling-in-llm-nlu-helper
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
fix: llm nlu confidence
2025-05-05 09:33:41 +01:00
hexastack
949c5aded0 fix: remove unnecessary zod schema 2025-05-05 08:16:46 +01:00
Med Marrouchi
f2b452ae85 Merge pull request #969 from Hexastack/revert-965-964-issue---carousel-show-more-issue
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
Revert "fix: resolve show more button issue"
2025-05-01 20:27:54 +01:00
Med Marrouchi
13490abb77 Revert "fix: resolve show more button issue" 2025-05-01 20:27:41 +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