scribe-org / Scribe-Data

Wikidata, Wiktionary and Wikipedia language data extraction
GNU General Public License v3.0
30 stars 69 forks source link

Autosuggestions Data-type doesn't accessible #206

Open axif0 opened 1 month ago

axif0 commented 1 month ago

Terms

Behavior

Currently in get.py, there is no logic set for Autosuggestions.

image

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.

andrewtavis commented 1 month ago

Yes, this would be great, @axif0! But let's finish the current issues first :)

andrewtavis commented 1 month ago

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

Collins-Webdev commented 1 month ago

Hello @andrewtavis 👋🏼, I hope you are doing well ! I am eager to work on this bug. Can you asign me to it please 🙏🏽?

Collins-Webdev commented 1 month ago

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 😊.