-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: google/langextract
base: v1.0.3
head repository: google/langextract
compare: v1.0.4
- 9 commits
- 16 files changed
- 4 contributors
Commits on Aug 3, 2025
-
Merge pull request #29 from google/fix-save-annotated-documents-mkdir
Fix save_annotated_documents to handle string paths
Configuration menu - View commit details
-
Copy full SHA for a415b94 - Browse repository at this point
Copy the full SHA a415b94View commit details -
Merge pull request #31 from google/feature/add-oai-inference
feat: Add OpenAI language model support
Configuration menu - View commit details
-
Copy full SHA for c8ef723 - Browse repository at this point
Copy the full SHA c8ef723View commit details
Commits on Aug 4, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for dfe8188 - Browse repository at this point
Copy the full SHA dfe8188View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 87c511e - Browse repository at this point
Copy the full SHA 87c511eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc61372 - Browse repository at this point
Copy the full SHA dc61372View commit details
Commits on Aug 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for da771e6 - Browse repository at this point
Copy the full SHA da771e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e83d5cf - Browse repository at this point
Copy the full SHA e83d5cfView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 337beee - Browse repository at this point
Copy the full SHA 337beeeView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for a7ef0bd - Browse repository at this point
Copy the full SHA a7ef0bdView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.3...v1.0.4