Skip to content

[Bug]: Unable to load 'Qdrant/bm25' on macOS python3.14 #630

Description

@Sirorezka

What happened?

Code Crashes with 'Segmentation fault: 11'. Any suggestions on how to debug this?

from fastembed import SparseTextEmbedding

documents = [
    "You should stay, study and sprint.",
    "History can only prepare us to be surprised yet again.",
]

model = SparseTextEmbedding(model_name="Qdrant/bm25", cuda=False)

What Python version are you on? e.g. python --version

Python 3.14.3
fastembed v0.8.0
onnx v1.21.0
onnxruntime v1.24.4 (*)
optimum[onnx] v2.1.0

FastEmbed version

Python 3.14.3
fastembed v0.8.0
onnx v1.21.0
onnxruntime v1.24.4 (*)
optimum[onnx] v2.1.0

What os are you seeing the problem on?

Apple M4 Pro
macOS Tahoe 26.3.1 (25D2128)

Relevant stack traces and/or logs

Segmentation fault: 11

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions