__init__.py 232 B

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