Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrobenedetti committed Dec 5, 2024
1 parent a65e0da commit 8a49a26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public static SolrTextToVectorModel getInstance(
Class<?> modelClass = solrResourceLoader.findClass(className, EmbeddingModel.class);
var builder = modelClass.getMethod("builder").invoke(null);
if (params != null) {
/**
/*
* This block of code has the responsibility of instantiate a {@link
* dev.langchain4j.model.embedding.EmbeddingModel} using the params provided.classes have
* params of The specific implementation of {@link
Expand Down

0 comments on commit 8a49a26

Please sign in to comment.