index to neo4j working and tested. check queires next.

This commit is contained in:
Ken Wiltshire
2024-10-30 17:48:14 -04:00
parent 7364735df2
commit c2ebb819fd
13 changed files with 32177 additions and 9668 deletions

View File

@@ -8,8 +8,7 @@ from lightrag.llm import gpt_4o_mini_complete, gpt_4o_complete
# nest_asyncio.apply()
#########
WORKING_DIR = "./neo4jWorkDir"
WORKING_DIR = "./local_neo4jWorkDir"
if not os.path.exists(WORKING_DIR):
os.mkdir(WORKING_DIR)