Commit Graph

7 Commits (f421af8b80e04a39c2888e1c77ead1d2e24d960d)

Author SHA1 Message Date
Harrison Chase 5442d2b1fa
Harrison/stop importing from init (#10690) 1 year ago
xleven 6f36bc6d38
add WeChat chat loader notebook (#10672)
Like
[DiscordChatLoader](https://python.langchain.com/docs/integrations/chat_loaders/discord)
(as mentioned in #9708), this notebook is a demonstration of
WeChatChatLoader based on copy-pasting WeChat messages dump.
1 year ago
Bagatur 2ae568dcf5
Separate platforms integrations docs (#10609) 1 year ago
William FH b14d74dd4d
iMessage loader (#9832)
Add an iMessage chat loader
1 year ago
Harrison Chase c1badc1fa2
add gmail loader (#9810) 1 year ago
Harrison Chase ade482c17e
add twitter chat loader doc (#9737) 1 year ago
William FH dff00ea91e
Chat Loaders (#9708)
Still working out interface/notebooks + need discord data dump to test
out things other than copy+paste

Update:
- Going to remove the 'user_id' arg in the loaders themselves and just
standardize on putting the "sender" arg in the extra kwargs. Then can
provide a utility function to map these to ai and human messages
- Going to move the discord one into just a notebook since I don't have
a good dump to test on and copy+paste maybe isn't the greatest thing to
support in v0
- Need to do more testing on slack since it seems the dump only includes
channels and NOT 1 on 1 convos
-

---------

Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
1 year ago