Update README.md

This commit is contained in:
2025-12-27 05:07:01 -08:00
parent 64c45ee66c
commit 501c224540
4 changed files with 17 additions and 21 deletions

View File

@@ -4,11 +4,11 @@
"train": [],
"demos": [],
"signature": {
"instructions": "Task: Generate Cypher statement to query a graph database. \nInstructions: Use only the provided relationship types and properties in the schema. \nDo not use any other relationship types or properties that are not provided in the schema. \nDo not include any explanations or apologies in your responses. \nDo not respond to any questions that might ask anything else than for you to construct a Cypher statement. \nDo not include any text except the generated Cypher statement.",
"instructions": "Task: Generate Cypher statement to query a graph database.\nInstructions: Use only the provided relationship types and properties in the schema.\nDo not use any other relationship types or properties that are not provided in the schema.\nDo not include any explanations or apologies in your responses.\nDo not respond to any questions that might ask anything else than for you to construct a Cypher statement.\nDo not include any text except the generated Cypher statement.",
"fields": [
{
"prefix": "Question:",
"description": "Question to model using a cypher statement."
"description": "Question to model using a cypher statement. Use only the provided relationship types and properties in the schema."
},
{
"prefix": "Neo 4 J Schema:",
@@ -20,7 +20,7 @@
},
{
"prefix": "Statement:",
"description": "Cypher statement to merge nodes and relationships found in the text."
"description": "Cypher statement to query the graph database."
}
]
},