Skip to content

Commit 09287ef

Browse files
committed
lint
Signed-off-by: bitliu <[email protected]>
1 parent 91b3d8a commit 09287ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/semantic-router/pkg/cache/cache_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1701,7 +1701,7 @@ func getMilvusConfigPath() string {
17011701
}
17021702

17031703
// Fallback to relative from test directory
1704-
return "../../../../../config/semantic-cache/milvus.yaml"
1704+
return "../../../../config/semantic-cache/milvus.yaml"
17051705
}
17061706

17071707
// BenchmarkHybridVsMilvus is the comprehensive benchmark comparing hybrid cache vs pure Milvus

0 commit comments

Comments
 (0)