Add logger import
This commit is contained in:
parent
203fdf2565
commit
04604841c9
1 changed files with 1 additions and 0 deletions
|
|
@ -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"):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue