From 0a07c76ead0451b7c4259fadfd3a9dc34e2f091c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Gill=C3=A9?= Date: Sun, 10 Mar 2024 21:12:33 +0100 Subject: [PATCH] Mention non-optimized performance in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7239aac..c9ca51b 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ Because `chromem-go` is embeddable it enables you to add retrieval augmented gen The focus is not scale or number of features, but simplicity. +Performance has not been a priority yet. Without optimizations (except some parallelization with goroutines) querying 5,000 documents takes ~500ms on a mid-range laptop CPU (11th Gen Intel i5-1135G7, like in the first generation Framework Laptop 13). + > ⚠️ The project is in beta, under heavy construction, and may introduce breaking changes in releases before `v1.0.0`. All changes are documented in the [`CHANGELOG`](./CHANGELOG.md). ## Contents