Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/langextract
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.3
Choose a base ref
...
head repository: google/langextract
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.4
Choose a head ref
  • 9 commits
  • 16 files changed
  • 4 contributors

Commits on Aug 3, 2025

  1. Merge pull request #29 from google/fix-save-annotated-documents-mkdir

    Fix save_annotated_documents to handle string paths
    aksg87 authored Aug 3, 2025
    Configuration menu
    Copy the full SHA
    a415b94 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #31 from google/feature/add-oai-inference

    feat: Add OpenAI language model support
    aksg87 authored Aug 3, 2025
    Configuration menu
    Copy the full SHA
    c8ef723 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. fix(ui): prevent current highlight border from being obscured. Change…

    …s: (#10)
    
    * docs: clarify output_dir behavior in medication_examples.md
    
    * Removed inline comment in medication example
    
    Deleted an inline comment referencing the  output directory in the save_annotated_documents.
    
    * docs: add output_dir="." to all save_annotated_documents examples
    
    Prevents confusion from default `test_output/...` by explicitly saving to current directory.
    
    * build: add formatting & linting pipeline with pre-commit integration
    
    * style: apply pyink, isort, and pre-commit formatting
    
    * ci: enable format and lint checks in tox
    
    * Add LangExtractError base exception for centralized error handling
    
    Introduces a common base exception class that all library-specific exceptions inherit from, enabling users to catch all LangExtract errors with a single except clause.
    
    * fix(ui): prevent current highlight border from being obscured
    
    ---------
    
    Co-authored-by: Leena Kamran <62442533+kleeena@users.noreply.github.com>
    Co-authored-by: Akshay Goel <akshay.k.goel@gmail.com>
    3 people authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    dfe8188 View commit details
    Browse the repository at this point in the history
  2. feat: Add live API integration tests (#39)

    - Gemini & OpenAI test suites with retry on transient errors
    - CI: Separate job, Python 3.11 only, skips for forks
    - Validates char_interval for all extractions
    - Multilingual test xfail (issue #13)
    
    TODO: Remove xfail from multilingual test after tokenizer fix
    aksg87 authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    87c511e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc61372 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. Configuration menu
    Copy the full SHA
    da771e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e83d5cf View commit details
    Browse the repository at this point in the history
  3. feat: Add Ollama integration with Docker examples and CI tests (#62)

    - Add quickstart example and documentation for local LLM usage
    - Include Docker setup with health checks and docker-compose
    - Add integration tests and update CI pipeline
    - Secure setup: localhost-only binding, containerized deployment
    
    Signed-off-by: Akshay Goel <goelak@google.com>
    aksg87 authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    337beee View commit details
    Browse the repository at this point in the history
  4. chore: Bump version to 1.0.4 for release

    - Ollama integration with Docker examples
    - Fixed OllamaLanguageModel parameter name (model -> model_id)
    - Added CI/CD tests for Ollama
    - Updated documentation with consistent API examples
    aksg87 committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    a7ef0bd View commit details
    Browse the repository at this point in the history
Loading