FunctionSessionSidebar({
currentSessionId,
onSessionSelect,
onNewSession,
onSessionDelete,
onSessionCreated,
className =
src/components/ui/session-sidebar.tsx:23
Method__init__(self, config: Dict[str, Any], ollama_client: OllamaClient, ollama_config: Dict[str, str])
rag_system/pipelines/indexing_pipeline.py:14
Method__init__(self, config: Dict[str, Any], ollama_client: OllamaClient, ollama_config: Dict[str, Any])
rag_system/pipelines/retrieval_pipeline.py:47
Method__init__(self, db_manager: LanceDBManager, text_embedder: QwenEmbedder, vision_model: LocalVisionModel = None, *, fusi
rag_system/retrieval/retrievers.py:59
Method__init__(self, pipeline_configs: Dict[str, Dict], llm_client: OllamaClient, ollama_config: Dict[str, str])
rag_system/agent/loop.py:17