{
  "id": "install",
  "title": "Install RedisVL",
  "url": "https://redis.io/docs/latest/develop/ai/redisvl/0.9.0/install/",
  "summary": "",
  "content": "## Installation\n\nInstall the `redisvl` package into your Python (\u003e=3.8) environment using the `pip` command:\n\n```shell\npip install redisvl\n```\n\nThen make sure to have a Redis instance with the Redis Query Engine features enabled on Redis Cloud or locally in docker with Redis Stack:\n\n```shell\ndocker run -d --name redis -p 6379:6379 -p 8001:8001 redis/redis-stack:latest\n```\n\nAfter running the previous command, the Redis Insight GUI will be available at http://localhost:8001.\n",
  "tags": [],
  "last_updated": "2026-04-01T08:10:08-05:00"
}

