# @description: # @author: licanglong # @date: 2025/11/20 14:21 from flask import Blueprint vector_store_bp = Blueprint("vector_store", __name__, url_prefix='/vector_store') from app.blueprints.vector_store import routes # noqa