WhatsApp Chat
WhatsApp (also called
WhatsApp Messenger
) is a freeware, cross-platform, centralized instant messaging (IM) and voice-over-IP (VoIP) service. It allows users to send text and voice messages, make voice and video calls, and share images, documents, user locations, and other content.
This notebook covers how to load data from the WhatsApp Chats
into a format that can be ingested into LangChain.
from langchain_community.document_loaders import WhatsAppChatLoader
API Reference:WhatsAppChatLoader
loader = WhatsAppChatLoader("example_data/whatsapp_chat.txt")
loader.load()
Relatedโ
- Document loader conceptual guide
- Document loader how-to guides