Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Learn LangChain, Pinecone & OpenAI: Build Next-Gen LLM Apps, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:02:08
    How to Get the Most Out of This Course
  • Урок 2. 00:05:28
    LangChain Demo
  • Урок 3. 00:07:21
    Introduction to LangChain
  • Урок 4. 00:11:32
    Setting Up the Environment: LangChain, Pinecone, and Python-dotenv
  • Урок 5. 00:06:13
    LLM Models (Wrappers): GPT-3
  • Урок 6. 00:04:41
    ChatModels: GPT-3.5-Turbo and GPT-4
  • Урок 7. 00:05:11
    Prompt Templates
  • Урок 8. 00:05:49
    Simple Chains
  • Урок 9. 00:08:08
    Sequential Chains
  • Урок 10. 00:04:00
    Introduction to LangChain Agents
  • Урок 11. 00:05:34
    LangChain Agents in Action
  • Урок 12. 00:02:06
    Short Recap of Embeddings
  • Урок 13. 00:08:00
    Introduction to Vector Databases
  • Урок 14. 00:10:19
    Diving into Pinecone, Part 1
  • Урок 15. 00:09:28
    Diving into Pinecone, Part 2
  • Урок 16. 00:08:47
    Splitting and Embedding Text Using LangChain
  • Урок 17. 00:07:54
    Inserting the Embeddings into a Pinecone Index
  • Урок 18. 00:08:01
    Asking Questions (Similarity Search)
  • Урок 19. 00:01:08
    Jupyter AI
  • Урок 20. 00:03:40
    Introduction to Jupyter AI and Other Coding Companions
  • Урок 21. 00:04:16
    Installing Jupyter AI
  • Урок 22. 00:12:27
    Using Jupyter AI in JupyterLab
  • Урок 23. 00:04:37
    Setting Up Jupyter AI in Jupyter Notebook
  • Урок 24. 00:06:25
    Using Jupyter AI in Jupyter Notebook
  • Урок 25. 00:05:25
    Using Interpolation for More Advanced Use Cases
  • Урок 26. 00:04:04
    Using Jupyter AI with Other Providers and Models
  • Урок 27. 00:03:04
    Project Introduction
  • Урок 28. 00:10:45
    Implementing a ChatGPT App with ChatPromptTemplates and Chains
  • Урок 29. 00:06:45
    Adding Chat Memory Using ConversationBufferMemory
  • Урок 30. 00:04:59
    Saving Chat Sessions
  • Урок 31. 00:06:08
    Project Introduction
  • Урок 32. 00:07:27
    Loading Your Custom (Private) PDF Documents
  • Урок 33. 00:05:12
    Loading Different Document Formats
  • Урок 34. 00:04:37
    Public and Private Service Loaders
  • Урок 35. 00:06:38
    Chunking Strategies and Splitting the Documents
  • Урок 36. 00:11:16
    Embedding and Uploading to a Vector Database (Pinecone)
  • Урок 37. 00:10:33
    Asking and Getting Answers
  • Урок 38. 00:09:05
    Adding Memory (Chat History)
  • Урок 39. 00:05:27
    Project Introduction and Library Installation
  • Урок 40. 00:06:20
    Defining Functions
  • Урок 41. 00:06:04
    Creating the Sidebar
  • Урок 42. 00:06:23
    Reading, Chunking, and Embedding Data
  • Урок 43. 00:05:27
    Asking Questions and Getting Answers
  • Урок 44. 00:06:10
    Saving the Chat History
  • Урок 45. 00:05:02
    Clearing Session State History Using Callback Functions
  • Урок 46. 00:01:42
    Project Introduction
  • Урок 47. 00:05:33
    Summarizing Using a Basic Prompt
  • Урок 48. 00:05:04
    Summarizing using Prompt Templates
  • Урок 49. 00:06:01
    Summarizing Using StuffDocumentsChain
  • Урок 50. 00:06:07
    Summarizing Large Documents Using map_reduce
  • Урок 51. 00:04:54
    map_reduce With Custom Prompts
  • Урок 52. 00:07:44
    Summarizing Using the refine CombineDocumentChain
  • Урок 53. 00:04:27
    refine With Custom Prompts
  • Урок 54. 00:05:12
    Summarizing Using LangChain Agents
  • Урок 55. 00:00:53
    Project Introduction
  • Урок 56. 00:11:30
    Building the App
  • Урок 57. 00:08:23
    Displaying the Chat History
  • Урок 58. 00:03:21
    Testing the App
  • Урок 59. 00:04:42
    Introduction to Streamlit
  • Урок 60. 00:05:42
    Streamlit Main Concepts
  • Урок 61. 00:05:46
    Displaying Data on the Screen: st.write() and Magic
  • Урок 62. 00:05:12
    Widgets, Part 1: text_input, number_input, button
  • Урок 63. 00:07:34
    Widgets, Part 2: checkbox, radio, select
  • Урок 64. 00:10:29
    Widgets, Part 3: slider, file_uploader, camera_input, image
  • Урок 65. 00:01:59
    Layout: Sidebar
  • Урок 66. 00:05:33
    Layout: Columns
  • Урок 67. 00:02:12
    Layout: Expander
  • Урок 68. 00:04:01
    Displaying a Progress Bar
  • Урок 69. 00:09:08
    Session State
  • Урок 70. 00:07:13
    Callbacks
  • Урок 71. 00:04:06
    While and continue Statements
  • Урок 72. 00:05:36
    While and break Statements
  • Урок 73. 00:07:15
    List Slicing and Iteration
  • Урок 74. 00:06:03
    List Comprehension - Part 1
  • Урок 75. 00:06:27
    List Comprehension - Part 2
  • Урок 76. 00:10:28
    Working with Dictionaries
  • Урок 77. 00:06:30
    JSON Data Serialization
  • Урок 78. 00:05:37
    JSON Data Deserialization
  • Урок 79. 00:01:47
    Assignment: JSON and Requests/REST API
  • Урок 80. 00:03:55
    Assignment Answer: JSON and Requests/REST API
  • Урок 81. 00:14:40
    Installing Jupyter Notebook and Google Colab