Skip to content

Commit 2a62235

Browse files
habumamarkpollack
authored andcommitted
Add Markdown document reader to Spring AI BOM
1 parent b38cbe6 commit 2a62235

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

spring-ai-bom/pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@
3939
</dependency>
4040

4141
<!-- Document Readers -->
42+
<dependency>
43+
<groupId>org.springframework.ai</groupId>
44+
<artifactId>spring-ai-markdown-document-reader</artifactId>
45+
<version>${project.version}</version>
46+
</dependency>
47+
4248
<dependency>
4349
<groupId>org.springframework.ai</groupId>
4450
<artifactId>spring-ai-pdf-document-reader</artifactId>
@@ -105,7 +111,7 @@
105111
<artifactId>spring-ai-vertex-ai-palm2</artifactId>
106112
<version>${project.version}</version>
107113
</dependency>
108-
114+
109115
<dependency>
110116
<groupId>org.springframework.ai</groupId>
111117
<artifactId>spring-ai-vertex-ai-embedding</artifactId>
@@ -546,4 +552,4 @@
546552
</plugins>
547553
</build>
548554

549-
</project>
555+
</project>

0 commit comments

Comments
 (0)