Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion faiss/IndexHNSW.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ struct IndexHNSWPQ : IndexHNSW {
void train(idx_t n, const float* x) override;
};

/** SQ index topped with with a HNSW structure to access elements
/** SQ index topped with a HNSW structure to access elements
* more efficiently.
*/
struct IndexHNSWSQ : IndexHNSW {
Expand Down
Loading