diff --git a/nvim-config/lua/plugins/avante.lua b/nvim-config/lua/plugins/avante.lua index f21bab8..629ce39 100644 --- a/nvim-config/lua/plugins/avante.lua +++ b/nvim-config/lua/plugins/avante.lua @@ -34,7 +34,7 @@ return { }, 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) llm_model = "cogito", -- The LLM model to use for RAG service embed_model = "nomic-embed-text", -- The embedding model to use for RAG service