From 7b21851a7b54e757c946b7f40b9004b5c576d6ea Mon Sep 17 00:00:00 2001 From: r-cemper <146277387+r-cemper@users.noreply.github.com> Date: Thu, 21 Mar 2024 09:19:39 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cd5409..ef25a49 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ of inspiration and the source for test data. My package is based on IRIS 2024.1 release and requires attention to your processor capabilities. I attempted to write the demo in pure ObjectScript. -Only the calculation of the description_vectoris done in embedded Python. +Only the calculation of the description_vectoris is done in embedded Python. Calculation of a vector with 384 dimensions over 2247 records takes time. In my Docker container, it was running 01:53:14 to generate them completely. So I adjusted this step to be reentrant to allow pausing generation.