Implement safe concurrency for a Faiss database with GPU
I’m trying to setup a Faiss database for which many clients might ask to a single server. According to the docs https://github.com/facebookresearch/faiss/wiki/Threads-and-asynchronous-calls
I’m trying to setup a Faiss database for which many clients might ask to a single server. According to the docs https://github.com/facebookresearch/faiss/wiki/Threads-and-asynchronous-calls