Skip to content
1 min read · 105 words

batteries/vector/redis

Classes

ClassDescription
RedisVectorStore-

Interfaces

InterfaceDescription
RedisVectorStoreOptionsShared base options every adapter extends with its own connection block.

Functions

FunctionDescription
translateRedisFilterCompile the neutral filter tree to a RediSearch query fragment. TAG fields hold string / boolean metadata; NUMERIC fields hold numbers. Returns a fragment to AND with the KNN clause (or to use alone for a filter-scan). Throws on operators RediSearch can't express.