feat: add GET upload file API endpoint to dataset service api (#11899)
This commit is contained in:
parent
dbe7a7c4fd
commit
20f090537f
4 changed files with 157 additions and 1 deletions
|
|
@ -7,4 +7,4 @@ api = ExternalApi(bp)
|
|||
|
||||
from . import index
|
||||
from .app import app, audio, completion, conversation, file, message, workflow
|
||||
from .dataset import dataset, document, hit_testing, segment
|
||||
from .dataset import dataset, document, hit_testing, segment, upload_file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue