From the course: Oracle Cloud Infrastructure Generative AI Professional Cert Prep
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Q&A chatbot architecture and basic components - Oracle Cloud Infrastructure Tutorial
From the course: Oracle Cloud Infrastructure Generative AI Professional Cert Prep
Q&A chatbot architecture and basic components
(bright music) - [Hemant] The workflow of a chatbot begins with a question from a user. Sometimes question alone is not sufficient to arrive at the right answer. We may like to add information or instructions or both through a prompt. We may also provide additional context by fetching relevant documents to our question and include these in our prompt. We may also consider including a set of prior questions and answers that we have stored in a memory. We provide all these to LLM as input. LLM responds back with an answer and we update memory with the last question and answer. We already have learned that OCI generative AI offers us a variety of features to generate, summarize, and embed data. We can leverage all these useful and powerful features to build very useful applications. Open source framework LangChain offers multitude of components to build LLM-based applications, including an integration with OCI Generative AI service, vector databases, document loaders, and many others…
Contents
-
-
-
-
-
-
(Locked)
Module introduction54s
-
(Locked)
Chatbot introduction1m 16s
-
(Locked)
Demo: Chatbot7m 25s
-
(Locked)
Q&A chatbot architecture and basic components2m 31s
-
(Locked)
Models, prompts, and chains4m 15s
-
(Locked)
Demo: Set up development environment2m 44s
-
(Locked)
Demo: Use prompts, models, and chains10m 22s
-
(Locked)
Extending a chatbot by adding memory1m 52s
-
(Locked)
Demo: Using memory5m 47s
-
(Locked)
Demo: Using memory with Streamlit5m 59s
-
(Locked)
Extending a chatbot by adding RAG and a vector database2m 5s
-
(Locked)
Demo: RAG: Indexing using a vector database5m 24s
-
(Locked)
Demo: RAG: Retrieval and generation using a vector database5m 12s
-
(Locked)
Extending a chatbot by adding RAG plus memory45s
-
(Locked)
Demo: RAG plus memory plus tracing8m 43s
-
(Locked)
Demo: Model evaluation7m 19s
-
(Locked)
Chatbot technical architecture1m 41s
-
(Locked)
Deploy a chatbot to a VM2m 16s
-
(Locked)
Demo: Deploy a chatbot6m 19s
-
(Locked)
Deploy a chatbot to OCI Data Science1m 49s
-
(Locked)
-