From 81e231c37350c420dc1b17b990906b81f937cd9d Mon Sep 17 00:00:00 2001 From: Uche Ogbuji Date: Wed, 17 Apr 2024 11:01:25 -0600 Subject: [PATCH] Forgotten changelog item --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f3453d..32a5215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ Notable changes to Format based on [Keep a Changelog](https://keepachangelog.co - `llm_wrapper.llama_cpp_http_chat` & `llm_wrapper.llama_cpp_http`; llama.cpp low-level HTTP API support - `llm_wrapper.llama_response` class with flexible handling across API specs - `window` init param for for `embedding.pgvector.MessageDB`, to limit message storage per history key +- `threshold` param on `MessageDB.search()` ### Changed