Unable to find results in vector search when using redis as a vector database
I’m trying to follow the redis documentation example to calculate the distance between two embeddings arrays but I’m using Typescript. I’ve managed to create an index and load data, but no matter how I run the query on redis I get 0 results.