__init__.py 226 B

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