Skip to content

Commit 7271bc4

Browse files
committed
chore: fix unit test
Signed-off-by: Huamin Chen <[email protected]>
1 parent 9c65dcb commit 7271bc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/semantic-router/pkg/config/config_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1890,6 +1890,7 @@ categories:
18901890
TTLSeconds int `yaml:"ttl_seconds,omitempty"`
18911891
EvictionPolicy string `yaml:"eviction_policy,omitempty"`
18921892
BackendConfigPath string `yaml:"backend_config_path,omitempty"`
1893+
EmbeddingModel string `yaml:"embedding_model,omitempty"`
18931894
}{
18941895
Enabled: true,
18951896
SimilarityThreshold: config.Float32Ptr(0.8),

0 commit comments

Comments
 (0)