From the course: Level up LLM applications development with LangChain and OpenAI
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Conclusion
From the course: Level up LLM applications development with LangChain and OpenAI
Conclusion
- I really hope that you enjoyed the course and that you learned a lot from it. LangChain is the perfect choice to leverage the language models and to build context-aware and multitask applications. So, what to learn next. So, LangChain is backed up by a large community of experts to keep things updated and to guarantee continuous improvements, so stay tuned for the next updates and be ready to take your AI skills to the next level. So, keep up the good work and keep on learning.
Download courses and learn on the go
Watch courses on your mobile device without an internet connection. Download courses using your iOS or Android LinkedIn Learning app.
Contents
-
-
(Locked)
RAG: Overview and architecture2m 12s
-
(Locked)
Breaking down the RAG pipeline2m 50s
-
(Locked)
Project setup3m 33s
-
(Locked)
Load and split documents into chunks5m 6s
-
(Locked)
Initialize a vector store (Chroma) and ingest documents5m 6s
-
(Locked)
Create the chain: Prompt + model + parser5m 39s
-
(Locked)
Create the chain: Add context with a retriever4m 48s
-
(Locked)
Pass data with RunnablePassthrough and query data3m 27s
-
Challenge: Create a custom agent with history3m 12s
-
Solution: Add a chain with chat history5m 19s
-
(Locked)
Solution: Context- and history-aware chatbot5m 49s
-
(Locked)
-
-
Retrieval with query analysis1m 16s
-
(Locked)
Connect to a data source and create an index4m 23s
-
(Locked)
Set up query analysis to handle multiple data sources5m 55s
-
(Locked)
Retrieval with query analysis5m 7s
-
(Locked)
Challenge: Retrieval with multiple data sources3m 11s
-
(Locked)
Solution: Q&A with multiple data sources7m 13s
-
-
-
(Locked)
Getting started with MongoDB: Create an account1m 35s
-
(Locked)
Build and deploy a free cluster1m 41s
-
(Locked)
Set up the MongoDB environment and connect to the cluster6m 23s
-
(Locked)
Create a secured database access (user)3m 27s
-
(Locked)
Load sample data and create the vector store4m 18s
-
(Locked)
Create the Atlas Vector Search index4m 4s
-
(Locked)
Run vector search queries5m 33s
-
(Locked)
-
-
(Locked)
Using agents to perform actions in chains1m 36s
-
(Locked)
Define tools5m 37s
-
(Locked)
Select the perfect prompt1m 12s
-
(Locked)
Bind tools and create agent2m 19s
-
(Locked)
Create and run the agent executor4m 41s
-
(Locked)
Challenge: Create a multitask agent5m 31s
-
(Locked)
Solution: Define tools and functions6m 9s
-
(Locked)
-
-
(Locked)
Introducing LangServe: Installation and setup3m 35s
-
(Locked)
Create a server49s
-
(Locked)
Create the routes and the endpoints5m 56s
-
(Locked)
Create a runnable to combine a prompt, a model, and output3m 35s
-
(Locked)
Challenge: Deploy a RESTful API1m 39s
-
(Locked)
Solution: Deploy a RESTful API2m 51s
-
(Locked)