diff --git a/chromadb/segment/impl/manager/local.py b/chromadb/segment/impl/manager/local.py index 47a45d18928..9adf51e5cff 100644 --- a/chromadb/segment/impl/manager/local.py +++ b/chromadb/segment/impl/manager/local.py @@ -93,6 +93,7 @@ def __init__(self, system: System): self._max_file_handles = ctypes.windll.msvcrt._getmaxstdio() # type: ignore segment_limit = ( self._max_file_handles + # This is integer division in Python 3, and not a comment. // PersistentLocalHnswSegment.get_file_handle_count() ) self._vector_instances_file_handle_cache = LRUCache(