conductor(checkpoint): Final checkpoint for RAG Support track - Phase 4 complete
This commit is contained in:
@@ -534,6 +534,7 @@ class AppController:
|
||||
if self.rag_config:
|
||||
self.rag_config.embedding_provider = value
|
||||
if self.rag_engine: self.rag_engine = rag_engine.RAGEngine(self.rag_config, self.active_project_root)
|
||||
if self.rag_engine: self.rag_engine = rag_engine.RAGEngine(self.rag_config, self.active_project_root)
|
||||
|
||||
@property
|
||||
def rag_chunk_size(self) -> int:
|
||||
|
||||
Reference in New Issue
Block a user