November 23, 20241 min readDana, the Legal-Assistant DogLLMChatbotLangchainReact-JsSupabaseDana, the Legal-Assistant Dog is an legal assistance platform powered by LLM and document retrieval. Designed as a virtual assistant, Dana helps legal professionals, researchers, and individuals efficiently navigate and interact with legal documents.Read More →
November 11, 20241 min readPDF QnA with LangchainRAGOpenAIChatbotLangchainStreamlitPDF-based Q&A application that allows users to upload a PDF file, ask questions about its content. The project leverages LangChain for document loading, text splitting, and creating retrieval and question-answering chains, all integrated within a Streamlit interface.Read More →
November 8, 20245 min readRAG with LangchainLLMChatbotLangchainRAG (Retrieval, Augmentation, and Generation) is the combination of retrieval techniques with generation to produce more accurate answers or text. In this project, the input is a PDF, and the output is an answer generated based on the received input.Read More →