Open axif0 opened 1 month ago
Yes, this would be great, @axif0! But let's finish the current issues first :)
Discussing this a bit with @axif0 right now. We don't really think that the way that we're doing autosuggestions is something that would be applicable to other communities. Also, the long term plan is that we would actually not be using Wikipedia based calculated autosuggestions for this, but rather include a small LLM model in the language packs that would provide context based autosuggestions. Because of this, the work for this issue could potentially be to simply remove autosuggestions as an option for the CLI, and we will then use the notebook as needed in the Scribe community.
CC @wkyoshida and @mhmohona
Hello @andrewtavis 👋🏼, I hope you are doing well ! I am eager to work on this bug. Can you asign me to it please 🙏🏽?
Hello @andrewtavis 👋🏼, I just made a PR about this issue here : https://github.com/scribe-org/Scribe-Data/pull/462 Please review it and let me know if I should modify something 😊.
Terms
Behavior
Currently in get.py, there is no logic set for Autosuggestions.
As in process_wiki.py function called gen_autosuggestions already defined. Can we can that in get.py ? If yes, I want to work on this issue.