- When no explicit path is given in the browser, we automatically get redirected to the admin interface (eveai_app)
- Tuning moved to Retriever iso in the configuration, as this is an attribute that should be available for all types of Retrievers
This commit is contained in:
@@ -18,13 +18,6 @@ RETRIEVER_TYPES = {
|
||||
"required": True,
|
||||
"default": 0.3,
|
||||
},
|
||||
"rag_tuning": {
|
||||
"name": "rag_tuning",
|
||||
"type": "boolean",
|
||||
"description": "Whether to do tuning logging or not.",
|
||||
"required": False,
|
||||
"default": False,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user