docs: enrich landing pages (#2165)

Signed-off-by: Panos Vagenas <pva@zurich.ibm.com>
This commit is contained in:
Panos Vagenas
2025-08-29 17:19:05 +02:00
committed by GitHub
parent fb3b7b93ae
commit 96cab6b536
6 changed files with 58 additions and 7 deletions

View File

@@ -1 +1,23 @@
Use the navigation on the left to browse through examples covering a range of possible workflows and use cases.
In this space, you can explore numerous Docling application recipes & end-to-end workflows!
Here some of our picks to get you started:
- 🔀 conversion examples ranging from [simple conversion to Markdown](./minimal.py) and export of [figures](./export_figures.py) & [tables](./export_tables.py), to [VLM](./minimal_vlm_pipeline.py) and [audio](./minimal_asr_pipeline.py) pipelines
- 💬 various RAG examples, e.g. based on [LangChain](./rag_langchain.ipynb), [LlamaIndex](./rag_llamaindex.ipynb), or [Haystack](./rag_haystack.ipynb), including [visual grounding](./visual_grounding.ipynb), and using different vector stores like [Milvus](./rag_milvus.ipynb), [Weaviate](./rag_weaviate.ipynb), or [Qdrant](./retrieval_qdrant.ipynb)
- examples for ✍️ [serialization](./serialization.ipynb) and ✂️ [chunking](./hybrid_chunking.ipynb), including [user-defined customizations](./advanced_chunking_and_serialization.ipynb)
- 🖼️ [picture annotations](./pictures_description.ipynb) and [enrichments](./enrich_doclingdocument.py)
👈 ... and there is much more: explore all the examples using the navigation menu on the side
<div class="grid" style="text-align: center">
<div class="card">
Visual grounding
<hr />
<img loading="lazy" alt="RAG with visual grounding" src="../assets/visual_grounding.png" height="150px" />
</div>
<div class="card">
Picture annotations
<hr />
<img loading="lazy" alt="Picture annotation" src="../assets/picture_annotations.png" height="150px" />
</div>
</div>