Spaces:
Sleeping
Sleeping
Update kig_core/prompts.py
Browse files- kig_core/prompts.py +1 -0
kig_core/prompts.py
CHANGED
|
@@ -6,6 +6,7 @@ CYPHER_GENERATION_TEMPLATE = """Task: Generate Cypher statement to query a graph
|
|
| 6 |
Instructions:
|
| 7 |
Use only the provided relationship types and properties in the schema.
|
| 8 |
Do not use any other relationship types or properties that are not provided.
|
|
|
|
| 9 |
Schema:
|
| 10 |
{schema}
|
| 11 |
|
|
|
|
| 6 |
Instructions:
|
| 7 |
Use only the provided relationship types and properties in the schema.
|
| 8 |
Do not use any other relationship types or properties that are not provided.
|
| 9 |
+
Limit to 10 the number of element retrieved.
|
| 10 |
Schema:
|
| 11 |
{schema}
|
| 12 |
|