Skip to content

Commit ce56384

Browse files
RI-000: change vector search ff type (#4975)
1 parent 145fee7 commit ce56384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/api/src/modules/feature/providers/feature-flag/feature-flag.provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export class FeatureFlagProvider {
8686
);
8787
this.strategies.set(
8888
KnownFeatures.VectorSearch,
89-
new CommonFlagStrategy(this.featuresConfigService, this.settingsService),
89+
new SwitchableFlagStrategy(this.featuresConfigService, this.settingsService),
9090
);
9191
}
9292

0 commit comments

Comments
 (0)