Correct grammar for a message to be thrown as part of an exception when the document was not uploaded successfully (part of the 'add' method).
This commit is contained in:
committed by
Christian Tzolov
parent
6030db1b9e
commit
ed68dfb00c
@@ -233,7 +233,7 @@ public class AzureVectorStore implements VectorStore, InitializingBean {
|
||||
|
||||
for (IndexingResult indexingResult : result.getResults()) {
|
||||
Assert.isTrue(indexingResult.isSucceeded(),
|
||||
String.format("Document with key %s upload is not successfully", indexingResult.getKey()));
|
||||
String.format("Document with key %s did not upload successfully", indexingResult.getKey()));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user