Skip to content

Commit

Permalink
Fix a typo issue (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangsier-xyz committed Sep 4, 2024
1 parent e052f56 commit cc38c54
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>langchian4j-elasticsearch-spring-boot-starter</artifactId>
<artifactId>langchain4j-elasticsearch-spring-boot-starter</artifactId>
<name>LangChain4j Spring Boot starter for Elasticsearch</name>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<module>langchain4j-azure-ai-search-spring-boot-starter</module>
<module>langchain4j-azure-open-ai-spring-boot-starter</module>
<module>langchain4j-vertex-ai-gemini-spring-boot-starter</module>
<module>langchian4j-elasticsearch-spring-boot-starter</module>
<module>langchain4j-elasticsearch-spring-boot-starter</module>
<module>langchain4j-redis-spring-boot-starter</module>
<module>langchain4j-qianfan-spring-boot-starter</module>
<module>langchain4j-milvus-spring-boot-starter</module>
Expand Down

0 comments on commit cc38c54

Please sign in to comment.