feat(model): Support deploy rerank model (#1522)

This commit is contained in:
Fangyin Cheng
2024-05-16 14:50:16 +08:00
committed by GitHub
parent 559affe87d
commit 593e974405
29 changed files with 814 additions and 75 deletions

View File

@@ -1,6 +1,5 @@
"""Embedding implementations."""
from typing import Any, Dict, List, Optional
import aiohttp