Skip to content

Commit

Permalink
restore it to 0.85
Browse files Browse the repository at this point in the history
  • Loading branch information
indowebdeveloper committed Feb 1, 2025
1 parent 9dfa137 commit de4bc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/ragknowledge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class RAGKnowledgeManager implements IRAGKnowledgeManager {
this.knowledgeRoot = opts.knowledgeRoot;
}

private readonly defaultRAGMatchThreshold = 0.75;
private readonly defaultRAGMatchThreshold = 0.85; // default 0.85
private readonly defaultRAGMatchCount = 5;

/**
Expand Down

0 comments on commit de4bc84

Please sign in to comment.