Skip to content

Commit

Permalink
Some fixes to the build
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartisk committed Jan 3, 2025
1 parent 1c1efd7 commit 8f5da0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testing/scorer/scorer-strategies/semantic-similarity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@
<dependency>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-embeddings-bge-small-en-v15</artifactId>
<version>${langchain4j-embeddings.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-testing-scorer-core</artifactId>
<version>999-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 8f5da0c

Please sign in to comment.