File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments