Pratyush Chauhan
Pratyush Chauhan
A module on RAG would be nice.
> > A module on RAG would be nice. > > Great suggestion, we are adding that early next year! cool, what framework?
I was able to reproduce this issue, will try to see what's causing it.
After reviewing the last PR I have added modifications to improve suggestions.
@animator are these results good? Before (no results due to typo):  After (using fuzzy match): 
@animator I worked on passing most of the test cases but there was 1 test case I could not get to pass, it is due to the nature of how...
> It should show recommendation if there is a typo but if an exact substring match exists, it should show only them. @animator I have a suggestion to implement this....
Doing this also passes the one test case I had to edit. This should do better than the previous approach.
Passes all test cases and does not show approximate suggestions if no typo exists. If typo exists then it shows fuzzy suggestions.
@ashitaprasad worked on your suggestion, now the first character match is given preference in predictions. 