Skip to main content

nlq_handler

Function nlq_handler 

Source
pub async fn nlq_handler(
    __arg0: State<AppState>,
    __arg1: Json<QueryRequest>,
) -> impl IntoResponse
Expand description

Handler for natural language to Cypher translation Uses the NLQ pipeline to convert plain English to Cypher queries.