Committing too many files but the app runs possibly with a new model.
This commit is contained in:
@@ -21,6 +21,14 @@ public class EmbeddingConfiguration
|
||||
public int Dimension { get; set; } = 384;
|
||||
public string ApiToken { get; set; } = string.Empty;
|
||||
public bool UseLocalInference { get; set; } = true;
|
||||
|
||||
// Predefined model configurations
|
||||
public static class Models
|
||||
{
|
||||
public const string DefaultMiniLM = "sentence-transformers/all-MiniLM-L6-v2";
|
||||
public const string AddressTunedMiniLM = "jarredparrett/all-MiniLM-L6-v2_tuned_on_deepparse_address_mutations_comb_3";
|
||||
public const string AddressTunedMiniLMAlias = "custom-all-MiniLM-L6-v2-address";
|
||||
}
|
||||
}
|
||||
|
||||
public class AppSettings
|
||||
|
||||
Reference in New Issue
Block a user