feat: add dependencies for sambanova

This commit is contained in:
seyeong-han 2024-11-30 11:59:11 -06:00
parent c69dc293ae
commit a1350a99ea

View file

@ -311,5 +311,11 @@
"uvicorn",
"sentence-transformers --no-deps",
"torch --index-url https://download.pytorch.org/whl/cpu"
],
"sambanova": [
"aiohttp",
"aiosqlite",
"fastapi",
"openai"
]
}