What would you like to see?
For the Embedder, there's two missing configurable parameters:
- Chunking strategy: fixed (current default), recursive (model figures out dynamically), structural, etc. You don't have to include the options since they're evolving. Just an optional text field to pass to embedder
- Query prefix: models like Qwen3-Embedding-8B require a query and instruct prefix. This could also be a text field in the Embedder settings
What would you like to see?
For the Embedder, there's two missing configurable parameters: