Skip to content

Commit

Permalink
Add extra dependency for LangChain4j in README
Browse files Browse the repository at this point in the history
Updated the README to include an additional LangChain4j dependency. This ensures users have the necessary components when integrating LangChain4j functionalities.
  • Loading branch information
Konstantin Pavlov authored and Konstantin Pavlov committed Nov 14, 2024
1 parent 840e7a0 commit f45ed5b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ Add the following dependencies to your `pom.xml`:
<version>[LATEST_VERSION]</version>
</dependency>

<!-- Required Dependencies -->
<!-- Extra Dependencies -->
<dependency>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j</artifactId>
<version>0.36.0</version>
</dependency>
<dependency>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-open-ai</artifactId>
Expand Down

0 comments on commit f45ed5b

Please sign in to comment.