We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38cbe6 commit 2a62235Copy full SHA for 2a62235
spring-ai-bom/pom.xml
@@ -39,6 +39,12 @@
39
</dependency>
40
41
<!-- 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
+
48
<dependency>
49
<groupId>org.springframework.ai</groupId>
50
<artifactId>spring-ai-pdf-document-reader</artifactId>
@@ -105,7 +111,7 @@
105
111
<artifactId>spring-ai-vertex-ai-palm2</artifactId>
106
112
<version>${project.version}</version>
107
113
108
-
114
109
115
110
116
117
<artifactId>spring-ai-vertex-ai-embedding</artifactId>
@@ -546,4 +552,4 @@
546
552
</plugins>
547
553
</build>
548
554
549
-</project>
555
+</project>
0 commit comments