Results 15 comments of Manthan Dave

@reedrosenbluth @hcoles @ProofOfPizza I spent some time debugging this with a test codebase today. It is not related to HTTP errors but when any kind of unchecked exception is thrown...

@nickmcblain How are you picturing this to work?

@nickmcblain Something like this? https://github.com/manthanhd/talkify/pull/41

Hey @aaronbuchwald I've linked the PRs above but here you go https://github.com/ava-labs/avalanchego-internal/pull/720

@aaronbuchwald - You will need this patch for the avash `local_five_node_staking_leveldb` script if you are testing this locally against the local avalanchego binary built from `keystore-db` branch, something like this...

Hey @sappenin, yes this is correct. I can help validate this flow by implementing `#2` on our side.

Hi @corpr8. I'm glad that you're thinking about this and I'm not the only one! My thinking comes from other classifiers like the one from API.ai which provides other useful...

@corpr8 This is really cool! Nice work! I've always thought about this but seeing it work is a whole different thing. Really good work! So the implementation for this issue...

Could we replace how queries are processed altogether? Instead of sentences array being composed of strings, it could contain actual `NLPQuery` objects. These objects could be processed using a `QueryProcessor`....

At what point does a filter get executed?