Skip to content

Commit

Permalink
gradle dependencies fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrobenedetti committed Dec 16, 2024
1 parent a4f816e commit 116c7cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions solr/modules/llm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,9 @@ dependencies {
testImplementation libs.junit.junit
testImplementation libs.hamcrest.hamcrest
testImplementation libs.commonsio.commonsio
testImplementation libs.langchain4j.cohere
testImplementation libs.langchain4j.hugging.face
testImplementation libs.langchain4j.mistral.ai
testImplementation libs.langchain4j.open.ai

}

0 comments on commit 116c7cb

Please sign in to comment.