دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش:
نویسندگان: Mayo Oshin and Nuno Campos
سری:
ISBN (شابک) : 9781098167288
ناشر: O'Reilly Media, Inc.
سال نشر: 2025
تعداد صفحات:
زبان: English
فرمت فایل : EPUB (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 6 Mb
در صورت تبدیل فایل کتاب Learning LangChain (for True Epub) به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب یادگیری Langchain (برای epub واقعی) نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
Brief Table of Contents (Not Yet Final) Preface Brief Primer on LLMs Instruction-tuned LLMs Dialogue-tuned LLMs Fine-tuned LLMs Brief Primer on Prompting Zero-shot Prompting Chain-of-thought Retrieval-augmented Generation Tool-calling Few-shot Prompting LangChain and Why It’s Important What to Expect from This Book 1. LLM Fundamentals with LangChain Getting Set Up with LangChain Using LLMs in LangChain Making LLM prompts reusable Getting Specific Formats out of LLMs JSON Output Other Machine-Readable Formats with Output Parsers Assembling the Many Pieces of an LLM Application Using the Runnable Interface Imperative Composition Declarative Composition Summary 2. Indexing: Preparing Your Documents for LLMs The Goal: Picking Relevant Context for LLMs Embeddings: Converting Text to Numbers Embeddings Before LLMs LLM-based Embeddings Semantic Embeddings Explained Converting Your Documents into Text Splitting Your Text Into Chunks Generating Text Embeddings Storing Embeddings in a Vector Store Getting set up with Pgvector Working with Vector Stores Tracking Changes to your Documents Summary