# vex configuration — https://github.com/tenatarika/vex # # Place this file in your project root as .vex.toml # Glob patterns to exclude from indexing (gitignore syntax, on top of .gitignore) # exclude = [ # "vendor/**", # "node_modules/**", # "*.generated.go", # "dist/**", # ] # Default output format: "text", "json", or "compact" # format = "text" # Enable semantic embeddings by default (slower indexing, enables meaning-based search) semantic = true # Automatically run `vex update` before search if the index is stale auto_update = true # Embedder used for semantic indexing. Known IDs: minilm-l6-v2 (default). # Changing the embedder requires a full reindex. # embedder = "minilm-l6-v2"