removing lite llm and going directly for privatemode

This commit is contained in:
2025-08-21 08:44:05 +02:00
parent be581b28f8
commit 27ee8b4cdb
16 changed files with 1775 additions and 677 deletions

View File

@@ -401,7 +401,7 @@ class RAGModule(BaseModule):
"""Initialize embedding model"""
from app.services.embedding_service import embedding_service
# Use privatemode-embeddings for LiteLLM integration
# Use privatemode-embeddings for LLM service integration
model_name = self.config.get("embedding_model", "privatemode-embeddings")
embedding_service.model_name = model_name