From d36077f163df7014157daf07cec01f76d261f0f3 Mon Sep 17 00:00:00 2001 From: Logan <logan.markewich@live.com> Date: Mon, 19 Feb 2024 11:47:58 -0600 Subject: [PATCH] changelog (#10983) --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2563ac8ae..f1f7fdba89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # ChangeLog +## [0.10.7] - 2024-02-19 + +### New Features + +- Added Self-Discover llamapack (#10951) + +### Bug Fixes / Nits + +- Fixed linting in CICD (#10945) +- Fixed using remote graph stores (#10971) +- Added missing LLM kwarg in NoText response synthesizer (#10971) +- Fixed openai import in rankgpt (#10971) +- Fixed resolving model name to string in openai embeddings (#10971) +- Off by one error in sentence window node parser (#10971) + ## [0.10.6] - 2024-02-17 First, apologies for missing the changelog the last few versions. Trying to figure out the best process with 400+ packages. -- GitLab