### Description of feature The query to FAISS index with `index.search` could be parallelized. - [ ] Check if FAISS supports parallelization - [ ] Implement it with numba (`multiprocessing` shows a weird platform-dependant behavior) - [ ] Check if it really brings an improvement worth the extra complexity - [ ] Profit