File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 22Release Notes
33=============
44
5+ 2.9.1
6+ -----
7+ Release date: December 6, 2023
8+
9+ * Added support for deploying LangChain application as OCI Model Deployment.
10+ * Added support for using HuggingFace Evaluation as LLM guardrail.
11+ * Added deployment support for RetrievalQA when using OpenSearchVectorSearch or FAISS vector DB as retriever.
12+ * Added reload parameters in ``GenericModel.save() `` to provide option to not reload score.py.
13+ * Fixed a bug in model deployment progress bar due to fixed number of steps.
14+ * Fixed a bug in ``ads opctl build-image job-local `` command.
15+
5162.9.0
617-----
718Release date: November 16, 2023
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ build-backend = "flit_core.buildapi"
1919
2020# Required
2121name = " oracle_ads" # the install (PyPI) name; name for local build in [tool.flit.module] section below
22- version = " 2.9.0 "
22+ version = " 2.9.1 "
2323
2424# Optional
2525description = " Oracle Accelerated Data Science SDK"
You can’t perform that action at this time.
0 commit comments