-
Build hnsw graph based on other columns, to improve search performance when with filters
Reference: https://qdrant.tech/articles/filtrable-hnsw/
-
### Describe your feature request
With the introduction of https://github.com/weaviate/weaviate/issues/2465 via https://github.com/weaviate/weaviate/pull/4180, Weaviate can now create multiple vecto…
-
### Proposal:
We should add parsing of the parameters to enable connection with the new library for automatic embeddings.
Currently, I suggest starting with the following specification:
- `fiel…
-
Hello Feder team!
I'm trying to run your test example, but without using a remote index source location like `https://assets.zilliz.com/hnswlib_hnsw_voc_17k_1f1dfd63a9.index%60. I downloaded the in…
-
@yurymalkov : I have multiple indexers producing many sharded hnsw indexes , but servers perhaps can handle multiple such shards . I read in the paper that a distributed implementation is feasible for…
-
### LanceDB version
v0.13.0
### What happened?
It brings different search results when using IVF_PQ/ IVF_HNSW_PQ/ IVF_HNSW_SQ index and tables with the same data and parameters.
These issues may b…
-
Consistently, the website with the tutorials instructs users to create an index in postgresql using the access method `lantern_hnsw`.
![image](https://github.com/user-attachments/assets/2361b07d-ae47…
-
### Description
It is well known that when merging segments, HNSW is not merged in linear time. We lose a fair bit of useful information as all the NSWs are effectively thrown away (except for a si…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Environment
```markdown
- Milvus version:2.4.15
- Deployment mode(standalone or cluster):cluster
- MQ type(r…
-
Hi! When running one of the examples, I ran into an issue.
# Issue
The following code crashes with a segfault error when `search` is called:
```
UserWarning: resource_tracker: There appear to …