neuralqa icon indicating copy to clipboard operation
neuralqa copied to clipboard

v0.0.1alpha Overall Roadmap

Open victordibia opened this issue 5 years ago • 0 comments

v0.0.1

Backend

  • [x] Add sample questions/passages from yaml backend

  • [x] RelSnip toggle, also visualize RelSnip

  • [x] Tests for bad yaml

  • [ ] Revise probability scoring function (explore guidance from HF piplelines)

  • [ ] Load state from local storage

  • [ ] Query expansion methods

    • [ ] Word2Vec,
    • [ ] MLM,
  • [ ] endpoint access control?

  • [ ] Index interface refactor ..

    • [x] Index query config files. ie for each index, what fields should be used for queriese etc
    • [ ] Support for Solr indexes
  • [ ] Test suite

    • [ ] models
    • [ ] index
    • [ ] ui
    • [ ] expander
    • [ ] explainer
  • [x] ~Fix Search index commandline credentials interface~ ... Move index params to config.yaml strictly

Deployment/Testing CI/CD

  • [ ] .. add build passing,
  • [ ] test passing,
  • [x] doc passing badges to keep track of build errors, tests, docs

victordibia avatar Jul 04 '20 05:07 victordibia