Skip to content

Commit 863a0b7

Browse files
author
Daniele Briggi
committed
chore(model): default model to embeddinggemma
1 parent 50625f6 commit 863a0b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ inputs:
2222
hf_model_id:
2323
description: The Hugging Face model ID to use for generating embeddings.
2424
required: false
25-
default: "Qwen/Qwen3-Embedding-0.6B-GGUF"
25+
default: "unsloth/embeddinggemma-300m-GGUF"
2626
hf_gguf_file:
2727
description: The GGUF file name for the Hugging Face model.
2828
required: false
29-
default: "Qwen3-Embedding-0.6B-Q8_0.gguf"
29+
default: "embeddinggemma-300M-Q8_0.gguf"
3030
hf_gguf_update_date:
3131
description: The date to force update the GGUF model cache, format YYYYMMDD.
3232
required: false
33-
default: "202507014"
33+
default: "20250904"
3434
hf_model_local_path:
3535
description: The local path to store the downloaded Hugging Face model.
3636
required: false

0 commit comments

Comments
 (0)