Skip to content

Commit

Permalink
ADS release v2.9.1 (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
liudmylaru committed Dec 6, 2023
1 parent ff08a04 commit 7801722
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Release Notes
=============

2.9.1
-----
Release date: December 6, 2023

* Added support for deploying LangChain application as OCI Model Deployment.
* Added support for using HuggingFace Evaluation as LLM guardrail.
* Added deployment support for RetrievalQA when using OpenSearchVectorSearch or FAISS vector DB as retriever.
* Added reload parameters in ``GenericModel.save()`` to provide option to not reload score.py.
* Fixed a bug in model deployment progress bar due to fixed number of steps.
* Fixed a bug in ``ads opctl build-image job-local`` command.

2.9.0
-----
Release date: November 16, 2023
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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.9.0"
version = "2.9.1"

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

0 comments on commit 7801722

Please sign in to comment.