mirror of
https://github.com/eliasstepanik/core.git
synced 2026-01-24 15:08:27 +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({
|
const similarEntities = await findSimilarEntities({
|
||||||
queryEmbedding: entity.nameEmbedding,
|
queryEmbedding: entity.nameEmbedding,
|
||||||
limit: 5,
|
limit: 5,
|
||||||
threshold: 0.85,
|
threshold: 0.7,
|
||||||
userId: episode.userId,
|
userId: episode.userId,
|
||||||
});
|
});
|
||||||
return {
|
return {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user