Published inGoogle Cloud - CommunityDeepEval adds native support for Gemini as an LLM JudgeIn my previous post on DeepEval and Vertex AI, I introduced DeepEval, an open-source evaluation framework for LLMs. I also demonstrated how…Apr 29Apr 29
Published inGoogle Cloud - CommunityMuch simplified function calling in Gemini 2.X modelsLast year, in my Deep dive into function calling in Gemini post, I talked about how to do function calling in Gemini. More specifically, I…Apr 8A response icon1Apr 8A response icon1
Published inGoogle Cloud - CommunityRAG with a PDF using LlamaIndex and SimpleVectorStore on Vertex AIPreviously, I showed how to do RAG with a PDF using LangChain and Annoy Vector Store and RAG with a PDF using LangChain and Firestore…Mar 24Mar 24
Published inGoogle Cloud - CommunityEnsuring AI Code Quality with SonarQube + Gemini Code AssistIn my previous Code Quality in the Age of AI-Assisted Development blog post, I talked about how generative AI is changing the way we code…Mar 4Mar 4
Published inGoogle Cloud - CommunityCode Quality in the Age of AI-Assisted DevelopmentAs developers transition from manual coding to AI-assisted coding, an increasing share of code is now being generated by AI. This shift has…Jan 28Jan 28
Published inGoogle Cloud - CommunityImprove the RAG pipeline with RAG triad metricsIn my previous RAG Evaluation — A Step-by-Step Guide with DeepEval post, I showed how to evaluate a RAG pipeline with the RAG triad…Jan 21Jan 21
Published inGoogle Cloud - CommunityRAG Evaluation — A Step-by-Step Guide with DeepEvalIn my previous Evaluating RAG pipelines post, I introduced two approaches to evaluating RAG pipelines. In this post, I will show you how…Jan 14A response icon1Jan 14A response icon1
Published inGoogle Cloud - CommunityEvaluating RAG pipelinesRetrieval-Augmented Generation (RAG) emerged as a dominant framework to feed LLMs the context beyond the scope of its training data and…Jan 9Jan 9
Published inGoogle Cloud - CommunityGemini on Vertex AI and Google AI now unified with the new Google Gen AI SDKIf you’ve been working with Gemini, you’ve likely encountered the two separate client libraries for Gemini: the Gemini library for Google…Dec 17, 2024Dec 17, 2024
Published inGoogle Cloud - CommunityControl LLM output with LangChain’s structured and Pydantic output parsersIn my previous Control LLM output with response type and schema post, I talked about how you can define a JSON response schema and Vertex…Dec 9, 2024Dec 9, 2024