From 866b6ff34ca2cb3079c8085dd1d219e30de1f48d Mon Sep 17 00:00:00 2001 From: Nicole Dresselhaus Date: Fri, 12 Sep 2025 10:59:57 +0200 Subject: [PATCH] added local changes --- nvim-config/lua/plugins/avante.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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