Skip to content

quantleaf/query

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 

Repository files navigation

Quantleaf Query

Getting started

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.

  1. Desribe your schema.
  2. Make a query request with the search text and your schema to the API to obtain a translated generalized query structure.
  3. Interact with the generalized query structure. As an example one can apply a transformation so that SQL or Elasticsearch Query format is obtained.

Request API key

Create an account and request an API key at account.quantleaf.com

Using Node

You can use Quantleaf Query SDK for Node to perform (1) and (2).

Using any programming language

You can use our API directly to perform (1) and (2). Read the API documentation

Questions, feature requests, problems?

Create an issue!

Releases

No releases published

Packages

No packages published