Abhijith Neil Abraham

Results 50 comments of Abhijith Neil Abraham

> Hello @abhijithneilabraham! That's great! I gave it a quick test on a sample dataset i created from my own columns and the basic functionality seems to work! > >...

Hi @dharmesh2002 , Can you be more specific where you have tested a scenario with SQL joins?

Yes. Can you add support for them? On Thu, Apr 21, 2022, 7:48 AM dharmesh2002 ***@***.***> wrote: > @abhijithneilabraham - is it > possible to add new functions like group...

@dharmesh2002 Can you make a pull request with your code and tag it here?

Hi, I reviewed the code. Have you tried testing it on an actual database and see if the results suit your needs in a natural language query? On Fri, Apr...

Multilingual seems like a good suggestion.You need to have is the QA model and clf.py classifier to be available for multilinguals. Also, the tokenization,lemmatisation, etc are done mainly for english,...

That's okay for wikidata.csv, but what about the QA models?

Interesting. Let's give this a shot, would you be able to contribute while we're at this task? It would also be good to have some fluency in the respective language...

Cool. Feel free to ask questions on the go. Also, the multilingual should be optional, as you already know. Like, agent.query_db(lang="chinese") likewise.

Yes what you said is correct. We are using a bert model from huggingface for the QA task. Since you are doing chinese QA, you actually have to use a...