mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-03 09:17:09 +08:00
feat: add local embeddinggemma backend path
This commit is contained in:
@@ -33,7 +33,7 @@ def _config(tmp_path: Path) -> dict:
|
||||
"code_strategy": "structural",
|
||||
"markdown_strategy": "headings",
|
||||
},
|
||||
"embeddings": {"provider": "local", "model": "embeddinggemma-300m", "dimensions": 768},
|
||||
"embeddings": {"provider": "local", "model": "google/embeddinggemma-300m", "dimensions": 768},
|
||||
"reranker": {"enabled": False, "provider": "local", "model": "bge-reranker-v2-m3"},
|
||||
"indexing": {
|
||||
"respect_gitignore": True,
|
||||
|
||||
Reference in New Issue
Block a user