Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta committed Sep 9, 2024
1 parent ac488de commit 7f9520e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ public ElasticsearchVectorStore(ElasticsearchVectorStoreOptions options, RestCli
@Override
public void doAdd(List<Document> documents) {
if (!indexExists()) {
throw new IllegalArgumentException(
"Index not found");
throw new IllegalArgumentException("Index not found");
}
BulkRequest.Builder bulkRequestBuilder = new BulkRequest.Builder();

Expand Down

0 comments on commit 7f9520e

Please sign in to comment.