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 theWhatsApp Chats
into a format that can be ingested into LangChain.
from langchain_community.document_loadersimport WhatsAppChatLoader
API Reference:WhatsAppChatLoader
loader= WhatsAppChatLoader("example_data/whatsapp_chat.txt")
loader.load()
Related
- Document loaderconceptual guide
- Document loaderhow-to guides