mirror of
https://github.com/docling-project/docling.git
synced 2026-05-17 13:10:38 +00:00
docs: add metaxy integration (#3058)
* feat: add metaxy integration * Georg Heiler <georg.kf.heiler@gmail.com> DCO Remediation Commit for Georg Heiler <georg.kf.heiler@gmail.com> I, Georg Heiler <georg.kf.heiler@gmail.com>, hereby add my Signed-off-by to this commit:d4e08697acSigned-off-by: Georg Heiler <georg.kf.heiler@gmail.com> * DCO Remediation Commit for Georg Heiler <georg.kf.heiler@gmail.com> I, Georg Heiler <georg.kf.heiler@gmail.com>, hereby add my Signed-off-by to this commit:d4e08697acSigned-off-by: Georg Heiler <georg.kf.heiler@gmail.com> --------- Signed-off-by: Georg Heiler <georg.kf.heiler@gmail.com>
This commit is contained in:
Vendored
+1
@@ -5,6 +5,7 @@ Here some of our picks to get you started:
|
||||
- [🦜️🔗 LangChain](./langchain.md)
|
||||
- [༄ Langflow](./langflow.md)
|
||||
- [🦙 LlamaIndex](./llamaindex.md)
|
||||
- [🌀 Metaxy](./metaxy.md)
|
||||
- [🧠 Semantica](./semantica.md)
|
||||
- [🌾 Haystack](./haystack.md)
|
||||
- [🇨 Crew AI](./crewai.md)
|
||||
|
||||
Vendored
+20
@@ -0,0 +1,20 @@
|
||||
Docling can be used with [Metaxy](https://docs.metaxy.io/latest/), a framework that perfects the art of doing nothing.
|
||||
|
||||
By combining Docling-based document processing with Metaxy, teams can save compute cost while accelerating experimentation for multimodal and HPC-oriented workloads.
|
||||
|
||||
<a href="https://docs.metaxy.io/latest/">
|
||||
<img src="https://docs.metaxy.io/latest/assets/metaxy.svg" alt="Metaxy logo" width="220" />
|
||||
</a>
|
||||
|
||||
- 📖 [Metaxy docs][metaxy_docs]
|
||||
- 📝 [Metaxy announcement][metaxy_announcement]
|
||||
- 📝 [Metaxy + Dagster + Slurm + multimodal walkthrough][metaxy_walkthrough]
|
||||
- 💻 [Docling + Metaxy example in dagster-slurm][docling_metaxy_example]
|
||||
- 🎞 [Slide deck][slide_deck]
|
||||
|
||||
[metaxy_docs]: https://docs.metaxy.io/latest/
|
||||
[metaxy_announcement]: https://anam.ai/blog/metaxy
|
||||
[metaxy_walkthrough]: https://georgheiler.com/2026/02/22/metaxy-dagster-slurm-multimodal/
|
||||
[docling_metaxy_example]: https://github.com/ascii-supply-networks/dagster-slurm/blob/main/examples/projects/dagster-slurm-example-hpc-workload/dagster_slurm_example_hpc_workload/ray/process_documents_docling_metaxy.py
|
||||
[slide_deck]: https://dagster-slurm.geoheil.com/slides-multimodal/index.html#/18?clicks=1
|
||||
|
||||
Reference in New Issue
Block a user