Search CCTV footage using natural language through a Telegram bot. Video clips are converted into embeddings using Google's Gemini embedding model. This gives the user ability to search stuff like "Did any blue car came in last 3 days" and the agent will be able to find the exact video clips containing it with accuracy.
CCTV Connector
New 60-second CCTV clip available
Clip handoff
Prepare clip metadata
Video embeddings
Create video embedding
Vector storage
Store clip embedding
Query embeddings
Create text embedding
Telegram
User sends CCTV search query
Nearest-neighbor search
Find matching CCTV clips
Search response
Return matching timestamps and clips
Search Result Interpretation
Summarize vector search results and format response for Telegram user
Search CCTV footage using natural language through a Telegram bot. Video clips are converted into embeddings using Google's Gemini embedding model. This gives the user ability to search stuff like "Did any blue car came in last 3 days" and the agent will be able to find the exact video clips containing it with accuracy.