Skip to content

Releases: xberg-io/langchain-xberg

Release list

v1.0.0

Choose a tag to compare

@Goldziher Goldziher released this 24 Feb 19:41
v1.0.0
63b9ef4

langchain-kreuzberg v1.0.0

Production-ready LangChain document loader for Kreuzberg.

Highlights

  • KreuzbergLoader extending langchain_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 ExtractionConfig passthrough
  • PEP 561 typed (py.typed)

Install

pip install langchain-kreuzberg

See the README for usage examples and API reference.