Skip to content

Commit db6f7cd

Browse files
Ikko Eltociear Ashiminetzolov
authored andcommitted
Update AzureVectorStore.java
minor fix
1 parent a5923f5 commit db6f7cd

File tree

1 file changed

+1
-1
lines changed
  • vector-stores/spring-ai-azure/src/main/java/org/springframework/ai/vectorstore/azure

1 file changed

+1
-1
lines changed

vector-stores/spring-ai-azure/src/main/java/org/springframework/ai/vectorstore/azure/AzureVectorStore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ private List<Float> toFloatList(List<Double> doubleList) {
320320
}
321321

322322
/**
323-
* Internal data structure for retrieving and and storing documents.
323+
* Internal data structure for retrieving and storing documents.
324324
*/
325325
private record AzureSearchDocument(String id, String content, List<Double> embedding, String metadata) {
326326
}

0 commit comments

Comments
 (0)