-
### 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": "…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Environment
```markdown
- Milvus version:master-20241016-4d08eec1-amd64
- Deployment mode(standalone or clust…
-
**Describe the bug**
I am encountering an issue with Redis when using hash indexes (IndexType.HASH). I have created two hash indexes named "Testing_index_hnsw_FAY_m_500_construct_50000" and "Testing_…
-
### 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…
-
### How to reproduce this bug?
upgrade weaviate 1.26.1 to 1.26.4 in docker compose
### What is the expected behavior?
keep data
### What is the actual behavior?
data lost
### Supporting informat…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Environment
```markdown
- Milvus version: v2.4.4
- Deployment mode(standalone or cluster):
- MQ type(rocksmq…
yhmo updated
2 months ago
-
Getting this error when running python ingest.py
(privategpt) D:\privategpt\privateGPT>python ingest.py
Traceback (most recent call last):
File "D:\privategpt\privateGPT\ingest.py", line 169, in …
-
# Summary
faiss 1.80 release supports range query for hsnw algo is not working as expected. Threshold is getting ignored during search operation.
# Platform
OS: 5.10.217-205.860.amzn…
-
# Summary
Cannot install under macOS, throw error during Installation.
# Platform
OS: macOS 13.3.1
Faiss version: 1.7.0
Installed from: pip
Faiss compilation options: none
# Repro…
-
Hey Thankyou for this project.
I am going though this project but I am not able to understand how to better use hyperparameters used in HnswSimilarity.
I am using like below:
```
HnswSimilarity(…