remove extraneous commented out code
This commit is contained in:
@@ -117,10 +117,6 @@ public class VertexAiTextEmbeddingModel extends AbstractEmbeddingModel {
|
||||
}
|
||||
return new EmbeddingResponse(embeddingList,
|
||||
generateResponseMetadata(finalOptions.getModel(), totalTokenCount));
|
||||
// }
|
||||
// catch (Exception e) {
|
||||
// throw new RuntimeException(e);
|
||||
// }
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user