feat: added dataset recall testing API (#9300)
This commit is contained in:
parent
5c7b1358d4
commit
8501af298f
6 changed files with 401 additions and 73 deletions
|
|
@ -5,7 +5,6 @@ from libs.external_api import ExternalApi
|
|||
bp = Blueprint("service_api", __name__, url_prefix="/v1")
|
||||
api = ExternalApi(bp)
|
||||
|
||||
|
||||
from . import index
|
||||
from .app import app, audio, completion, conversation, file, message, workflow
|
||||
from .dataset import dataset, document, segment
|
||||
from .dataset import dataset, document, hit_testing, segment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue