-
### Steps To Reproduce
1. On Darwin...
2. build `python312Packages.faiss`
3. Observe:
```sh
make: *** [Makefile:208: swigfaiss] Error 2
error: builder for '/nix/store/mbr9lq6ppqzws7q2qv6s70fhr…
-
### Feature Description
I'm thinking about a simple `VectorStore` method like:
```python
get(doc_id: str) -> BaseNode # assuming it contains embeddings?
```
or smth like that
### Reason
I was u…
-
Hi,
I opened an issue a month ago (https://github.com/facebookresearch/faiss/issues/161) about sparse updates (i.e. updating a small number of vectors from an already trained index).
The FAISS t…
-
I am wondering if PGB support Post-training quantization for instance what we we have for fasttext: https://flavioclesio.com/2019/03/22/post-training-quantization-in-fasttext-or-how-to-shrink-your-fas…
-
Hi I just install Immich and found your tool. I have it running via Docker. I am able to connect to my Immich instance and configure the URL and API and started the Create/Update FAISS index, which se…
hurtz updated
6 months ago
-
""" GET my-knn-index-1/_search
{
"size": 2,
"query": {
"knn": {
"my_vector2": {
"vector": [2, 3, 5, 6],
"k": 2
}
}
}
}
k is the number of neighbor…
-
Hi, when running dense_retriever.py using the model checkpoint for validation. I got the error messages saying: IndexError: Dimension out of range (expected to be in range of [-1, 0], but got 1). Wha…
-
Hi,
I experience issue with global variable ‘dpr_all_documents’ involving tokenizer parallelism, please see logs below. This issue has been raised before for DPR repo.
Note that:
1. all_docs …
-
-
It only runs for 15 iterations after 4 hours, which is quite unreasonable. Is it expected or there are some parameters to configure making it run faster?
It is taking an 4090 GPU up to 17GB GPU mem…