-
@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…
-
### How to reproduce this bug?
Hi Supporter,
according executing below code block to insert vector data into database:
'''
```
chunks_list = list()
for i, chunk in enumerate(chunked_text):
…
-
It seems like large collections impact the retrieval speed of other collections for a given chroma.sqlite3 database.
I ran a few tests starting from an empty chroma database, adding at each step a …
-
Hello,
I get the following error when trying to install on Windows with PostgreSQL\14.
```
C:\Users\mutlusi\AppData\Local\Temp\1\pgvector>set "PGROOT=C:\Program Files\PostgreSQL\14"
C:\Users…
-
### How to reproduce this bug?
We have a set of tests that were running successfully yesterday but started to fail today.
We are using latest Weaviate Docker image.
Based on error message in …
-
Hi,
Think pgvector isnt the issue nevertheless any leads would be useful.
Setup that works:
##Ubuntu 14.9-1.pgdg20.04+1 ## on 8 cpu, 32g RAM VM.
"checkpoint_completion_target" "0.9"
"e…
-
**Description**
Configure vectordb index creation (hnsw, ivfflat).
Configure semantic search with pgvector (search params such as "m", "ef_construction" for hnsw, "probes" for ivfflat) through .env …
-
### 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've followed the steps mentioned in the readme file, but in the last step
`
./run_MUFIN.sh 0,1 PreTrainedMufinMultiModal MM-AmazonTitles-300K MUFIN_pretrained ViT sentencebert -1 0
`
we get thi…
-
Hi!
I noticed that when I am using `qdrant` locally then `on_disk_payload` parameter cannot be set to True, which makes the RAM usage very high while indexing large number of documents.
For my useca…