Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
Open
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
4 changes: 2 additions & 2 deletions dpr/indexer/faiss_indexers.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def get_index_name(self):

class DenseHNSWFlatIndexer(DenseIndexer):
"""
Efficient index for retrieval. Note: default settings are for hugh accuracy but also high RAM usage
Efficient index for retrieval. Note: default settings are for high accuracy but also high RAM usage
"""

def __init__(
Expand Down Expand Up @@ -200,7 +200,7 @@ def get_index_name(self):

class DenseHNSWSQIndexer(DenseHNSWFlatIndexer):
"""
Efficient index for retrieval. Note: default settings are for hugh accuracy but also high RAM usage
Efficient index for retrieval. Note: default settings are for high accuracy but also high RAM usage
"""

def __init__(
Expand Down