All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

SentrySearch: Open-Source Semantic Video Search Tool Using Gemini Embedding 2

By

sohamrj

2mo ago· 4 min readenCode

Summary

SentrySearch is an open-source tool that enables semantic search over video content. It works by splitting MP4 videos into overlapping chunks, embedding each chunk using either Google's Gemini Embedding API or a local Qwen3-VL model, and storing the vectors in a local ChromaDB database. Users can search by typing text queries, which are embedded into the same vector space and matched against stored video embeddings. The system then automatically trims and saves the top matching clip from the original video file.

Key quotes

· 4 pulled
SentrySearch splits your mp4 videos into overlapping chunks, embeds each chunk as video using either Google's Gemini Embedding API or a local Qwen3-VL model, and stores the vectors in a local ChromaDB database.
When you search, your text query is embedded into the same vector space and matched against the stored video embeddings.
The top match is automatically trimmed from the original file and saved as a clip.
Semantic search over video footage. Type what you're looking for, get a trimmed clip back.
Snippet from the RSS feed
Semantic search over videos using Gemini Embedding 2. - ssrajadh/sentrysearch

You might also wanna read