DavIvek commited on
Commit
16306f7
·
1 Parent(s): 7c8ef0b

revert lightrag_openai_demo.py changes

Browse files
Files changed (1) hide show
  1. examples/lightrag_openai_demo.py +0 -1
examples/lightrag_openai_demo.py CHANGED
@@ -82,7 +82,6 @@ async def initialize_rag():
82
  working_dir=WORKING_DIR,
83
  embedding_func=openai_embed,
84
  llm_model_func=gpt_4o_mini_complete,
85
- graph_storage="MemgraphStorage",
86
  )
87
 
88
  await rag.initialize_storages()
 
82
  working_dir=WORKING_DIR,
83
  embedding_func=openai_embed,
84
  llm_model_func=gpt_4o_mini_complete,
 
85
  )
86
 
87
  await rag.initialize_storages()