Skip to content

Commit 2799630

Browse files
ADS v2.12.3 release (#985)
2 parents 4936025 + 1a73ccd commit 2799630

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/source/release_notes.rst

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
Release Notes
33
=============
44

5+
2.12.3
6+
-------
7+
Release date: October 29, 2024
8+
9+
* Added support for private endpoint for Model Deployment.
10+
* Removed tag validation for filtering AI Quick Actions models.
11+
* Added support for BYOC deployment for embedding models via Text Embedding Inference for AI Quick Actions.
12+
* Fixed bugs for GGUF model registration for AI Quick Actions.
13+
* Updates for LLM integration for LangChain and documentation for LLM apps/agents deployment.
14+
515
2.12.2
616
-------
717
Release date: October 18, 2024

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"
2121

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

2626
# Optional
2727
description = "Oracle Accelerated Data Science SDK"

0 commit comments

Comments
 (0)