Skip to main content

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()

Was this page helpful?


You can also leave detailed feedback on GitHub.