Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
OurBuilding Ambient Agents with LangGraph course is now available on LangChain Academy!
Open In ColabOpen on GitHub

WhatsApp Chat

WhatsApp (also calledWhatsApp 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


[8]ページ先頭

©2009-2025 Movatter.jp