From 116c7cbc8a0a39245b1b189cb4d175b0bf70fac7 Mon Sep 17 00:00:00 2001 From: Alessandro Benedetti Date: Mon, 16 Dec 2024 17:35:12 +0000 Subject: [PATCH] gradle dependencies fix --- solr/modules/llm/build.gradle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/solr/modules/llm/build.gradle b/solr/modules/llm/build.gradle index 36380bcf9c5..45bdb9f874a 100644 --- a/solr/modules/llm/build.gradle +++ b/solr/modules/llm/build.gradle @@ -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 + }