From 257a3127f93662d9eb754525f498851aa0cc44b5 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Mon, 13 May 2024 23:39:33 +0200 Subject: [PATCH] chore(main): release 0.0.252 (#2581) :robot: I have created a release *beep* *boop* --- ## 0.0.252 (2024-05-13) ## What's Changed * docs: Update GPT4 documentation with available tools and use cases by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2580 * docs: Add docstrings to integration brains by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2582 * fix: Update import statements for OllamaEmbeddings by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2584 * feat: Add support for gpt-4o model by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2589 **Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.251...v0.0.252 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20c01f776ef..27901e9dc54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.0.252 (2024-05-13) + +## What's Changed +* docs: Update GPT4 documentation with available tools and use cases by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2580 +* docs: Add docstrings to integration brains by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2582 +* fix: Update import statements for OllamaEmbeddings by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2584 +* feat: Add support for gpt-4o model by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2589 + + +**Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.251...v0.0.252 + ## 0.0.251 (2024-05-10) ## What's Changed