Building Conversational AI with LangChain Part 2: Chat with Your Data
LLM is powerful, but it cannot answer questions it doesn’t know before. Thanks to RAG we can inject some knowledge to extend LLM capability. Now let’s build our first RAG!
LLM is powerful, but it cannot answer questions it doesn’t know before. Thanks to RAG we can inject some knowledge to extend LLM capability. Now let’s build our first RAG!
We moved from in-house training model to hosted models and ready-to-use APIs. With the existence of free LLM APIs, let’s explore how to create our own free chatbot!