BGE-VL's sentence-transformers shim (bge_vl_clip_transformer.py) is coupled to specific ST internals and broke across both the 5.2 and 5.3 pin attempts. The canonical load path documented at bge-model.com is transformers.AutoModel with trust_remote_code + model.set_processor() + model.encode(text=/images=). - Wrap that path in _BGEVLAdapter exposing the slice of SentenceTransformer API the ingester uses (encode for text or PIL images, get_sentence_embedding_dimension, best-effort tokenize). - Restore BAAI/BGE-VL-base in RAG_EMBEDDER_MATRIX. - Revert sentence_transformers pin to 5.2.0 — no longer relevant since the multimodal path no longer touches ST. |
||
|---|---|---|
| .. | ||
| backend | ||
| frontend | ||
| src-tauri | ||
| __init__.py | ||
| install_llama_prebuilt.py | ||
| install_python_stack.py | ||
| LICENSE.AGPL-3.0 | ||
| package-lock.json | ||
| package.json | ||
| setup.bat | ||
| setup.ps1 | ||
| setup.sh | ||
| Unsloth_Studio_Colab.ipynb | ||