RAG and AI Agents Simplified
RAG and AI Agents Simplified
Query
Context
● Retrieval-Augmented Generation
(RAG) is a machine learning
technique that combines
retrieval-based and
In Other
generation-based models. It
retrieves relevant information from
external sources (such as a
database or document repository)
Words
and uses that information to
generate context-aware and
informed responses or outputs.
AI Agents and
Agentic Systems
AI Agents and Agentic Systems
● They are driven by AI agents, that can be single or multi agent systems.
● They often use large language models (LLMs) to help with decision making.
Google Cloud
GenAI Ecosystem
The Infrastructure Powerhouse for GenAI
Vertex AI: Comprehensive platform for building, deploying, and managing ML models.
Integration with other Google Cloud services: Seamless workflow with BigQuery, Cloud Storage,
etc.
Use Case
Demo
#show_time
const rawReviewId =
rawReview._id.toString();
const rawReviewGameId =
rawReview.gameId
const rawReviewContent =
rawReview.content;
to analyze sentiment
Implementation });
Use Case Architecture
Express
Gemini MongoDB
Thank you for
your time.