From 36bed22ced2fb91f173583b188de2bbd1f253394 Mon Sep 17 00:00:00 2001 From: Pavol Hejny Date: Wed, 18 Sep 2024 18:27:33 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 803c88e7f..8e8210a5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -474,7 +474,7 @@ Was accidentally released skipped - `RemoteLlmExecutionTools` automatically retries on error - Rename `client_id` -> `string_user_id` and `clientId` -> `userId` -### `0.68.0` _(2024-09-)_ +### `0.68.0` _(2024-09-08)_ [🍧] Commands and command parser @@ -498,6 +498,8 @@ Was accidentally released skipped - Rename `LlmTemplateJson` -> `PromptTemplateJson` - Rename `ParsingError` -> `ParseError` +## In prepare + ### `0.69.0` _(2024-09-)_ Command `FOREACH` @@ -516,12 +518,17 @@ Support for local models - integrate [Ollama](https://ollama.com/) - !!!!!! Make new package `@promptbook/ollama` - !!!!!! Add `OllamaExecutionTools` exported from `@promptbook/ollama` -## In prepare - -### `0..0` _(2024-0-)_ +### `0.71.0` _(2024-09-)_ Knowledge scrapers [🐝] +- Allow to import markdown files with knowledge +- Allow to import `.docx` files with knowledge `.docx` -(Pandoc)-> `.md` +- Allow to import `.doc` files with knowledge `.doc` -(LibreOffice)-> `.docx` -(Pandoc)-> `.md` +- Allow to import `.rtf` files with knowledge `.rtf` -(LibreOffice)-> `.docx` -(Pandoc)-> `.md` + +## Drafts + ### `0..0` _(2024-0-)_ `createLibraryFromDirectory` uses prebuild library