Skip to content

Commit

Permalink
Revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangqian9158 committed Jun 7, 2024
1 parent fb62457 commit 41b5f54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class RedisVectorStoreAutoConfiguration {

@Bean
@ConditionalOnMissingBean(RedisConnectionDetails.class)
public PropertiesRedisConnectionDetails redisVectorStoreConnectionDetails(RedisVectorStoreProperties properties) {
public PropertiesRedisConnectionDetails redisConnectionDetails(RedisVectorStoreProperties properties) {
return new PropertiesRedisConnectionDetails(properties);
}

Expand Down

0 comments on commit 41b5f54

Please sign in to comment.