revert lightrag_openai_demo.py changes

This commit is contained in:
DavIvek 2025-06-27 14:49:57 +02:00
parent bd158d096b
commit eed43e071c

View file

@ -82,7 +82,6 @@ async def initialize_rag():
working_dir=WORKING_DIR,
embedding_func=openai_embed,
llm_model_func=gpt_4o_mini_complete,
graph_storage="MemgraphStorage",
)
await rag.initialize_storages()