feat: add GET upload file API endpoint to dataset service api (#11899)

This commit is contained in:
eux 2025-01-09 14:52:09 +08:00 committed by GitHub
commit 20f090537f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 157 additions and 1 deletions

View file

@ -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