Skip to content

Commit

Permalink
docs: add LangChain docs (#717)
Browse files Browse the repository at this point in the history
Signed-off-by: Panos Vagenas <[email protected]>
  • Loading branch information
vagenas authored Jan 9, 2025
1 parent e64b5a2 commit 4fa8028
Show file tree
Hide file tree
Showing 7 changed files with 222 additions and 151 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Docling parses documents and exports them to the desired format with ease and sp
* πŸ—‚οΈ Reads popular document formats (PDF, DOCX, PPTX, XLSX, Images, HTML, AsciiDoc & Markdown) and exports to HTML, Markdown and JSON (with embedded and referenced images)
* πŸ“‘ Advanced PDF document understanding including page layout, reading order & table structures
* 🧩 Unified, expressive [DoclingDocument](https://ds4sd.github.io/docling/concepts/docling_document/) representation format
* πŸ€– Easy integration with πŸ¦™ LlamaIndex & πŸ¦œπŸ”— LangChain for powerful RAG / QA applications
* πŸ€– Plug-and-play [integrations](https://ds4sd.github.io/docling/integrations/) incl. LangChain, LlamaIndex, Crew AI & Haystack for agentic AI
* πŸ” OCR support for scanned PDFs
* πŸ’» Simple and convenient CLI

Expand All @@ -39,7 +39,6 @@ Explore the [documentation](https://ds4sd.github.io/docling/) to discover plenty

* ♾️ Equation & code extraction
* πŸ“ Metadata extraction, including title, authors, references & language
* πŸ¦œπŸ”— Native LangChain extension

## Installation

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/hybrid_chunking.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}
],
"source": [
"%pip install -qU 'docling-core[chunking]' sentence-transformers transformers"
"%pip install -qU docling transformers"
]
},
{
Expand Down
Loading

0 comments on commit 4fa8028

Please sign in to comment.