Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
本站翻译于2026年5月3日,请放心食用🎉🎉🎉
Python
使用 LangChain Python 与 WhatsApp 文档加载器集成。
WhatsApp(也称为 WhatsApp Messenger)是一款免费、跨平台、集中式的即时通讯(IM)和网络语音通话(VoIP)服务。它允许用户发送文本和语音消息、进行语音和视频通话,以及分享图片、文档、用户位置和其他内容。
WhatsApp Messenger
WhatsApp 聊天记录
from langchain_community.document_loaders import WhatsAppChatLoader
loader = WhatsAppChatLoader("example_data/whatsapp_chat.txt")
loader.load()