mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
feat: set nlpEntity weights type to float
This commit is contained in:
committed by
Mohamed Marrouchi
parent
003c6924f8
commit
5dcd36be98
@@ -311,7 +311,7 @@ describe('NlpEntityController', () => {
|
||||
doc: '',
|
||||
lookups: ['trait'],
|
||||
builtin: false,
|
||||
weight: 4,
|
||||
weight: 8,
|
||||
};
|
||||
const originalEntity: NlpEntity | null = await nlpEntityService.findOne(
|
||||
buitInEntityId!,
|
||||
|
||||
Reference in New Issue
Block a user