added local changes

This commit is contained in:
2025-09-12 10:59:57 +02:00
parent 014ec633b7
commit 866b6ff34c

View File

@ -34,7 +34,7 @@ return {
}, },
rag_service = { rag_service = {
enabled = false, -- Enables the RAG service enabled = false, -- Enables the RAG service
host_mount = os.getenv("HOME"), -- Host mount path for the rag service host_mount = os.getenv("HOME") .. "/git/", -- Host mount path for the rag service
provider = "ollama", -- The provider to use for RAG service (e.g. openai or ollama) provider = "ollama", -- The provider to use for RAG service (e.g. openai or ollama)
llm_model = "cogito", -- The LLM model to use for RAG service llm_model = "cogito", -- The LLM model to use for RAG service
embed_model = "nomic-embed-text", -- The embedding model to use for RAG service embed_model = "nomic-embed-text", -- The embedding model to use for RAG service