remove extraneous commented out code

This commit is contained in:
Mark Pollack
2024-09-29 17:46:37 -04:00
parent d171071172
commit 3739814bc1

View File

@@ -117,10 +117,6 @@ public class VertexAiTextEmbeddingModel extends AbstractEmbeddingModel {
}
return new EmbeddingResponse(embeddingList,
generateResponseMetadata(finalOptions.getModel(), totalTokenCount));
// }
// catch (Exception e) {
// throw new RuntimeException(e);
// }
});
}