Cache that uses MemoryDB as a vector-store backend.
InMemoryVectorStore vector database.
To use, you should have the redis python package installed
for AWS MemoryDB:
pip install redis
Once running, you can connect to the MemoryDB server with the following url schemas:
Examples:
The following examples show various ways to use the Redis VectorStore with LangChain.