Redis Vector Database
Classes
RedisVectorDatabase(host: str, port: int, default_query_limit: int = 10, search_algorithm: superlinked.framework.common.storage.search_index.search_algorithm.SearchAlgorithm = SearchAlgorithm.FLAT, **extra_params: Any)
: Redis implementation of the VectorDatabase.
Last updated
Was this helpful?