Merge branch 'main' into fix-mac-intel-build

This commit is contained in:
Andy Lee
2025-08-09 17:35:10 -07:00
committed by GitHub
13 changed files with 348 additions and 44 deletions

View File

@@ -296,7 +296,7 @@ if __name__ == "__main__":
"--embedding-mode",
type=str,
default="sentence-transformers",
choices=["sentence-transformers", "openai", "mlx"],
choices=["sentence-transformers", "openai", "mlx", "ollama"],
help="Embedding backend mode",
)