Add Markdown document reader to Spring AI BOM

This commit is contained in:
Craig Walls
2024-09-06 20:24:26 -06:00
committed by Mark Pollack
parent b38cbe6386
commit 2a62235f73

View File

@@ -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>