Skip to content

Commit

Permalink
Update Lucene Max Dimenstion (#8051)
Browse files Browse the repository at this point in the history
Fixes #7886

Signed-off-by: Naarcha-AWS <[email protected]>
  • Loading branch information
Naarcha-AWS authored Aug 22, 2024
1 parent 34b0276 commit 97fe260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _search-plugins/vector-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ In general, select NMSLIB or Faiss for large-scale use cases. Lucene is a good o

| | NMSLIB/HNSW | Faiss/HNSW | Faiss/IVF | Lucene/HNSW |
|:---|:---|:---|:---|:---|
| Max dimensions | 16,000 | 16,000 | 16,000 | 1,024 |
| Max dimensions | 16,000 | 16,000 | 16,000 | 16,000 |
| Filter | Post-filter | Post-filter | Post-filter | Filter during search |
| Training required | No | No | Yes | No |
| Similarity metrics | `l2`, `innerproduct`, `cosinesimil`, `l1`, `linf` | `l2`, `innerproduct` | `l2`, `innerproduct` | `l2`, `cosinesimil` |
Expand Down

0 comments on commit 97fe260

Please sign in to comment.