Revert "chore(cleanup)!: remove tool_runtime.rag_tool (#3871)"

This reverts commit 0e96279bee.
This commit is contained in:
Ashwin Bharambe 2025-10-21 11:16:48 -07:00 committed by GitHub
parent eb3e9b85f9
commit 89a8cbba38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
55 changed files with 3114 additions and 17 deletions

View file

@ -42,7 +42,6 @@ def available_providers() -> list[ProviderSpec]:
# CrossEncoder depends on torchao.quantization
pip_packages=[
"torch torchvision torchao>=0.12.0 --extra-index-url https://download.pytorch.org/whl/cpu",
"numpy tqdm transformers",
"sentence-transformers --no-deps",
# required by some SentenceTransformers architectures for tensor rearrange/merge ops
"einops",