Hello!
I've recently ran a small dataset (around 13k embeddings) with hnswlib.
My parameters are set as:
- ef construction = 200
- m = 16
- ef search = 200
- dim = 512 float
Any suggestions what parameters I should test on these kind of small dataset to boost up the (lower) latency while maintaining the accuracy? Thanks!