Skip to content

Commit

Permalink
Updated to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
langchain4j authored Jul 21, 2023
1 parent 1976560 commit 81e1a9c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ This can be achieved thanks to:

## News

21 July:
- Now, you can do [text embedding inside your JVM](https://github.com/langchain4j/langchain4j-examples/blob/main/other-examples/src/main/java/InProcessEmbeddingModelExamples.java).

17 July:
- You can now try out OpenAI's `gpt-3.5-turbo` and `text-embedding-ada-002` models with LangChain4j for free, without needing an OpenAI account and keys! Simply use the API key "demo".

Expand Down Expand Up @@ -161,12 +164,12 @@ See example [here](https://github.com/langchain4j/langchain4j-examples/blob/main
<dependency>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j</artifactId>
<version>0.16.0</version>
<version>0.17.0</version>
</dependency>
```
- Gradle:
```
implementation 'dev.langchain4j:langchain4j:0.16.0'
implementation 'dev.langchain4j:langchain4j:0.17.0'
```
2. Import your OpenAI/HuggingFace API key:
Expand Down

0 comments on commit 81e1a9c

Please sign in to comment.