Skip to content

Commit

Permalink
Sync with txtai 8.0 API, closes #33
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Nov 18, 2024
1 parent 91dbb77 commit 2df118b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Jitpack is the recommended way to integrate txtai with Java. See [this link](htt
The following is an example adding txtai to a project's `build.gradle` file. The same attributes can be ported to other build systems per the JitPack link above.

```gradle
implementation 'com.github.neuml:txtai.java:v7.5.0'
implementation 'com.github.neuml:txtai.java:v8.0.0'
```

txtai can also be manually built from GitHub.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ java {

jar {
archiveBaseName = "txtai"
archiveVersion = "7.5.0"
archiveVersion = "8.0.0"
}

0 comments on commit 2df118b

Please sign in to comment.