-
Create vector index with dataset 25 millions X 768 dimension vector and query:
Without index:
```sql
WITH [...] as query_vector
SELECT
day_,
product_id,
product_name,
bizuin,…
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Branch Name
main
### Commit ID
914d89b49830865bb71562fd346b9b642cdc1589
### Other Environment Infor…
-
Aware that dataprep/redis/langchain vector DB index algorithm is FLAT. But remembered we use HNSW before.
Investigating the code, it caused by the removing of index_schema, changed with PR #347
I…
-
### Description
The system shall build an inverted index on the sparse vector embedding that are loaded by the user into the system, in an efficient manner.
### Acceptance criteria
1. The time re…
-
Use this script to reproduce:
```
from pymilvus import (
MilvusClient,
DataType,
)
if __name__ == "__main__":
client = MilvusClient(uri='http://localhost:19530')
schema =…
-
It's great that neo4j is already your KG provider, not sure if you're aware of but Neo4j added vector indexing and search (HNSW) last summer.
So you can do everything with one provider and don't need…
jexp updated
3 months ago
-
### LanceDB version
v0.6.13
### What happened?
As the title described, I observe that creating index for float16 type vector takes longer time. Here is a short code snippet to reproduce the p…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### What would you like to be added?
In Milvus, some code heavily depends on the types of vector indices. This beh…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
I am encountering a performance issue when performing concurrent retrievals from…
-
**REPRODUCER**
```mlir
func.func @vectorization_test(%extracted_slice : tensor, %arg0: index, %arg2: index, %3: tensor, %4: tensor) -> tensor{
%c0 = arith.constant 0 :index
%8 = linalg.generic {…