Skip to content

Memory Usage of xmen index #18

@phlobo

Description

@phlobo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions