Update AzureVectorStore.java
minor fix
This commit is contained in:
committed by
Christian Tzolov
parent
a5923f5a79
commit
db6f7cda3e
@@ -320,7 +320,7 @@ public class AzureVectorStore implements VectorStore, InitializingBean {
|
||||
}
|
||||
|
||||
/**
|
||||
* Internal data structure for retrieving and and storing documents.
|
||||
* Internal data structure for retrieving and storing documents.
|
||||
*/
|
||||
private record AzureSearchDocument(String id, String content, List<Double> embedding, String metadata) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user