新推荐接口first commit

This commit is contained in:
litianxiang
2025-12-29 10:52:33 +08:00
parent 94c3d1e30d
commit f351184630
15 changed files with 2599 additions and 423 deletions

View File

@@ -9,7 +9,6 @@ from apscheduler.schedulers.background import BackgroundScheduler
from apscheduler.triggers.cron import CronTrigger
from fastapi import HTTPException, APIRouter
from app.service.recommend.service import load_resources, matrix_data
import pymysql
from app.core.config import DB_CONFIG, TABLE_CATEGORIES, RECOMMEND_PATH_PREFIX
from minio import Minio