Skip to content

Commit

Permalink
Update Astra DB client to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msmygit committed May 14, 2024
1 parent e9b4087 commit 0db8dd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nb-adapters/adapter-dataapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.datastax.astra</groupId>
<artifactId>astra-db-java</artifactId>
<version>1.0.0</version>
<version>1.1.1</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ private DeleteOneOptions getDeleteOneOptions(ParsedOp op, long l) {
}
float[] vector = getVectorFromOp(op, l);
if (vector != null) {
options = options.vector(vector);
options = options.sort(vector, sort);
}
return options;
}
Expand Down

0 comments on commit 0db8dd5

Please sign in to comment.