mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-10-02 11:37:17 +00:00
Fixed typing error
This commit is contained in:
parent
ea566d815d
commit
d8309c81d5
@ -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…
x
Reference in New Issue
Block a user