Skip to content

Commit d354c3c

Browse files
remove double variable (#17840)
1 parent f837c47 commit d354c3c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docs/docs/examples/property_graph/property_graph_advanced.ipynb

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,6 @@
124124
" \"PLACE\": [\"HAS\", \"PART_OF\", \"WORKED_AT\"],\n",
125125
" \"ORGANIZATION\": [\"HAS\", \"PART_OF\", \"WORKED_WITH\"],\n",
126126
"}\n",
127-
"validation_schema = [\n",
128-
" (\"ORGANIZATION\", \"HAS\", \"PERSON\"),\n",
129-
" (\"PERSON\", \"WORKED_AT\", \"ORGANIZATION\"),\n",
130-
" (\"PERSON\", \"WORKED_WITH\", \"PERSON\"),\n",
131-
" (\"PERSON\", \"WORKED_ON\", \"ORGANIZATION\"),\n",
132-
" (\"PERSON\", \"PART_OF\", \"ORGANIZATION\"),\n",
133-
" (\"ORGANIZATION\", \"PART_OF\", \"ORGANIZATION\"),\n",
134-
" (\"PERSON\", \"WORKED_AT\", \"PLACE\"),\n",
135-
"]\n",
136127
"\n",
137128
"kg_extractor = SchemaLLMPathExtractor(\n",
138129
" llm=Ollama(model=\"llama3\", json_mode=True, request_timeout=3600),\n",

0 commit comments

Comments
 (0)