Supported Vector Databases
Redis
Redis is a scalable, real-time database that can store, search, and analyze vector data.
Installation
Redis Stack using Docker:
Usage
Config
Let’s see the available parameters for the redis
config:
Parameter | Description | Default Value |
---|---|---|
collection_name | The name of the collection to store the vectors | mem0 |
embedding_model_dims | Dimensions of the embedding model | 1536 |
redis_url | The URL of the Redis server | None |