Add logger import
This commit is contained in:
@@ -5,6 +5,7 @@ from llama_index.core.llms import (
|
|||||||
ChatResponse,
|
ChatResponse,
|
||||||
)
|
)
|
||||||
from typing import List, Optional
|
from typing import List, Optional
|
||||||
|
from lightrag.utils import logger
|
||||||
|
|
||||||
# Install required dependencies
|
# Install required dependencies
|
||||||
if not pm.is_installed("llama-index"):
|
if not pm.is_installed("llama-index"):
|
||||||
|
Reference in New Issue
Block a user