Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADS v2.12.3 release #985

Merged
merged 2 commits into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Release Notes
=============

2.12.3
-------
Release date: October 29, 2024

* Added support for private endpoint for Model Deployment.
* Removed tag validation for filtering AI Quick Actions models.
* Added support for BYOC deployment for embedding models via Text Embedding Inference for AI Quick Actions.
* Fixed bugs for GGUF model registration for AI Quick Actions.
* Updates for LLM integration for LangChain and documentation for LLM apps/agents deployment.

2.12.2
-------
Release date: October 18, 2024
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"

# Required
name = "oracle_ads" # the install (PyPI) name; name for local build in [tool.flit.module] section below
version = "2.12.2"
version = "2.12.3"

# Optional
description = "Oracle Accelerated Data Science SDK"
Expand Down
Loading