Merge branch 'main' into feature/graph-partition-support

This commit is contained in:
Andy Lee
2025-08-11 01:46:31 -07:00
committed by GitHub
15 changed files with 4351 additions and 3559 deletions

View File

@@ -75,7 +75,7 @@ class BaseRAGExample(ABC):
"--embedding-mode",
type=str,
default="sentence-transformers",
choices=["sentence-transformers", "openai", "mlx"],
choices=["sentence-transformers", "openai", "mlx", "ollama"],
help="Embedding backend mode (default: sentence-transformers)",
)