Add logger import

This commit is contained in:
Pankaj Kaushal
2025-02-19 14:59:49 +01:00
parent 203fdf2565
commit 04604841c9

View File

@@ -5,6 +5,7 @@ from llama_index.core.llms import (
ChatResponse,
)
from typing import List, Optional
from lightrag.utils import logger
# Install required dependencies
if not pm.is_installed("llama-index"):