Published onMarch 16, 2024Optimizing SQL Performance - Advanced Techniques for Faster ProcessingSQLDatabasesPerformanceCommon Table Expressions vs Subqueries vs Views vs Temp Tables (Materialized vs Non-Materialized)
Published onMarch 12, 2024Building a RAG-Based LLM Q&A App - LangChain, OpenAI, and PineconeMachine-LearningLLMsRAGLangchainHow Retrieval-Augmented Generation works under the hood, and a practical walkthrough building a RAG-based LLM Q&A app with LangChain, OpenAI, and Pinecone for a graduate ML course.