Skip to content

Commit 3d478a6

Browse files
committed
add gemma-embedding to embedding architectures
1 parent f0eebc2 commit 3d478a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/LLMManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class ModelEntry
2626
public bool includeInBuild;
2727
public int contextLength;
2828

29-
static List<string> embeddingOnlyArchs = new List<string> { "bert", "nomic-bert", "jina-bert-v2", "t5", "t5encoder" };
29+
static List<string> embeddingOnlyArchs = new List<string> { "bert", "nomic-bert", "jina-bert-v2", "t5", "t5encoder", "gemma-embedding" };
3030

3131
/// <summary>
3232
/// Returns the relative asset path if it is in the AssetPath folder (StreamingAssets or persistentPath), otherwise the filename.

0 commit comments

Comments
 (0)