-
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…
-
### Zarr version
v3.0.0-beta.1 (main)
### Numcodecs version
0.13.0
### Python Version
3.12
### Operating System
Mac
### Installation
`uv` from repo
### Description
I t…
-
**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 …
-
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…
-
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 …
-
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…
-
### 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…
-
Do some research on the following options:
1. llama-index folder index tool
2. managing it by yourself (e.g., a pkl for FAISS of each file)
-
### 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…
-
## 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 …