Releases: xberg-io/langchain-xberg
Releases · xberg-io/langchain-xberg
Release list
v1.0.0
langchain-kreuzberg v1.0.0
Production-ready LangChain document loader for Kreuzberg.
Highlights
KreuzbergLoaderextendinglangchain_core.document_loaders.BaseLoader- 75+ file formats via Kreuzberg extraction API
- True async support (
aload(),alazy_load()) backed by Rust's tokio runtime - Per-page splitting for fine-grained RAG pipelines
- Rich metadata: quality scores, detected languages, keywords, tables, document properties
- OCR with Tesseract, EasyOCR, and PaddleOCR backends
- Full
ExtractionConfigpassthrough - PEP 561 typed (
py.typed)
Install
pip install langchain-kreuzbergSee the README for usage examples and API reference.