graphdb-workbench-tests
Version:
Cypress tests for GraphDB workbench
50 lines (49 loc) • 1.67 kB
JSON
{
"id": "id",
"name": "Quadro",
"model": "gpt-4o",
"api": "openai-completions",
"contextSize": 128000,
"temperature": 0.7,
"topP": 1.0,
"seed": 0,
"repositoryId": "test-repository",
"instructions": {
"systemInstruction": "",
"userInstruction": "If you need to write a SPARQL query, use only the classes and properties provided in the schema and don't invent or guess any. Always try to return human-readable names or labels and not only the IRIs. If SPARQL fails to provide the necessary information you can try another tool too."
},
"assistantExtractionMethods": [
{
"method": "sparql_search",
"ontologyGraph": "http://example.com",
"sparqlQuery": "CONSTRUCT {?s ?p ?o} WHERE {GRAPH <http://example.org/ontology> {?s ?p ?o .}}",
"addMissingNamespaces": false
},
{
"method": "fts_search",
"maxNumberOfTriplesPerCall": 0
},
{
"method": "similarity_search",
"similarityIndex": null,
"similarityIndexThreshold": 0.6,
"maxNumberOfTriplesPerCall": 0,
"connectorType": "similarity"
},
{
"method": "retrieval_search",
"retrievalConnectorInstance": "retrieval-connector",
"queryTemplate": "{\"query\": \"string\"}",
"maxNumberOfTriplesPerCall": 0
}
],
"additionalExtractionMethods": [
{
"method": "iri_discovery_search"
},
{
"method": "autocomplete_iri_discovery_search",
"limit": 0
}
]
}