You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vector-stores/spring-ai-redis-store/src/main/java/org/springframework/ai/vectorstore/RedisVectorStore.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,7 @@
81
81
* @author Eddú Meléndez
82
82
* @author Thomas Vitale
83
83
* @author Soby Chacko
84
+
* @author Jihoon Kim
84
85
* @see VectorStore
85
86
* @see RedisVectorStoreConfig
86
87
* @see EmbeddingModel
@@ -335,8 +336,7 @@ public VectorStoreObservationContext.Builder createObservationContextBuilder(Str
0 commit comments