Skip to content

Commit

Permalink
Update data files
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Shang committed Dec 13, 2024
1 parent 9b84b07 commit 3684111
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
16 changes: 5 additions & 11 deletions notebook/agentchat_graph_rag_neo4j.ipynb

Large diffs are not rendered by default.

Binary file modified test/agentchat/contrib/graph_rag/BUZZ_Employee_Handbook.docx
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion test/agentchat/contrib/graph_rag/test_neo4j_graph_rag.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def neo4j_query_engine():
"RESPONSIBILITY": ["ASSIGNED_TO", "REQUIRES", "DEFINED_AS"],
}

# Create FalkorGraphQueryEngine
# Create Neo4jGraphQueryEngine
query_engine = Neo4jGraphQueryEngine(
username="neo4j", # Change if you reset username
password="password", # Change if you reset password
Expand Down

0 comments on commit 3684111

Please sign in to comment.