BGE-VL (multimodal) and nomic-embed-text-v1.5 (late chunking) both ship custom modeling code in their model repos; sentence-transformers refuses to import the referenced module (e.g. bge_vl_clip_transformer) without trust_remote_code=True. Safe to enable because the embedder matrix is config-pinned — users don't supply arbitrary names. |
||
|---|---|---|
| .. | ||
| assets | ||
| auth | ||
| core | ||
| loggers | ||
| models | ||
| plugins | ||
| requirements | ||
| routes | ||
| state | ||
| storage | ||
| tests | ||
| utils | ||
| __init__.py | ||
| _platform_compat.py | ||
| colab.py | ||
| main.py | ||
| run.py | ||
| startup_banner.py | ||