From 1a54940e2a02bfe84035e3b4fdce26519fb36de7 Mon Sep 17 00:00:00 2001 From: namuan <575441+namuan@users.noreply.github.com> Date: Sun, 8 Jan 2023 21:43:37 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.2.0=20=E2=86=92=201.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 634df47..1999113 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 1.3.0 (2023-01-08) + +### Feat + +- Add support for huggingface embedding and allow user to select a different embedding provider from OpenAI +- Add an option to pre-process a PDF file + +### Fix + +- Update Changelog and remove # used for GH issues + ## 1.2.0 (2023-01-07) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 2e94486..cb458db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dr-doc-search" -version = "1.2.0" +version = "1.3.0" description = "Search through a document using a chat interface" authors = [ "namuan ", @@ -70,7 +70,7 @@ mkdocstrings-python = "^0.8.3" [tool.commitizen] name = "cz_conventional_commits" -version = "1.2.0" +version = "1.3.0" tag_format = "$version" version_files = [ "pyproject.toml:version",