Dataset AI Enrichment: Bulk LLM & GPT Classify and Extract for LangChain
io.github.nero-engine/dataset-ai-enrich
Run one LLM instruction over every row to classify, extract or summarise into new columns.
client:LangChain
transport:streamable-http
Install Dataset AI Enrichment: Bulk LLM & GPT Classify and Extract in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"dataset-ai-enrich": {
"transport": "streamable_http",
"url": "https://mcp.apify.com/?tools=nerolabs/dataset-ai-enrich",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs