mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-21 14:18:52 +00:00
Fix graph example documentation (#28653)
This commit is contained in:
parent
c1d348e95d
commit
704059466a
@ -732,7 +732,7 @@
|
||||
" ][0][\"type\"]\n",
|
||||
" == \"STRING\"\n",
|
||||
" ):\n",
|
||||
" pass\n",
|
||||
" continue\n",
|
||||
" mapping = enhanced_graph.query(\n",
|
||||
" f\"MATCH (n:{filter.node_label}) WHERE toLower(n.`{filter.property_key}`) = toLower($value) RETURN 'yes' LIMIT 1\",\n",
|
||||
" {\"value\": filter.property_value},\n",
|
||||
|
Loading…
Reference in New Issue
Block a user