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
parent dbe7a7c4fd
commit 20f090537f
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