Vector Sets are part of Redis
Vector Sets have been merged into Redis as a new core data type that stores vectors instead of scalar scores. The implementation supports vector similarity queries, true deletions, quantization, and filtering with JSON attributes. It uses a modified HNSW algorithm and threaded operations for performance.