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.
Retriever for InMemoryVectorStore.
Cache that uses MemoryDB as a vector-store backend.
Collection of InMemoryDBFilterFields.
InMemoryDBFilterField representing a numeric field in a InMemoryDB index.
InMemoryDBFilterField representing a tag in a InMemoryDB index.
InMemoryDBFilterField representing a text field in a InMemoryDB index.