Merge pull request #573 from SuanmoSuanyangTechnology/feature/node-aggregation

Feature/node aggregation
This commit is contained in:
Ke Sun
2026-03-17 15:55:02 +08:00
committed by GitHub
11 changed files with 542 additions and 148 deletions

View File

@@ -9,7 +9,6 @@ from sqlalchemy.dialects.postgresql import JSONB
from app.db import Base
from app.schemas import FileType
class PerceptualType(IntEnum):
VISION = 1
AUDIO = 2