mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-03-22 01:03:42 +08:00
(improvement)(build) Add spotless during the build process. (#1639)
This commit is contained in:
@@ -11,6 +11,6 @@ public class EmbeddingModelConstant {
|
||||
public static final String BGE_SMALL_ZH = "bge-small-zh";
|
||||
public static final String ALL_MINILM_L6_V2 = "all-minilm-l6-v2-q";
|
||||
public static final EmbeddingModel BGE_SMALL_ZH_MODEL = new BgeSmallZhEmbeddingModel();
|
||||
public static final EmbeddingModel ALL_MINI_LM_L6_V2_MODEL = new AllMiniLmL6V2QuantizedEmbeddingModel();
|
||||
|
||||
public static final EmbeddingModel ALL_MINI_LM_L6_V2_MODEL =
|
||||
new AllMiniLmL6V2QuantizedEmbeddingModel();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user