Udemy LangChain MasteryDevelop LLM Apps with LangChain Pinecone - Printable Version +- Softwarez.Info - Software's World! (https://softwarez.info) +-- Forum: Library Zone (https://softwarez.info/Forum-Library-Zone) +--- Forum: Video Tutorials (https://softwarez.info/Forum-Video-Tutorials) +--- Thread: Udemy LangChain MasteryDevelop LLM Apps with LangChain Pinecone (/Thread-Udemy-LangChain-MasteryDevelop-LLM-Apps-with-LangChain-Pinecone) |
Udemy LangChain MasteryDevelop LLM Apps with LangChain Pinecone - AD-TEAM - 06-16-2024
Download Free Download : Udemy LangChain MasteryDevelop LLM Apps with LangChain Pinecone
mp4 | Video: h264,1920X1080 | Audio: AAC, 44.1 KHz Genre:eLearning | Language: English | Size:5.29 GB Files Included : 001 How to Get the Most Out of This Course.mp4 (25.03 MB) MP4 001 LangChain Demo.mp4 (86.54 MB) MP4 002 Introduction to LangChain.mp4 (34.33 MB) MP4 003 Setting Up the Environment LangChain, Python-dotenv.mp4 (24.97 MB) MP4 004 ChatModels GPT-3 5-Turbo and GPT-4.mp4 (49.15 MB) MP4 005 Caching LLM Responses.mp4 (27.8 MB) MP4 006 LLM Streaming.mp4 (15.95 MB) MP4 007 Prompt Templates.mp4 (29.63 MB) MP4 008 ChatPrompt Templates.mp4 (54.64 MB) MP4 009 Simple Chains.mp4 (61.15 MB) MP4 010 Sequential Chains.mp4 (83.4 MB) MP4 011 Introduction to LangChain Agents.mp4 (37.07 MB) MP4 012 LangChain Agents in Action Python REPL.mp4 (42.66 MB) MP4 013 LangChain Tools DuckDuckGo and Wikipedia.mp4 (118.83 MB) MP4 014 Creating a ReAct Agent.mp4 (114.38 MB) MP4 015 Testing the ReAct Agent.mp4 (67.91 MB) MP4 001 Short Recap of Embeddings.mp4 (6.89 MB) MP4 002 Introduction to Vector Databases.mp4 (111.58 MB) MP4 003 Authenticating to Pinecone.mp4 (29.36 MB) MP4 004 Working with Pinecone Indexes.mp4 (50.81 MB) MP4 005 Working with Vectors.mp4 (61.95 MB) MP4 006 Namespaces.mp4 (32.03 MB) MP4 007 Splitting and Embedding Text Using LangChain.mp4 (98.12 MB) MP4 008 Inserting the Embeddings into a Pinecone Index.mp4 (72.42 MB) MP4 009 Asking Questions (Similarity Search).mp4 (78.73 MB) MP4 001 Getting a Gemini API Key.mp4 (48.42 MB) MP4 002 Gemini Multimodal Models Nano, Pro, and Ultra.mp4 (41.79 MB) MP4 003 Installing the Python Libraries for Gemini and Authenticating to Gemini.mp4 (37.99 MB) MP4 004 Integrating Gemini with LangChain.mp4 (54.68 MB) MP4 005 Using a System Prompt and Enabling Streaming.mp4 (64.49 MB) MP4 006 Multimodal AI With Gemini Pro Vision.mp4 (100.07 MB) MP4 007 Gemini Safety Settings.mp4 (36.71 MB) MP4 001 Jupyter AI.mp4 (11.98 MB) MP4 003 Introduction to Jupyter AI and Other Coding Companions.mp4 (33.18 MB) MP4 004 Installing Jupyter AI.mp4 (51.63 MB) MP4 005 Using Jupyter AI in JupyterLab.mp4 (163.77 MB) MP4 006 Setting Up Jupyter AI in Jupyter Notebook.mp4 (55.96 MB) MP4 007 Using Jupyter AI in Jupyter Notebook.mp4 (65.71 MB) MP4 008 Using Interpolation for More Advanced Use Cases.mp4 (58.47 MB) MP4 009 Using Jupyter AI with Other Providers and Models.mp4 (52.71 MB) MP4 001 Project Introduction.mp4 (9.73 MB) MP4 002 Implementing a ChatGPT App with ChatPromptTemplates and Chains.mp4 (84.09 MB) MP4 003 Adding Chat Memory Using ConversationBufferMemory.mp4 (74.96 MB) MP4 004 Saving Chat Sessions.mp4 (57.34 MB) MP4 001 Project Introduction.mp4 (69.4 MB) MP4 002 Loading Your Custom (Private) PDF Documents.mp4 (59.98 MB) MP4 003 Loading Different Document Formats.mp4 (77.35 MB) MP4 004 Public and Private Service Loaders.mp4 (74.07 MB) MP4 005 Chunking Strategies and Splitting the Documents.mp4 (87.06 MB) MP4 006 Embedding and Uploading to a Vector Database (Pinecone).mp4 (108.24 MB) MP4 007 Asking and Getting Answers.mp4 (105.88 MB) MP4 008 Using Chroma as a Vector DB.mp4 (88.53 MB) MP4 009 Adding Memory to the RAG System (Chat History).mp4 (89.51 MB) MP4 010 Using a Custom Prompt.mp4 (89.71 MB) MP4 002 Project Introduction and Library Installation.mp4 (61.27 MB) MP4 003 Defining Functions.mp4 (52.15 MB) MP4 004 Creating the Sidebar.mp4 (43.93 MB) MP4 005 Reading, Chunking, and Embedding Data.mp4 (85.9 MB) MP4 006 Asking Questions and Getting Answers.mp4 (41.26 MB) MP4 007 Saving the Chat History.mp4 (51.92 MB) MP4 008 Clearing Session State History Using Callback Functions.mp4 (42.04 MB) MP4 001 Project Introduction.mp4 (20.64 MB) MP4 003 Summarizing Using a Basic Prompt.mp4 (35.72 MB) MP4 004 Summarizing using Prompt Templates.mp4 (54.11 MB) MP4 005 Summarizing Using StuffDocumentsChain.mp4 (93.23 MB) MP4 006 Summarizing Large Documents Using map reduce.mp4 (50.65 MB) MP4 007 map reduce With Custom Prompts.mp4 (46.85 MB) MP4 008 Summarizing Using the refine CombineDocumentChain.mp4 (101.09 MB) MP4 009 refine With Custom Prompts.mp4 (39.79 MB) MP4 010 Summarizing Using LangChain Agents.mp4 (49.73 MB) MP4 001 Project Introduction.mp4 (2.54 MB) MP4 002 Building the App.mp4 (91.72 MB) MP4 003 Displaying the Chat History.mp4 (88.79 MB) MP4 004 Testing the App.mp4 (19.72 MB) MP4 002 Introduction to Streamlit.mp4 (83.78 MB) MP4 003 Streamlit Main Concepts.mp4 (55.77 MB) MP4 004 Displaying Data on the Screen st write() and Magic.mp4 (45.46 MB) MP4 005 Widgets, Part 1 text input, number input, button.mp4 (23.93 MB) MP4 006 Widgets, Part 2 checkbox, radio, select.mp4 (24.48 MB) MP4 007 Widgets, Part 3 slider, file uploader, camera input, image.mp4 (97.05 MB) MP4 008 Layout Sidebar.mp4 (8.06 MB) MP4 009 Layout Columns.mp4 (28.76 MB) MP4 010 Layout Expander.mp4 (21.08 MB) MP4 011 Displaying a Progress Bar.mp4 (17.4 MB) MP4 012 Session State.mp4 (45.34 MB) MP4 013 Callbacks.mp4 (32.71 MB) MP4 002 While and continue Statements.mp4 (19.02 MB) MP4 003 While and break Statements.mp4 (32.58 MB) MP4 004 List Slicing and Iteration.mp4 (37.82 MB) MP4 005 List Comprehension - Part 1.mp4 (30.04 MB) MP4 006 List Comprehension - Part 2.mp4 (36.95 MB) MP4 007 Working with Dictionaries.mp4 (51.2 MB) MP4 008 JSON Data Serialization.mp4 (48.33 MB) MP4 009 JSON Data Deserialization.mp4 (40.11 MB) MP4 010 Assignment JSON and RequestsREST API.mp4 (11.98 MB) MP4 011 Assignment Answer JSON and RequestsREST API.mp4 (38.4 MB) MP4 001 Setting Up the Environment Jupyter Notebook.mp4 (96.05 MB) MP4 002 Setting Up the Environment Google Colab.mp4 (52.14 MB) MP4 [To see links please register or login] |