feat: added optional docker args for rag service (#1589)
This commit is contained in:
@@ -43,6 +43,7 @@ M._defaults = {
|
||||
llm_model = "", -- The LLM model to use for RAG service
|
||||
embed_model = "", -- The embedding model to use for RAG service
|
||||
endpoint = "https://api.openai.com/v1", -- The API endpoint for RAG service
|
||||
docker_extra_args = "", -- Extra arguments to pass to the docker command
|
||||
},
|
||||
web_search_engine = {
|
||||
provider = "tavily",
|
||||
|
||||
Reference in New Issue
Block a user