Sher Kandov

Results 6 comments of Sher Kandov

First two steps are okay. Others should be too, thank you! I want to perform mass insertion in redis, but there is something wrong. I saw the issues regarding redis,...

Great the python script helped, I changed it a bit, and looks like this now: ```python import redis dest = redis.Redis(host='localhost', port=7654) with open('tmpFiles/t300.txt') as t300: for idx, line in...

```java 2017-02-27 19:24:35 INFO SimEngineImpl:313 - loading basis[b300] 2017-02-27 19:24:36 ERROR SimEngineImpl:56 - java.lang.ArrayIndexOutOfBoundsException com.guokr.simbase.errors.SimException: java.lang.ArrayIndexOutOfBoundsException at com.guokr.simbase.engine.SimBasis.bload(SimBasis.java:105) at com.guokr.simbase.engine.SimEngineImpl$3.invoke(SimEngineImpl.java:322) at com.guokr.simbase.engine.SimEngineImpl$AsyncSafeRunner.run(SimEngineImpl.java:54) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by:...

@mountain any guess? :) Is it that either 300 dimensions are too many for basis vector or the lengths of floating points of the vectors are too big?

I tried simbase with 10d vectors it's ok, and as I try with >10 dimension vectors (e.g. 11d, although I tried with 13d, 14d, 15d, 25d, 50d) I get the...

Hi, any updates? : B Facing same issue on mac OS with Version 25.9.1 (20251001.065237).