unsloth/studio/backend/core/rag
Roland Tannous 2366104c4f Studio RAG: remove multimodal image embedding and the mode field/selector
Matches #5910's text-only footprint. Removes image-vector embedding
(encode_images, _stream_image_chunks, the _BGEVLAdapter CLIP shim), the
multimodal `mode`/KBMode concept + VL embedders (single text embedder
now), the mode selector UI across the KB dialogs + thread settings, the
MM badges, the /images serving route, and the dead image rendering in
the search tool card. Captioning (figure text spliced into markdown)
stays — #5910 keeps it too. DB mode/image columns left dormant (no
migration). RagDefaultsSection dropped (no controls left).
2026-06-02 13:40:13 +04:00
..
parsers Studio: tighten RAG code comments 2026-05-31 08:31:08 +00:00
__init__.py Studio: add RAG with hybrid search, reranker, chat integration 2026-05-23 18:46:15 +04:00
authorization.py Studio: fix RAG correctness bugs 2026-05-31 09:56:23 +00:00
bm25.py Studio: trim verbose comments/docstrings across RAG code 2026-05-26 13:51:11 +04:00
captioner.py Studio: tighten RAG code comments 2026-05-31 08:31:08 +00:00
chunking.py Studio: tighten RAG code comments 2026-05-31 08:31:08 +00:00
db.py Studio: trim verbose comments/docstrings across RAG code 2026-05-26 13:51:11 +04:00
embeddings.py Studio RAG: remove multimodal image embedding and the mode field/selector 2026-06-02 13:40:13 +04:00
ingestion.py Studio RAG: remove multimodal image embedding and the mode field/selector 2026-06-02 13:40:13 +04:00
locators.py Studio: fix RAG correctness bugs 2026-05-31 09:56:23 +00:00
retrieval.py Studio: fix RAG correctness bugs 2026-05-31 09:56:23 +00:00
scope.py Studio RAG: remove multimodal image embedding and the mode field/selector 2026-06-02 13:40:13 +04:00
tool.py Studio RAG: remove multimodal image embedding and the mode field/selector 2026-06-02 13:40:13 +04:00
vector_store.py Studio: WIP — RAG preview UI, locator/auth refactor, tests, fixtures (pre-merge snapshot) 2026-05-28 00:13:43 +03:00