Skip to content

Commit 74b7c12

Browse files
authored
Merge pull request #1078 from jmartisk/issue-1077
Easy RAG extension: don't depend on the upstream Easy RAG module
2 parents f4b60ad + 1fa33cd commit 74b7c12

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

rag/easy-rag/runtime/pom.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,7 @@
1616
</dependency>
1717
<dependency>
1818
<groupId>dev.langchain4j</groupId>
19-
<artifactId>langchain4j-easy-rag</artifactId>
20-
<exclusions>
21-
<exclusion>
22-
<groupId>xml-apis</groupId>
23-
<artifactId>xml-apis</artifactId>
24-
</exclusion>
25-
<exclusion>
26-
<groupId>dev.langchain4j</groupId>
27-
<artifactId>langchain4j-embeddings-bge-small-en-v15-q</artifactId>
28-
</exclusion>
29-
</exclusions>
19+
<artifactId>langchain4j-document-parser-apache-tika</artifactId>
3020
</dependency>
3121
<dependency>
3222
<groupId>dev.langchain4j</groupId>

0 commit comments

Comments
 (0)