-
### Describe your problem
Are the all slice vectors also stored in ES? Can i use ES as my own database?
-
### Description
Currently k-NN plugin supports 3 engines, Nmslib, Faiss and Lucene. The first 2 being native engines requires the whole vector related data structures(aka HNSW graphs here) to be load…
-
**Describe the bug**
```
>> v: make vector! [1 2 3 4]
>> insert v [0]
>> insert v make vector! [-1]
*** Script Error: invalid argument: make vector! [-1]
*** Where: insert
*** Stack:
>> u: ma…
-
Simple example to reproduce the error:
`uk.gdp
-
**Is your feature request related to a problem? Please describe.**
Most linear models support passing designs as design matrices and contrasts as contrast vectors. This is the "smallest common denomi…
-
Hi there,
Thanks for this work! I'm encountering the following error when running the `update_qdist` function and would greatly appreciate your input:
> Progress interrupted by purrr_error_index…
-
Currently, Manticore uses the HNSW index over floats for its KNN search implementation. That might lead to excessive memory consumption, as all HNSW indexes must be loaded into RAM. One way to improve…
-
In https://github.com/elastic/beats/issues/31574 and https://github.com/elastic/elasticsearch/pull/85649 it is discussed, that `event.duration` takes up a significant amount of disk space (~16%) even …
-
In my mind, it sounds like it could be a fun addition to have a for_mt function that would take struct vector type argument, and do work on some iterable, and return the results of each thread in a se…
-
From a discussion in #230, it would be helpful to have test vectors for all of these keys. One possible solution would be a column next to description that either contains the test vectors directly, o…