alonre24
alonre24
As I understand, the size of bool element is usually one byte, so representing it with `bits=1` seems not appropriate. On the other hand, using `UInt(bits=8, lanes=1)` to represent `bool`...
Thanks for the response, @yurymalkov ! In my benchmarks I noticed a minor improvement by adjusting the prefetch calls in `searchBaseLayer`, not something significant. Just wanted to make sure :)
Hi @etiennedi, your suggestion sounds interesting! Did you finally implemented this solution? I would appropriate if you share your experience.
Thanks @etiennedi for your detailed answer! There is still one thing that bothers me regarding the "sweep" phase: when "reassigning" edges for nodes that has outgoing edges to "tombstones" (in...
@nemote95 We believe that the fix in #2301 might solve the problem. Can you please try running `redislabs/redisgraph:edge` docker image and see if you still get the crash? Also, if...
@nemote95 Are you sure that you're using the updated edge docker? I'm asking since the date that appears in the beginning of the crash report is April 6th: ```=== REDIS...
Hey, the new AI.CONFIG GET sub-command was added to RedisAI master version recently (#918), and it will allow you to retrieve the MODEL_CHUNK_SIZE configuration (see here the docs https://oss.redis.com/redisai/master/commands/#aiconfig). Note...
Hey @m3ngyang, First, `REDISEARCH_MT_BUILD=1` is an internal build flag, and we do not recommend using it when building RediSearch from source. The multi-threading feature is currently supported only in redis...
Hi @rohithiresheddi - it's been a while, but did you manage to get an improvement? Did you try using the latest version with `DIALECT 4` (this will turn on the...
> great! 🤞 > > 1. backport 2.8? > 2. is it ok to change the pointer to vecsim branch to an unofficial version? should it also be mentioned in...