Currently, the indexing procedure for SapBERT (embeddings + FAISS) is rather memory-intensive, as the complete FAISS index is constructed in memory. For large indices (e.g., Quaero) this can require > 32 GB of RAM.
A different RAM / accuracy tradeoff might be achieved in FAISS, but the impact on retrieval performance needs to be investigated.
Currently, the indexing procedure for SapBERT (embeddings + FAISS) is rather memory-intensive, as the complete FAISS index is constructed in memory. For large indices (e.g., Quaero) this can require > 32 GB of RAM.
A different RAM / accuracy tradeoff might be achieved in FAISS, but the impact on retrieval performance needs to be investigated.