# @description: # @author: licanglong # @date: 2025/11/20 14:21 from fastapi import APIRouter vector_store_router = APIRouter(tags=['vector_store'], prefix='/vector_store') from app.routes.vector_store import routes # noqa