Tag

PromptTemplate

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jan 28, 2024 · Artificial Intelligence

Building a Weibo Influencer Finder with LangChain and LLM

This article demonstrates how to use LangChain, LLMs, and SerpAPI to create a Weibo influencer‑search tool that extracts UID numbers, scrapes profile data, filters Chinese content, and prepares the information for automated marketing outreach.

LLMLangChainPromptTemplate
0 likes · 9 min read
Building a Weibo Influencer Finder with LangChain and LLM
JD Retail Technology
JD Retail Technology
Nov 14, 2023 · Artificial Intelligence

An Overview of LangChain: Core Concepts, Components, and Practical Applications

This article introduces LangChain—a Python framework for building LLM‑driven applications—explains its core components such as models, indexes, chains, memory, and agents, and provides practical code examples for document summarization, retrieval‑augmented QA, and future development directions.

AgentsLLMLangChain
0 likes · 19 min read
An Overview of LangChain: Core Concepts, Components, and Practical Applications