安装

安装 RedisVL

安装

安装redisvl打包到 Python (>=3.8) 环境中,使用pip命令:

pip install redisvl

Then make sure to have a Redis instance with the Redis Query Engine features enabled on Redis Cloud or locally in docker with Redis Stack:

docker run -d --name redis -p 6379:6379 -p 8001:8001 redis/redis-stack:latest

After running the previous command, the Redis Insight GUI will be available at http://localhost:8001.

RATE THIS PAGE
Back to top ↑