บทความ

กำลังแสดงโพสต์จาก มีนาคม, 2024

OpenThaiGPT + RAG with LangChain

รูปภาพ
  OpenThaiGPT + RAG with LangChain OpenThaiGPT  เป็นแชทบอทภาษาไทยที่ พัฒนาโดยทีมนักวิจัยจาก AIEAT, AIAT, NECTEC, NSTDA, ThaiSC และ Pantip.com ซึ่ง เทรนบนข้อมูลมากกว่า 2 ล้านล้าน token ทำให้สามารถเข้าใจและตอบคำถามภาษาไทยได้ลึกซึ้งและครอบคลุม Official website:  https://openthaigpt.aieat.or.th What is LangChain? LangChain is a framework for developing applications powered by language models. TLDR : LangChain makes the complicated parts of working & building with AI models easier. It helps do this in two ways: Integration - Bring external data, such as your files, other applications, and api data, to your LLMs Agency - Allow your LLMs to interact with it's environment via decision making. Use LLMs to help decide which action to take next Why LangChain? Components - LangChain makes it easy to swap out abstractions and components necessary to work with language models. Customized Chains - LangChain provides out of the box support for using and customizing 'chains' - a ser