victordibia / neuralqa

NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT
https://victordibia.github.io/neuralqa/
MIT License
233 stars 32 forks source link

Add documentation for customizing retrieval process #54

Open jvence opened 3 years ago

jvence commented 3 years ago

Firstly, thank you for creating one of the most useful project I have seen for Q&A and NLP. It would be great to add documentation for configuring the retrieval with: 1- Our own data imported into ElasticSearch 2- Custom retrievals.

victordibia commented 3 years ago

Hi @jvence

Thanks for the issue. Thats a good idea, Im tracking it and will post updates as I make progress here.