-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dependencies: Update elasticsearch, ... from 8.12.2 to 8.13.0 (#673)
- Loading branch information
1 parent
b04a286
commit 3bd19ef
Showing
9 changed files
with
30 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
FROM docker.elastic.co/elasticsearch/elasticsearch:8.12.2 | ||
FROM docker.elastic.co/elasticsearch/elasticsearch:8.13.0 | ||
COPY elastiknn-plugin/target/elastiknn*.zip . | ||
RUN elasticsearch-plugin install -b file:$(ls elastiknn*zip | sort | tail -n1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
|Model|Parameters|Recall|Queries per Second| | ||
|---|---|---|---| | ||
|eknn-l2lsh|L=100 k=4 w=1024 candidates=500 probes=0|0.379|392.939| | ||
|eknn-l2lsh|L=100 k=4 w=1024 candidates=1000 probes=0|0.447|334.503| | ||
|eknn-l2lsh|L=100 k=4 w=1024 candidates=500 probes=3|0.635|308.154| | ||
|eknn-l2lsh|L=100 k=4 w=1024 candidates=1000 probes=3|0.717|270.359| | ||
|eknn-l2lsh|L=100 k=4 w=2048 candidates=500 probes=0|0.767|347.401| | ||
|eknn-l2lsh|L=100 k=4 w=2048 candidates=1000 probes=0|0.847|296.976| | ||
|eknn-l2lsh|L=100 k=4 w=2048 candidates=500 probes=3|0.922|238.273| | ||
|eknn-l2lsh|L=100 k=4 w=2048 candidates=1000 probes=3|0.960|210.018| | ||
|eknn-l2lsh|L=100 k=4 w=1024 candidates=500 probes=0|0.378|383.334| | ||
|eknn-l2lsh|L=100 k=4 w=1024 candidates=1000 probes=0|0.446|324.105| | ||
|eknn-l2lsh|L=100 k=4 w=1024 candidates=500 probes=3|0.635|304.168| | ||
|eknn-l2lsh|L=100 k=4 w=1024 candidates=1000 probes=3|0.716|262.273| | ||
|eknn-l2lsh|L=100 k=4 w=2048 candidates=500 probes=0|0.767|339.240| | ||
|eknn-l2lsh|L=100 k=4 w=2048 candidates=1000 probes=0|0.847|291.800| | ||
|eknn-l2lsh|L=100 k=4 w=2048 candidates=500 probes=3|0.921|232.473| | ||
|eknn-l2lsh|L=100 k=4 w=2048 candidates=1000 probes=3|0.960|206.758| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
8.12.2.1 | ||
8.13.0.0 |