Download Latest Version v1.3.0 source code.tar.gz (10.6 MB)
Email in envelope

Get an email when there's a new version of LangExtract

Home / v1.2.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-03-22 1.1 kB
v1.2.0 source code.tar.gz 2026-03-22 10.6 MB
v1.2.0 source code.zip 2026-03-22 10.7 MB
Totals: 3 Items   21.3 MB 1

What's New

Features

  • Cross-chunk context awareness for coreference resolution (#306)
  • Resolves pronouns and references across chunk boundaries (e.g., "She" → "Dr. Sarah Johnson")
  • New context_window_chars parameter on extract()

Bug Fixes

  • Load builtin providers before resolution regardless of config path (#419)
  • Fixes InferenceConfigError when specifying provider by name via ModelConfig(provider='ollama')
  • Graceful handling of chunks with no extractable entities (#423)
  • suppress_parse_errors now defaults to True in extract() so one unparseable chunk does not fail the entire document
  • Sanitizes suppress-parse-error log path to exclude raw chunk text
  • Send keep_alive at top level for Ollama API (#421)
  • Support Enum/dataclass values in GCS batch cache hashing (#359)
  • Handle non-Gemini model output parsing edge cases (#300)

Documentation

  • Clarify that ungrounded extractions have char_interval=None (#420)
  • Clarify best practices for few-shot examples (#302)

Full Changelog: https://github.com/google/langextract/compare/v1.1.1...v1.2.0

Source: README.md, updated 2026-03-22