I was looking at the implementation of the files and tried to figure out what makes the performance better than other dbs?
I could not find any direct usage of MKL BLAS library , is it somehow internally implemented ?
Is the search proving to be the speed up , with the OpenAI embeddings the metric(cosine similarity) seems to be helping in retrieving the queries faster...
It would be great if you could help with my queries thanks!
Hi, firstly thanks a lot for this!
I was looking at the implementation of the files and tried to figure out what makes the performance better than other dbs?