RedisVectorStore
features and configurations head to the API reference.
Class | Package | PY support | Package latest |
---|---|---|---|
RedisVectorStore | @langchain/redis | ✅ |
@langchain/redis
integration package. You can also install the node-redis
package to initialize the vector store with a specific client instance.
This guide will also use OpenAI embeddings, which require you to install the @langchain/openai
integration package. You can also use other supported embeddings models if you wish.
REDIS_URL
environment variable:
RedisVectorSearch
features and configurations head to the API reference.