mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 20:58:11 +00:00
docs: add integrations, revamp docs (#693)
Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
This commit is contained in:
51
mkdocs.yml
51
mkdocs.yml
@@ -65,7 +65,7 @@ nav:
|
||||
- Chunking: concepts/chunking.md
|
||||
- Examples:
|
||||
- Examples: examples/index.md
|
||||
- Conversion:
|
||||
- 🔀 Conversion:
|
||||
- "Simple conversion": examples/minimal.py
|
||||
- "Custom conversion": examples/custom_convert.py
|
||||
- "Batch conversion": examples/batch_convert.py
|
||||
@@ -76,31 +76,36 @@ nav:
|
||||
- "Multimodal export": examples/export_multimodal.py
|
||||
- "Force full page OCR": examples/full_page_ocr.py
|
||||
- "Accelerator options": examples/run_with_accelerator.py
|
||||
- Chunking:
|
||||
- ✂️ Chunking:
|
||||
- "Hybrid chunking": examples/hybrid_chunking.ipynb
|
||||
- RAG / QA:
|
||||
- "RAG with Haystack": examples/rag_haystack.ipynb
|
||||
- "RAG with LlamaIndex 🦙": examples/rag_llamaindex.ipynb
|
||||
- "RAG with LangChain 🦜🔗": examples/rag_langchain.ipynb
|
||||
- "RAG with Weaviate": examples/rag_weaviate.ipynb
|
||||
- "Hybrid RAG with Qdrant": examples/hybrid_rag_qdrant.ipynb
|
||||
- 💬 RAG / QA:
|
||||
- examples/rag_haystack.ipynb
|
||||
- examples/rag_llamaindex.ipynb
|
||||
- examples/rag_langchain.ipynb
|
||||
- examples/rag_weaviate.ipynb
|
||||
- examples/retrieval_qdrant.ipynb
|
||||
- Integrations:
|
||||
- Integrations: integrations/index.md
|
||||
- "🐝 Bee": integrations/bee.md
|
||||
- "Cloudera": integrations/cloudera.md
|
||||
- "Data Prep Kit": integrations/data_prep_kit.md
|
||||
- "DocETL": integrations/docetl.md
|
||||
- "Haystack": integrations/haystack.md
|
||||
- "🐶 InstructLab": integrations/instructlab.md
|
||||
- "Kotaemon": integrations/kotaemon.md
|
||||
- "🦙 LlamaIndex": integrations/llamaindex.md
|
||||
- "OpenContracts": integrations/opencontracts.md
|
||||
- "Prodigy": integrations/prodigy.md
|
||||
- "RHEL AI": integrations/rhel_ai.md
|
||||
- "spaCy": integrations/spacy.md
|
||||
- "txtai": integrations/txtai.md
|
||||
- "Vectara": integrations/vectara.md
|
||||
# - "LangChain 🦜🔗": integrations/langchain.md
|
||||
- 🤖 Agentic / AI dev frameworks:
|
||||
- "Bee Agent Framework": integrations/bee.md
|
||||
- "Crew AI": integrations/crewai.md
|
||||
- "Haystack": integrations/haystack.md
|
||||
# - "LangChain": integrations/langchain.md
|
||||
- "LlamaIndex": integrations/llamaindex.md
|
||||
- "txtai": integrations/txtai.md
|
||||
- ⭐️ Featured:
|
||||
- "Data Prep Kit": integrations/data_prep_kit.md
|
||||
- "InstructLab": integrations/instructlab.md
|
||||
- "NVIDIA": integrations/nvidia.md
|
||||
- "Prodigy": integrations/prodigy.md
|
||||
- "RHEL AI": integrations/rhel_ai.md
|
||||
- "spaCy": integrations/spacy.md
|
||||
- 🗂️ More integrations:
|
||||
- "Cloudera": integrations/cloudera.md
|
||||
- "DocETL": integrations/docetl.md
|
||||
- "Kotaemon": integrations/kotaemon.md
|
||||
- "OpenContracts": integrations/opencontracts.md
|
||||
- "Vectara": integrations/vectara.md
|
||||
- Reference:
|
||||
- Python API:
|
||||
- Document Converter: reference/document_converter.md
|
||||
|
||||
Reference in New Issue
Block a user