25 ms·
Why weaviate and not FAISS? The latter is faster and lighter.
by binarymax 1y ago
Why weaviate and not FAISS? The latter is faster and lighter.
- lysp 1y agoI think they are associated with the project
- bobvanluijt 1y agoIt 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.