AI Ecosystem

更新时间:
复制 MD 格式

Tablestore integrates with popular AI frameworks and platforms, providing high-performance storage and retrieval for AI applications.

Agent Open Source Components

Tablestore for Agent Memory

The Agent Memory SDK is a framework built on Tablestore that provides memory storage and retrieval for AI agents. It supports real-time memory storage and long-term semantic retrieval.

MCP Protocol Integration

The Model Context Protocol (MCP) standardizes context management for AI applications. Tablestore provides several MCP service implementations.

Tablestore MCP Server

General-purpose Tablestore MCP service implementations:

Tablestore OpenMemory MCP

A cross-platform AI memory service based on Mem0 that enables memory sharing and reuse across applications through unified memory storage:

AI Framework Integration

LlamaIndex

LlamaIndex is a framework for building LLM applications. Tablestore supports its core storage components:

  • VectorStore: High-dimensional vector storage with similarity search.

  • DocumentStore: Original document content storage.

  • IndexStore: Index metadata management.

  • ChatStore: Chat history storage and retrieval.

  • KvStore: General-purpose key-value storage.

LangChain

LangChain is an AI application development framework. Tablestore supports:

LangChain4j

LangChain4j is the Java implementation of LangChain. Tablestore supports:

LangEngine

LangEngine is an AI application development framework by Alibaba. Tablestore supports:

AgentScope Runtime

AgentScope is an open-source multi-agent platform from Alibaba. Tablestore provides:

  • TablestoreRAGService: RAG service for document retrieval and knowledge base queries.

  • TablestoreMemoryService: Long-term and short-term agent memory management.

Integrate Tablestore with AgentScope Runtime.

AI Application Platform Integration

Dify

Dify is an open-source LLM application platform with Tablestore integration.

Related:

PAI-RAG

PAI-RAG is a RAG framework from Alibaba Cloud Platform for AI (PAI). Tablestore supports:

Related:

Stable Diffusion

Stable Diffusion is an AI image generation model for text-to-image and image-to-image tasks. Tablestore supports:

  • Image Management Extension: Manages and organizes generated image resources. Integrated with Alibaba Cloud Function Compute (FC).