Y
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
gk1
1731 days ago
Yes. Check out this example with Faiss + Bert:
https://www.pinecone.io/learn/faiss-tutorial/
link
LuisMondragon
1730 days ago
This tutorial was excellent. I got everything working in a couple of hours. On CPU alone the similarity search is mindbogglingly fast. Thank you!
link