Hacker News new | ask | show | jobs
by LuisMondragon 1731 days ago
I'm intrigued by FAISS. Do you know if I can use BERT embeddings with FAISS?
1 comments

Yes. Check out this example with Faiss + Bert: https://www.pinecone.io/learn/faiss-tutorial/
This tutorial was excellent. I got everything working in a couple of hours. On CPU alone the similarity search is mindbogglingly fast. Thank you!