feat: set nlpEntity weights type to float

This commit is contained in:
MohamedAliBouhaouala
2025-05-06 17:02:47 +01:00
committed by Mohamed Marrouchi
parent 003c6924f8
commit 5dcd36be98
8 changed files with 17 additions and 36 deletions

View File

@@ -311,7 +311,7 @@ describe('NlpEntityController', () => {
doc: '',
lookups: ['trait'],
builtin: false,
weight: 4,
weight: 8,
};
const originalEntity: NlpEntity | null = await nlpEntityService.findOne(
buitInEntityId!,