mirror of
https://github.com/eliasstepanik/core.git
synced 2026-01-11 09:08:28 +00:00
Fix: reduce the threshold for similarity
This commit is contained in:
parent
b987a7cf3c
commit
c44e14f157
@ -410,7 +410,7 @@ export class KnowledgeGraphService {
|
||||
const similarEntities = await findSimilarEntities({
|
||||
queryEmbedding: entity.nameEmbedding,
|
||||
limit: 5,
|
||||
threshold: 0.85,
|
||||
threshold: 0.7,
|
||||
userId: episode.userId,
|
||||
});
|
||||
return {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user