semantic-code-search
semantic-code-search copied to clipboard
Language Support: Elixir?
trafficstars
- https://elixir-lang.org
- https://github.com/elixir-lang/tree-sitter-elixir
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.
@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! 😄