Embeddings: HF model hub support added via transformers (#1154)

This commit is contained in:
Raghav Dixit
2024-04-05 00:26:27 -04:00
committed by Weston Pace
parent ac63d4066b
commit 1c41a00d87
6 changed files with 136 additions and 7 deletions

View File

@@ -90,7 +90,7 @@ requires = ["maturin>=1.4"]
build-backend = "maturin"
[tool.ruff.lint]
select = ["F", "E", "W", "I", "G", "TCH", "PERF"]
select = ["F", "E", "W", "G", "TCH", "PERF"]
[tool.pytest.ini_options]
addopts = "--strict-markers --ignore-glob=lancedb/embeddings/*.py"