langchain-ai / langchain-redis

MIT License
8 stars 4 forks source link

Dependency with redis stack server #17

Closed pradeepdev-1995 closed 2 days ago

pradeepdev-1995 commented 3 days ago
Configuration
To use this package, you need to have a Redis instance running. You can configure the connection by setting the following environment variable:

export REDIS_URL="redis://username:password@localhost:6379"

In this configuration are we expecting redis or redis stack server to be run at localhost?

bsbodden commented 2 days ago

This integration should work as long as there's search and JSON support which comes preconfigured in Stack and Stack Server.