I added hnswThreadsPerMerge and hnswThreadPoolCount to Indexer and competition.Index/newIndex, and fixed nightly to pass these from its local constants.py file.
I have yet to disable strict top N checking for KNN hits when concurrency is enabled -- I'll do that as a followon commit after testing on nightly box!
I added
hnswThreadsPerMerge
andhnswThreadPoolCount
toIndexer
andcompetition.Index/newIndex
, and fixed nightly to pass these from its localconstants.py
file.I have yet to disable strict top N checking for KNN hits when concurrency is enabled -- I'll do that as a followon commit after testing on nightly box!
Closes #239.