Hacker News new | ask | show | jobs
by binarymax 404 days ago
Why weaviate and not FAISS? The latter is faster and lighter.
2 comments

It depends on additional filters and whether you want to use vector search only. The upside of using Faiss would be storing the ID as file metadata and embedding it in the Faiss index. However, if you need any other filters or data, you would need to store it somewhere else.
I think they are associated with the project