-
-
Dear ITensors developers, I hope you are doing well!
I ran into an issue with one of the examples `trotter_suzuki_decomposition.py`.
```
$ julia trotter_suzuki_decomposition.jl
ERROR: LoadErr…
-
Hi, if I want to shuffle a vector of length 100 million (say 1 billion times), is this a suitable approach? The reason I thought that fisher Yates was a good choice was because I only have a few True …
-
HNSW has become the de facto standard for many vector databases. It is often considered:
> particularly well-suited for large-scale vector similarity searches due to its multi-layered graph structu…
-
I attempt to use flux with [immer::vector](https://github.com/arximboldi/immer) (I know, that's a weird thing to do. immer iterators are already const and never invalidates). For the most part (except…
-
There are a few usability improvements for invisible indexes that would be nice to have:
## 1. Do not use an invisible index for FK constraint checks if there is a duplicate, non-visible index.
…
-
### Description
Spinoff from [this comment](https://github.com/apache/lucene/pull/13767#issuecomment-2344025785).
This (`compress=true`) is a useful option when quantizing KNN vectors to 4 bits: i…
-
I'm seeing some odd behavior with indexed vectors. I thought this might have been introduced in 1.6.4, but it was also happening in 1.6.3. Given
```clojure
(let [db (-> (d/empty-db {:path {:db/index…
-
# Summary
I am experiencing an issue with FAISS where batch retrieval of multiple embeddings using IndexIDMap(IndexFlatIP) behaves incorrectly. Specifically, while single-vector retrieval works fla…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
Tôi tạo và lưu trữ nhiều loại indexes từ nodes, điều này có vấn đề gì không?
def build_…