We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c65dcb commit 7271bc4Copy full SHA for 7271bc4
src/semantic-router/pkg/config/config_test.go
@@ -1890,6 +1890,7 @@ categories:
1890
TTLSeconds int `yaml:"ttl_seconds,omitempty"`
1891
EvictionPolicy string `yaml:"eviction_policy,omitempty"`
1892
BackendConfigPath string `yaml:"backend_config_path,omitempty"`
1893
+ EmbeddingModel string `yaml:"embedding_model,omitempty"`
1894
}{
1895
Enabled: true,
1896
SimilarityThreshold: config.Float32Ptr(0.8),
0 commit comments