Skip to content

Commit

Permalink
Merge pull request #1078 from jmartisk/issue-1077
Browse files Browse the repository at this point in the history
Easy RAG extension: don't depend on the upstream Easy RAG module
  • Loading branch information
geoand authored Nov 14, 2024
2 parents f4b60ad + 1fa33cd commit 74b7c12
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions rag/easy-rag/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,7 @@
</dependency>
<dependency>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-easy-rag</artifactId>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
<exclusion>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-embeddings-bge-small-en-v15-q</artifactId>
</exclusion>
</exclusions>
<artifactId>langchain4j-document-parser-apache-tika</artifactId>
</dependency>
<dependency>
<groupId>dev.langchain4j</groupId>
Expand Down

0 comments on commit 74b7c12

Please sign in to comment.