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-pgvector-store/src/main/java/org/springframework/ai/vectorstore/pgvector/PgVectorStore.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -495,14 +495,14 @@ public enum PgIndexType {
495
495
*/
496
496
publicenumPgDistanceType {
497
497
498
-
// NOTE: works only if If vectors are normalized to length 1 (like OpenAI
498
+
// NOTE: works only if vectors are normalized to length 1 (like OpenAI
499
499
// embeddings), use inner product for best performance.
0 commit comments