-
**Here are the logs for the qdrant-0 pod:**
Access web UI at http://0.0.0.0:6333/dashboard
2024-01-09T08:28:32.802144Z INFO storage::content_manager::consensus::persistent: Initializing new raf…
-
### What is the bug?
The vector search in nested vector fields should return appropriate (default=3 or equal to `size` parameter) results.
I want to create an index where I could do [Efficient k…
-
I followed all the instruction in multiple ways and get this error
``` bash
arm64-apple-darwin20.0.0-clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -We…
-
I have a table with 1.6 million rows and a `label_embedding` column with vector(1536) values. With the following query, the query planner always chooses a sequential scan over using a HNSW index.
…
-
### Elasticsearch Version
8.14.1
### Installed Plugins
_No response_
### Java Version
_bundled_
### OS Version
docker-image = docker.elastic.co/elasticsearch/elasticsearch:8.14.1
### Problem D…
-
### Description
In newer versions of Elasticsearch, we have an optimized ARM implementation for int8_hnsw vectors.
However, we are not using the the off-heap optimized scorer for `int8_flat`, we …
-
### How to reproduce this bug?
delete all records from a tenant with a query like
```python
{"match": {"class": weaviate_class, "where": {"path": ["title"], "operator": "NotEqual", "valueText": "…
-
It occurs to me that it's silly that we allocate an area based on `maintenance_work_mem`, even if the table is small. For example, if maintenance_work_mem is set to 10 GB, and the table has 1000 rows,…
-
### Bug Description:
It seems this example with KNN Find-similar-docs-by-id doesn't work as described.
### Manticore Search Version:
6.3.6
### Operating System Version:
Original Docker Con…
-
@yurymalkov : I have a use case where i want to build ann index and also support filtering operation based on some tags .
The tags do not influence the distance or graph structure (during building in…