Skip to content

Commit 7730c89

Browse files
committed
Updated the env file
1 parent 5960604 commit 7730c89

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.env.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ MNEMOS_QUOTA_MAX_TOP_K=100
5252
MNEMOS_QUOTA_MAX_GRAPH_HOPS=4
5353

5454
# Intent-anchor query tuning
55-
MNEMOS_INTENT_ANCHOR_SEMANTIC=semantic meaning, similar content, concept match
56-
MNEMOS_INTENT_ANCHOR_RECENCY=recent events, latest updates, time, timeline, schedule
57-
MNEMOS_INTENT_ANCHOR_GRAPH=relationships, connections, linked people, social graph
55+
MNEMOS_INTENT_ANCHOR_SEMANTIC="semantic meaning, similar content, concept match"
56+
MNEMOS_INTENT_ANCHOR_RECENCY="recent events, latest updates, time, timeline, schedule"
57+
MNEMOS_INTENT_ANCHOR_GRAPH="relationships, connections, linked people, social graph"
5858
MNEMOS_INTENT_GRAPH_HOPS_2_THRESHOLD=0.55
5959
MNEMOS_INTENT_GRAPH_HOPS_3_THRESHOLD=0.80
6060
MNEMOS_INTENT_IMPORTANCE_PCT=20

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ target
2424
# Added by cargo
2525

2626
/target
27+
28+
.env

0 commit comments

Comments
 (0)