File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 2
2
Release Notes
3
3
=============
4
4
5
+ 2.12.9
6
+ -------
7
+ Release date: December 18, 2024
8
+
9
+ * Support freeform and defined tags for resource creation in AI Quick Actions.
10
+ * Enhance LangChain Integration to accept the route parameter in the request headers.
11
+
5
12
2.12.8
6
13
-------
7
14
Release date: November 27, 2024
15
+
8
16
* Fixed bugs in the AI Quick Actions Model Deployment for models registered via Object Storage.
9
17
10
18
2.12.7
11
19
-------
12
20
Release date: November 20, 2024
21
+
13
22
* Fixed bugs in the AI Quick Actions Evaluation.
14
23
15
24
2.12.6
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"
21
21
22
22
# Required
23
23
name = " oracle_ads" # the install (PyPI) name; name for local build in [tool.flit.module] section below
24
- version = " 2.12.8 "
24
+ version = " 2.12.9 "
25
25
26
26
# Optional
27
27
description = " Oracle Accelerated Data Science SDK"
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ class TestDataset:
253
253
"created_on" : "2024-01-01T00:00:00.000000+00:00" ,
254
254
"created_by" : "ocid1.user.oc1..<OCID>" ,
255
255
"endpoint" : MODEL_DEPLOYMENT_URL ,
256
- "private_endpoint_id" : "" ,
256
+ "private_endpoint_id" : null ,
257
257
"environment_variables" : {
258
258
"BASE_MODEL" : "service_models/model-name/artifact" ,
259
259
"MODEL_DEPLOY_ENABLE_STREAMING" : "true" ,
You can’t perform that action at this time.
0 commit comments