chroma
chroma copied to clipboard
HNSW Defaults to 4 threads
We should default to maximally using the machine instead of using 4 threads.
@HammadB What means maximally?
A - 1 thread per Physical CPU B - 1 thread per Logical CPU
B. https://en.cppreference.com/w/cpp/thread/thread/hardware_concurrency
closed by #505