unsloth/studio/frontend/src/lib
Daniel Han 8848a310df
Studio: clean-room compact RAG (knowledge bases, hybrid search, fast indexing) (#5910)
Adds a self-contained RAG stack to Studio: knowledge bases with chunked indexing, hybrid (dense + lexical) retrieval, and an automatic first-pass context inject into chat. Embeddings run through a local llama-server GGUF backend (default unsloth/bge-small-en-v1.5-GGUF) with a sentence-transformers fallback. The chat tool loop gains a search_knowledge_base tool, a per-turn re-search cap, and source citation, layered on top of the shared ToolLoopController.
2026-06-09 21:17:04 -07:00
..
api-base.ts Harden Tauri release flow (#5341) 2026-05-12 20:30:20 -07:00
audio-utils.ts Update license headers 2026-03-12 17:23:10 +00:00
copy-to-clipboard.ts Studio frontend: reduce and tighten code comments (#6099) 2026-06-08 23:10:35 -07:00
format-fastapi-error.ts Studio frontend: reduce and tighten code comments (#6099) 2026-06-08 23:10:35 -07:00
hf-cache.ts Studio frontend: reduce and tighten code comments (#6099) 2026-06-08 23:10:35 -07:00
latex.ts Studio frontend: reduce and tighten code comments (#6099) 2026-06-08 23:10:35 -07:00
model-size.ts Studio: clean-room compact RAG (knowledge bases, hybrid search, fast indexing) (#5910) 2026-06-09 21:17:04 -07:00
native-notifications.ts Add Tauri native notifications (#5273) 2026-05-05 00:09:48 -07:00
open-link.ts Studio frontend: reduce and tighten code comments (#6099) 2026-06-08 23:10:35 -07:00
tauri-diagnostics.ts Fix Studio desktop tray installer and titlebar and bux fixes (#5179) 2026-04-30 08:40:39 -07:00
toast.ts studio: fix toast close-button click and light-mode hover (#5597) 2026-05-19 00:55:55 -07:00
utils.ts Update license headers 2026-03-12 17:23:10 +00:00
vram.ts Studio frontend: reduce and tighten code comments (#6099) 2026-06-08 23:10:35 -07:00