semantic-code-search icon indicating copy to clipboard operation
semantic-code-search copied to clipboard

Language Support: Elixir?

Open Nezteb opened this issue 2 years ago • 2 comments
trafficstars

  • https://elixir-lang.org
  • https://github.com/elixir-lang/tree-sitter-elixir

Nezteb avatar Sep 20 '23 15:09 Nezteb

I dug a bit into this. Another model needed to add Elixir support because the one currently used is trained on a dataset with a specific set of languages. I couldn't find any similar dataset for Elixir so the starting point would be creating it.

chvanikoff avatar Nov 20 '23 13:11 chvanikoff

@krlvi @imliam Is this as simple as just providing a list of popular well-maintained Elixir codebases?

If so:

  • https://github.com/elixir-lang/elixir (22.3k stars)
  • https://github.com/phoenixframework/phoenix (20.1k stars)
  • https://github.com/plausible/analytics (16.8k stars)
  • https://github.com/supabase/realtime (6.2k stars)
  • https://github.com/firezone/firezone (5.6k stars)
  • https://github.com/livebook-dev/livebook (4k stars)
  • https://github.com/sorentwo/oban (2.8k stars)
  • https://github.com/thechangelog/changelog.com (2.6k stars)
  • https://github.com/dashbitco/broadway (2.2k stars)
  • https://github.com/mtrudel/bandit (1.3k stars)
  • https://github.com/membraneframework/membrane_core (1.1k stars)

Take your pick! 😄

Nezteb avatar Nov 20 '23 19:11 Nezteb