Skip to content

Commit

Permalink
Remove ANNOY index type (#436)
Browse files Browse the repository at this point in the history
Signed-off-by: Congqi Xia <[email protected]>
  • Loading branch information
congqixia authored Apr 21, 2023
1 parent 3779153 commit ab01955
Show file tree
Hide file tree
Showing 17 changed files with 153 additions and 394 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
nc -vz 127.0.0.1 19530
curl -sSL "https://github.com/gotestyourself/gotestsum/releases/download/v1.8.2/gotestsum_1.8.2_linux_amd64.tar.gz" | sudo tar -xz -C /usr/local/bin gotestsum
gotestsum --format testname --hide-summary=output ./testcases/... --tags L0 --addr=127.0.0.1:19530
gotestsum --format testname --hide-summary=output ./testcases/... --tags L0 --addr=127.0.0.1:19530 -timeout=60m
- name: Export logs
if: ${{ !success() }}
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@

# Dependency directories (remove the comment below to include it)
# vendor/

bin/

21 changes: 0 additions & 21 deletions docs/index_limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,27 +104,6 @@ Searching with most indexes that Milvus supported requires specifying constructi
<td><code>nprobe</code>&isin;[1, <code>nlist</code>]<br/><code>ef</code>&isin;[topK, 32768]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>ANNOY</td>
<td>entity.ANNOY</td>
<td><code>n_trees</code>&isin;[1, 1024]</td>
<td><code>search_k</code>&isin;-1 or [topk, n * n_trees]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>NGTPANNG</td>
<td>entity.NGTPANNG</td>
<td><code>edge_size</code>&isin;[1, 200]<br/><code>forcedly_pruned_edge_size</code>&isin;[selectively_pruned_edge_size + 1, 200]<br/><code>selectively_pruned_edge_size</code>&isin;[1, forcedly_pruned_edge_size -1 ]</td>
<td><code>max_search_edges</code>&isin;[-1, 200]<br/><code>epsilon</code>&isin;[-1.0, 1.0]</td>
<td>Search parameter epsilon type is float64.</td>
</tr>
<tr>
<td>NGTONNG</td>
<td>entity.NGTONNG</td>
<td><code>edge_size</code>&isin;[1, 200]<br/><code>outgoing_edge_size</code>&isin;[1, 200]<br/><code>incoming_edge_size</code>&isin;[1, 200]</td>
<td><code>max_search_edges</code>&isin;[-1, 200]<br/><code>epsilon</code>&isin;[-1.0, 1.0]</td>
<td>Search parameter epsilon type is float64.</td>
</tr>
</tbody>
</table>

69 changes: 35 additions & 34 deletions entity/columns_scalar_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ab01955

Please sign in to comment.