PinnedMy Blog PostsUpdated on June 19, 2023 — Hello! Welcome. Here I organized my blog posts into categories. Connect with me via Twitter, Linkedin, and YouTube, and join DS/ML book club :) DS/ML/AI: “Machine Learning Q and AI” Author Interview and Reading Notes LlamaIndex: the ultimate LLM framework for indexing and retrieval The Best ChatGPT Plugins 🤗Hugging Face Transformers…3 min read3 min read
1 day agoBuilding AI Chatbots with Mistral and Llama2With Panel chat interface — By Andrew Huang and Sophia Yang In the ever-growing world of AI, local models have become a focal point, particularly for their advantages in privacy and safety. The capability to deploy and develop chatbots using local models is notably valuable for data security, privacy, and cost management. Mistral and Llama2…7 min read7 min read
1 day agoBuilding a Retrieval Augmented Generation ChatbotWith LangChain and Panel — By: Andrew Huang and Sophia Yang Retrieval-augmented generation (RAG) has been empowering Conversational AI by allowing it to access and leverage external knowledge bases. In this post, we delve into how to build a RAG chatbot with LangChain and Panel. You will learn: What is Retrieval-Augmented Generation (RAG)? How to…8 min read8 min read
1 day agoHow to Build Your Own Panel AI ChatbotsPowered by OpenAI and LangChain — By: Andrew Huang and Sophia Yang The open-source project Panel, with its latest version 1.3, has just introduced an exciting and highly anticipated new feature: the Chat Interface widget. This new capability has opened up a world of possibilities, making the creation of AI chatbots more accessible and user-friendly than…5 min read5 min read
Published inTowards Data Science·Nov 4Advanced RAG 01: Small-to-Big RetrievalChild-Parent RecursiveRetriever and Sentence Window Retrieval with LlamaIndex — RAG (Retrieval-Augmented Generation) systems retrieve relevant information from a given knowledge base, thereby allowing it to generate factual, contextually relevant, and domain-specific information. However, RAG faces a lot of challenges when it comes to effectively retrieving relevant information and generating high-quality responses. …Llamaindex7 min readLlamaindex7 min read
Oct 31“Scaling Machine Learning with Spark” Author Interview and Reading Notes📚 Some people may know that I host a DS/ML book club where we read one book per month. This month, we read ‘Scaling Machine Learning with Spark’ by Adi Polak. This book covers distributed ML systems, Spark/PySpark basics, MLflow, Spark MLlib, and deep learning frameworks PyTorch and TensorFlow. In…13 min read13 min read
Sep 29Member-only“Modeling Mindsets” Author Interview and Reading Notes📚 Some people may know that I host a DS/ML book club where we read one book per month. This month, we read ‘Modeling Mindsets’ by Christoph Molnar. Christoph is a statistician and machine learning expert. I have read his first book Interpretable Machine Learning and absolutely loved it. This…Data Science8 min readData Science8 min read
Sep 1Member-only“Causal Inference in Python” Author Interview and Reading Notes📚 Some people may know that I host a DS/ML book club where we read one book per month. This month, we read ‘Causal Inference in Python’ by Matheus Facure. Matheus is an expert in causal inference and wrote the well-known book ‘Causal Inference for The Brave and True’ in…Causal Inference3 min readCausal Inference3 min read
Aug 18Member-onlyBuilding Custom Panel Widgets Using ReactiveHTMLBy Andrew Huang, Sophia Yang No library can cover all the specialized widgets a user may want… but a good one makes it easy for the user to create their own specialized widget that can be used alongside the library! Panel is one of those cool libraries–you can create interactive…Python7 min readPython7 min read
Jul 31Member-only“Machine Learning Q and AI” Author Interview and Reading Notes📚 Some people may know that I host a DS/ML book club where we read one book per month. This month, we read ‘Machine Learning Q and AI’ by the esteemed Sebastian Raschka. He’s known for his expertise in ML/AI and is one of the most technical authors I’ve come…AI17 min readAI17 min read