Fixed typing error
This commit is contained in:
parent
ea566d815d
commit
d8309c81d5
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ from lightrag.llm import openai_complete_if_cache, openai_embedding
|
|||
from lightrag.llm import azure_openai_complete_if_cache, azure_openai_embedding
|
||||
|
||||
from lightrag.utils import EmbeddingFunc
|
||||
from typing import Optional, List, Union
|
||||
from typing import Optional, List, Union, Any
|
||||
from enum import Enum
|
||||
from pathlib import Path
|
||||
import shutil
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue