Quantleaf Query is a query translation tool that lets you translate natural language into a standardized query format. The tool is semi-supervised and is easy to use, the procedure is outlined below.
- Desribe your schema.
- Make a query request with the search text and your schema to the API to obtain a translated generalized query structure.
- Interact with the generalized query structure. As an example one can apply a transformation so that SQL or Elasticsearch Query format is obtained.
Create an account and request an API key at account.quantleaf.com
You can use Quantleaf Query SDK for Node to perform (1) and (2).
You can use our API directly to perform (1) and (2). Read the API documentation
Create an issue!