refs #731: preserve Select AI configuration binding
This commit is contained in:
@@ -84,10 +84,6 @@ public record BackofficeProperties(
|
||||
Integer fewShotTopK
|
||||
) {
|
||||
|
||||
public SelectAi(String dbUrl, String dbUsername, String dbPassword, String profile) {
|
||||
this(dbUrl, dbUsername, dbPassword, profile, true, 3);
|
||||
}
|
||||
|
||||
public boolean configured() {
|
||||
return dbUrl != null && !dbUrl.isBlank()
|
||||
&& dbUsername != null && !dbUsername.isBlank()
|
||||
|
||||
Reference in New Issue
Block a user