Merge branch 'main' into fix/clean-hang-solution

This commit is contained in:
Andy Lee
2025-08-09 16:49:51 -07:00
committed by GitHub
16 changed files with 477 additions and 281 deletions

View File

@@ -263,7 +263,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",
)
parser.add_argument(