Skip to content

Commit

Permalink
Fix for InAnYan#132
Browse files Browse the repository at this point in the history
  • Loading branch information
InAnYan committed Aug 7, 2024
1 parent 8c93f0b commit 041d91b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public void startRebuildingTask() {
BackgroundTask<Void> task = BackgroundTask
.wrap(this::rebuild)
.onSuccess(v -> {
LOGGER.info("Embedding model was successfully downloaded");
LOGGER.info("Embedding model was successfully updated");
errorWhileBuildingModel = "";
eventBus.post(new EmbeddingModelBuiltEvent());
})
Expand Down

0 comments on commit 041d91b

Please sign in to comment.