mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 20:16:52 +00:00
Fix graph example documentation (#28653)
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user