feat(improve-api-endpoints): Added Datasets and Annotation APIs (#12237)
This commit is contained in:
parent
b146aaaeb7
commit
fd443941a2
11 changed files with 2093 additions and 4 deletions
|
|
@ -6,5 +6,6 @@ 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 .app import annotation, app, audio, completion, conversation, file, message, workflow
|
||||
from .dataset import dataset, document, hit_testing, metadata, segment, upload_file
|
||||
from .workspace import models
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue