From be7763deeab90048a88d0f6e2e19fe06ce8d1a24 Mon Sep 17 00:00:00 2001 From: Andrei Fajardo Date: Wed, 8 Nov 2023 15:20:31 -0500 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe3c45975eac2..c77132514cfab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,20 @@ # ChangeLog -## Unreleased +## [0.8.65] - 2023-11-08 + +### New Features + +- `OpenAIAgent` parallel function calling (#8738) ### Bug Fixes / Nits - Fixed missing import for `embeddings.__all__` (#8779) +### Breaking Changes / Deprecations + +- Use `tool_choice` over `function_call` and `tool` over `functions` in `OpenAI(LLM)` (#8738) +- Deprecate `to_openai_function` in favor of `to_openai_tool` (#8738) + ## [0.8.64] - 2023-11-06 ### New Features @@ -15,11 +24,6 @@ - OpenAI GPT4v Abstraction (#8719) - Add support for `Lantern` VectorStore (#8714) -### Breaking Changes / Deprecations - -- Use `tool_choice` over `function_call` and `tool` over `functions` in `OpenAI(LLM)` (#8738) -- Deprecate `to_openai_function` in favor of `to_openai_tool` (#8738) - ### Bug Fixes / Nits - Fix returning zero nodes in elastic search vector store (#8746)