Tair
Alibaba Cloud Tair is a cloud native in-memory database service developed by
Alibaba Cloud
. It provides rich data models and enterprise-grade capabilities to support your real-time online scenarios while maintaining full compatibility with open-sourceRedis
.Tair
also introduces persistent memory-optimized instances that are based on new non-volatile memory (NVM) storage medium.
Installation and Setup
Install Tair Python SDK:
pip install tair
Vector Store
from langchain_community.vectorstores import Tair
API Reference:Tair
See a usage example.