Commit a33b729 1 parent 2b21a71 commit a33b729 Copy full SHA for a33b729
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ public class PromptsOptions
37
37
internal double MemoriesResponseContextWeight { get ; } = 0.6 ;
38
38
39
39
/// <summary>
40
- /// Upper bound of the relevancy score of a kernel memory to be included in the final prompt.
40
+ /// Upper bound of relevance score of a kernel memory to be included in the final prompt.
41
41
/// The actual relevancy score is determined by the memory balance.
42
42
/// </summary>
43
43
internal float SemanticMemoryRelevanceUpper { get ; } = 0.9F ;
44
44
45
45
/// <summary>
46
- /// Lower bound of the relevancy score of a kernel memory to be included in the final prompt.
46
+ /// Lower bound of relevance score of a kernel memory to be included in the final prompt.
47
47
/// The actual relevancy score is determined by the memory balance.
48
48
/// </summary>
49
49
internal float SemanticMemoryRelevanceLower { get ; } = 0.6F ;
@@ -52,7 +52,7 @@ public class PromptsOptions
52
52
/// Minimum relevance of a document memory to be included in the final prompt.
53
53
/// The higher the value, the answer will be more relevant to the user intent.
54
54
/// </summary>
55
- internal float DocumentMemoryMinRelevance { get ; } = 0.8F ;
55
+ internal float DocumentMemoryMinRelevance { get ; } = 0.66F ;
56
56
57
57
// System
58
58
[ Required , NotEmptyOrWhitespace ] public string KnowledgeCutoffDate { get ; set ; } = string . Empty ;
You can’t perform that action at this time.
0 commit comments