feat: add local embeddinggemma backend path

This commit is contained in:
teknium1
2026-03-14 12:04:47 -07:00
parent 0a3bc90791
commit 9177179b3d
6 changed files with 190 additions and 29 deletions

View File

@@ -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,