-
### Description
Spinoff from [this comment](https://github.com/apache/lucene/pull/13767#issuecomment-2344025785).
This (`compress=true`) is a useful option when quantizing KNN vectors to 4 bits: i…
-
Do we have a plan to add support for Knn Search, or is it possible with this library? I would like to hear your opinions.
ping @alexander-schranz
-
### Bug Description:
The table version of view for `SHOW VERSION` query gives us JSON
```bash
curl http://localhost:9308/cli?show%20version
```
```json
[
{
"total": 5,
"error": …
-
### Description
Following the vector search demo in `/app/enterprise_search/vector_search` I wanted to see the equation that is used to generate the score, in a similar way to lexical search with BM2…
-
### Bug Description:
manticore 6.3.6 fails to compile using gcc 14.2.0 because of this error:
```
/builds/Thermi/aports/testing/manticore/src/manticoresearch-6.3.6/src/knnmisc.cpp:74:64: error: no …
-
Hi,
I tried the following but just got an empty json:
```
knn_fewshot = KNNFewShot(KNN, k=8, trainset=train)
compiled_knn_fewshot = knn_fewshot.compile(Hotpot, trainset=train)
compiled_knn_fews…
-
Will you offer an API for knn search over ReLaion like you did with Laion?
Thanks!
-
Using the example from #277, one can observe that the performance of the fused distance+knn kernels are not ideal when the number of queries is low. The task is:
- tune the configuration of the fused…
-
Hello
Thanks for the project, and i found some issues working with OpenSearchEmbeddingStore, it does not suppor data imported from Python.
Use Case.
* I use this code to import and search data …
-
### Elasticsearch Version
8.7.1
### Installed Plugins
analysis-icu
### Java Version
_bundled_
### OS Version
Linux 5.14.0-362.18.1.el9_3.x86_64
### Problem Description
I have an index contain…