revert lightrag_openai_demo.py changes
This commit is contained in:
parent
bd158d096b
commit
eed43e071c
1 changed files with 0 additions and 1 deletions
|
|
@ -82,7 +82,6 @@ async def initialize_rag():
|
||||||
working_dir=WORKING_DIR,
|
working_dir=WORKING_DIR,
|
||||||
embedding_func=openai_embed,
|
embedding_func=openai_embed,
|
||||||
llm_model_func=gpt_4o_mini_complete,
|
llm_model_func=gpt_4o_mini_complete,
|
||||||
graph_storage="MemgraphStorage",
|
|
||||||
)
|
)
|
||||||
|
|
||||||
await rag.initialize_storages()
|
await rag.initialize_storages()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue