-
DSPEC Parser should be able to take an optional configuration in the ordered vector section that allows indexing of a range of the series instead of just appending the whole Series.
Input Gatherer sh…
-
**Describe the bug**
I've been experimenting with Redis and Redisearch for vector search on my 120-dimensional vectors. While everything seems very good on small amounts of data, after adding only …
-
## Feature Request
**Is your feature request related to a problem? Please describe:**
According to rising attentions for traffic monitoring, image / video retrieval, recommendation system, more an…
-
Code is below. Errors and the problematic code are in the comments
```rust
# my_lib
pub const W = s32:16;
pub const Z = s32:24;
```
```rust
import my_lib;
pub const A = s32:16;
pub const B = s32:24…
-
Is it possible to add ANN vector search indexes such as:
* HNSW -> https://arxiv.org/abs/1603.09320
* IVF -> https://github.com/facebookresearch/faiss/wiki/Faiss-indexes
* https://github.com/memgra…
-
Hi, this may be a bit of a silly question, but I'm very curious to hear your take on it: is it even feasible to have compound indexes with a vector index?
Concretely, I have two fields in my table …
-
### API
Other
### Description
A common use case for graph databases these days (especially in GraphRAG) is to combine vector search with graph traversal to provide more relevant results for a given…
-
## Feature Request
**Is your feature request related to a problem? Please describe:**
This issue plans to support the same processing of vector indexes as ordinary indexes, its specific functions …
-
### Feature Description
Currently, having more than one VectorIndex in a given VectorStore is impossible, at least not with any other VectorStore than SimpleVectorStore. This is huge drawback in my…
-
![image](https://github.com/user-attachments/assets/012c7740-7efc-423f-ae1f-7a6889a9c6dd)
Assigning a vector component by index works fine, but reading/copying gives an error message about incompatib…