We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/neuml/txtai'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
mlonnx.md•839 B
# MLOnnx


Exports a traditional machine learning model (i.e. scikit-learn) to ONNX.
## Example
See the link below for a detailed example.
| Notebook | Description | |
|:----------|:-------------|------:|
| [Export and run other machine learning models](https://github.com/neuml/txtai/blob/master/examples/21_Export_and_run_other_machine_learning_models.ipynb) | Export and run models from scikit-learn, PyTorch and more | [](https://colab.research.google.com/github/neuml/txtai/blob/master/examples/21_Export_and_run_other_machine_learning_models.ipynb) |
## Methods
Python documentation for the pipeline.
### ::: txtai.pipeline.MLOnnx.__call__