Skip to content

Commit

Permalink
Add Markdown document reader to Spring AI BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
habuma authored and markpollack committed Sep 9, 2024
1 parent b38cbe6 commit 2a62235
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions spring-ai-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -546,4 +552,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit 2a62235

Please sign in to comment.