Commit Graph

129 Commits

Author SHA1 Message Date
yassinedorbozgithub
b7253c99ec fix(api): optimize helper injection 2025-06-12 15:27:28 +01:00
yassinedorbozgithub
1468da3d54 fix(api): optimize helper injection 2025-06-12 14:54:56 +01:00
yassinedorbozgithub
44efa5b31c fix: update unit tests 2025-06-12 11:27:26 +01:00
yassinedorbozgithub
d067a0ffa4 fix: update services 2025-06-12 11:27:07 +01:00
yassinedorbozgithub
8cff20c861 fix: update repositories 2025-06-12 11:26:52 +01:00
Mohamed Marrouchi
5ba208c5e5 fix: remove unused dep injection 2025-06-11 13:51:58 +01:00
Med Marrouchi
629a07fef8 Merge pull request #1097 from Hexastack/feat/nlp-sample-filter-by-entities
Feat/nlp sample filter by entities
2025-06-11 11:10:18 +01:00
Mohamed Marrouchi
ab1d58ac17 test: consolidate tests 2025-06-11 11:02:46 +01:00
yassinedorbozgithub
abade7a783 fix(api): update JSDoc 2025-06-10 06:39:49 +01:00
yassinedorbozgithub
22c4fcdfc8 fix(api): remove unused returns 2025-06-09 09:55:17 +01:00
Mohamed Marrouchi
1d837ca51d test: add unit tests 2025-06-05 15:29:33 +01:00
Mohamed Marrouchi
7b13bd07ba test: add unit tests for the nlp sample repo 2025-06-05 15:13:07 +01:00
Mohamed Marrouchi
e89d948f37 feat: enhance search ux 2025-06-05 14:56:36 +01:00
Mohamed Marrouchi
5c2ecaf8fc fix: remove public role 2025-06-04 18:17:17 +01:00
Mohamed Marrouchi
ad684676a7 feat: add support to filter samples by entities/values 2025-06-04 17:37:19 +01:00
Med Marrouchi
3d6518307b Merge pull request #1041 from Hexastack/1017-bug---nlp-entity-edit-dto-issue
fix(api): add missing field to NlpEntityUpdateDto
2025-05-26 18:01:02 +01:00
yassinedorbozgithub
ff716ab47b fix(api): add missing field to NlpEntityUpdateDto 2025-05-26 08:26:27 +01:00
yassinedorbozgithub
2f5c85cb64 fix(api): move builtin logic + adapt unit tests 2025-05-23 15:55:03 +01:00
yassinedorbozgithub
7a23b0ded7 fix: update throw message 2025-05-23 15:55:03 +01:00
yassinedorbozgithub
ab30c46d97 fix: block deletion for built Nlp Entities 2025-05-23 15:55:03 +01:00
Mohamed Marrouchi
2b2d508ec7 feat: use cache 2025-05-14 08:32:35 +01:00
Mohamed Marrouchi
e85084cd41 fix: add canonical value check 2025-05-13 17:07:28 +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
9e0df0d530 feat(api): add nlp pattern lookup strategy 2025-05-13 16:27:36 +01:00
Mohamed Marrouchi
6ba4c76440 fix: restore conflict exception 2025-05-12 14:55:36 +01:00
Mohamed Marrouchi
f2fede7e68 fix: controller unit test 2025-05-12 14:49:42 +01:00
Mohamed Marrouchi
44a42e474d fix: update dto 2025-05-12 14:49:04 +01:00
Mohamed Marrouchi
41de535a7c fix: enhance implementation 2025-05-12 14:13:09 +01:00
MohamedAliBouhaouala
9642e823d0 feat: use mongo test db for unit tests 2025-05-12 07:30:01 +01:00
MohamedAliBouhaouala
c7189758a9 fix: correct entity data type 2025-05-12 07:30:01 +01:00
MohamedAliBouhaouala
4f8ee27dba fix: apply feedback 2025-05-12 07:30:01 +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
MohamedAliBouhaouala
04a008b6fd fix: remove unsued utils 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
MohamedAliBouhaouala
7632866b2a fix: correct criteria format and correct postCreate hook event 2025-04-17 14:48:50 +01:00
MohamedAliBouhaouala
b04673fab4 fix: correct criteria format for nlp value update 2025-04-17 12:18:49 +01:00
yassinedorbozgithub
55d1eade00 fix(api): add logs 2025-04-12 06:58:10 +01:00
yassinedorbozgithub
f74066b577 fix(api): apply feedback update 2025-04-12 06:52:25 +01:00
yassinedorbozgithub
c561984b0e Merge branch 'main' into fix/cleanup-languageId-nlp-sample 2025-04-12 06:51:32 +01:00
abdou6666
e350afe3d1 fix: apply feedback 2025-04-08 08:24:21 +01:00
yassinedorbozgithub
83849c2df2 fix: enhance aggregation pipeline 2025-04-06 11:46:37 +01:00
yassinedorbozgithub
903ff0bbf9 fix: update findWithCount method logic 2025-04-06 10:56:43 +01:00
yassinedorbozgithub
a6d9c9dae5 fix: refactor plainToClass method 2025-04-06 00:07:56 +01:00
yassinedorbozgithub
bdf92af888 fix: add getSortDirection method 2025-04-05 23:04:46 +01:00
yassinedorbozgithub
a729fe2f15 fix: update nlpEntity model injection 2025-04-05 22:46:37 +01:00
yassinedorbozgithub
f18c061888 fix: update doc comment of aggregateWithCount method 2025-04-05 22:25:59 +01:00
yassinedorbozgithub
e592a781b3 fix: refactor logic 2025-04-05 21:59:19 +01:00
yassinedorbozgithub
a3b92da470 fix: update NlpEntity reponse to be plain 2025-04-05 20:34:12 +01:00
yassinedorbozgithub
a38824a23a fix: resolve Circular dependency in unit tests 2025-04-04 11:58:54 +01:00