Skip to content

Commit

Permalink
add more debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
will-hwang committed Feb 6, 2025
1 parent 0f6a9de commit bb2012d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public void testTextEmbeddingProcessor_E2EFlow() throws Exception {
addDocument(getIndexNameForTest(), "0", TEST_FIELD, TEXT, null, null);
} else {
String modelId = null;
fail("Text Embedding model state [" + TextEmbeddingModel.getInstance() + "]");
fail("Text Embedding model state [" + TextEmbeddingModel.getInstance().toString() + "]");
try {
modelId = TextEmbeddingModel.getInstance().getModelId();
loadModel(modelId);
Expand Down

0 comments on commit bb2012d

Please sign in to comment.