Learn how to leverage LangChain to build an AI-powered document chat bot that allows users to engage in conversations with their documents. The post covers the environment setup, splitting documents into chunks, utilizing embeddings, making conversation persistent, and handling user input. It also provides a step-by-step guide
Table of contents
Splitting Documents into Chunks:Utilizing Embeddings for Data Chunks and Conversion to Vectors with OpenAIEmbeddings / HuggingFaceInstructEmbeddingsMake Conversation PersistentConversational Memory in LLMsHow to handle user input?Running the Application:Conclusion:Sort: