unsloth/studio/backend/core/rag
Roland Tannous da698cbdae Studio: pass trust_remote_code to RAG embedder loader
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.
2026-05-24 21:14:22 +04:00
..
parsers Studio: layout-aware RAG parsers + heading-aware chunking (Phase 3A) 2026-05-24 11:10:13 +04:00
__init__.py Studio: add RAG with hybrid search, reranker, chat integration 2026-05-23 18:46:15 +04:00
bm25.py Studio: add RAG with hybrid search, reranker, chat integration 2026-05-23 18:46:15 +04:00
chunking.py Studio: late chunking opt-in per KB (Phase 3B-late) 2026-05-24 12:18:09 +04:00
embeddings.py Studio: pass trust_remote_code to RAG embedder loader 2026-05-24 21:14:22 +04:00
ingestion.py Studio: multimodal RAG mode (Phase 3B-multimodal) 2026-05-24 12:33:08 +04:00
reranker.py Studio: multimodal RAG mode (Phase 3B-multimodal) 2026-05-24 12:33:08 +04:00
retrieval.py Studio: always pre-fetch RAG + min-score threshold + retrieval logging 2026-05-24 18:15:02 +04:00
tool.py Studio: always pre-fetch RAG + min-score threshold + retrieval logging 2026-05-24 18:15:02 +04:00
vector_store.py Studio: switch RAG dense search to qdrant query_points API 2026-05-24 18:27:49 +04:00