Skip to content

Commit

Permalink
Merge pull request #1240 from quarkiverse/milvus-docs
Browse files Browse the repository at this point in the history
Fix Milvus docs issue
  • Loading branch information
geoand authored Jan 24, 2025
2 parents a5d3f65 + 62818c4 commit de9025a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,19 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-milvus-deployment</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-pgvector-deployment</artifactId>
Expand Down

0 comments on commit de9025a

Please sign in to comment.