added local changes
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user