Pankaj Kaushal commited on
Commit
b7cf5a4
·
1 Parent(s): b22ee5e

Add logger import

Browse files
lightrag/wrapper/llama_index_impl.py CHANGED
@@ -5,6 +5,7 @@ from llama_index.core.llms import (
5
  ChatResponse,
6
  )
7
  from typing import List, Optional
 
8
 
9
  # Install required dependencies
10
  if not pm.is_installed("llama-index"):
 
5
  ChatResponse,
6
  )
7
  from typing import List, Optional
8
+ from lightrag.utils import logger
9
 
10
  # Install required dependencies
11
  if not pm.is_installed("llama-index"):