Add Markdown document reader to Spring AI BOM
This commit is contained in:
committed by
Mark Pollack
parent
b38cbe6386
commit
2a62235f73
@@ -39,6 +39,12 @@
|
||||
</dependency>
|
||||
|
||||
<!-- Document Readers -->
|
||||
<dependency>
|
||||
<groupId>org.springframework.ai</groupId>
|
||||
<artifactId>spring-ai-markdown-document-reader</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.ai</groupId>
|
||||
<artifactId>spring-ai-pdf-document-reader</artifactId>
|
||||
@@ -105,7 +111,7 @@
|
||||
<artifactId>spring-ai-vertex-ai-palm2</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.ai</groupId>
|
||||
<artifactId>spring-ai-vertex-ai-embedding</artifactId>
|
||||
@@ -546,4 +552,4 @@
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user