Skip to main content
You can use Redis as a vector database with Agno.

Setup

For connecting to a remote Redis instance, pass your Redis connection string to the redis_url parameter and the index name to the index_name parameter of the RedisDB constructor. For a local docker setup, you can use the following command:

Example

agent_with_knowledge.py

Redis Params