Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialNik Tibold
1,117 PointsConnecting AI to other platforms
Lets say i want to use an AI Bot to answer my email or website chat. Is the procedure similiar?
1 Answer
Jason Gilmore
Treehouse StaffHi Nik Tibold
Great question! The most popular way to build an AI model based on your email or organization-specific data is via LangChain (https://python.langchain.com/en/latest/). For instance you can use the LangChain Gmail toolkit (https://python.langchain.com/en/latest/modules/agents/toolkits/examples/gmail.html) to import your Gmail.
I've been experimenting with LangChain for a few weeks now, and know enough to be dangerous. We are currently working on some new Treehouse content covering LangChain, but in the meantime if you have any additional questions consider pinging me or Dustin Usey in the Treehouse Community Discord!