This commit is contained in:
LarFii
2024-11-11 10:45:22 +08:00
parent 958cb9627e
commit d0c1844264
10 changed files with 35 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
import os
from lightrag import LightRAG, QueryParam
from lightrag.llm import gpt_4o_mini_complete, gpt_4o_complete
from lightrag.llm import gpt_4o_mini_complete
#########
# Uncomment the below two lines if running in a jupyter notebook to handle the async nature of rag.insert()
# import nest_asyncio