mix ragex.configure
(Ragex v0.8.0)
View Source
Interactive configuration wizard for Ragex setup.
Usage
# Launch interactive wizard
mix ragex.configure
# Show current configuration
mix ragex.configure --showCreates a .ragex.exs configuration file in your project root with:
- Project type detection (Elixir, Erlang, Python, JS/TS, polyglot)
- Embedding model selection with comparison table
- AI provider configuration (OpenAI, Anthropic, DeepSeek, Ollama)
- Analysis options (exclusions, cache settings)
- Custom analysis rules
The wizard detects your project structure and suggests optimal defaults.