o19s / skipchunk

Extracts a latent knowledge graph from text and index/query it in elasticsearch or solr
MIT License
19 stars 2 forks source link

Query API for content searching #7

Closed binarymax closed 4 years ago

binarymax commented 4 years ago

The query API currently only supports autocomplete for concept/predicate matching

The query API will need to be developed for rich content search.

The most important requirement - this API needs to be 'pass through' that accepts a regular Solr or Elasticsearch query, and returns the raw search engine response. A good test of this will be that it works out of the box with Quepid and Splainer.

binarymax commented 4 years ago

Not living here anymore - supported in Hello-NLP