add metadata service api (#16211)

This commit is contained in:
Jyong
2025-03-19 17:12:48 +08:00
committed by GitHub
parent 0189a8b0f6
commit 732c506e27
2 changed files with 127 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, upload_file
from .dataset import dataset, document, hit_testing, metadata, segment, upload_file