Quick Example
How It Works
- Query Understanding - Your query is transformed into a vector embedding
- Similarity Matching - Embeddings are compared against indexed content
- Relevance Scoring - Results are ranked by semantic similarity
- Timestamp Retrieval - Matching segments are returned with timestamps
Search Types
Semantic Search (Default)
Understands meaning and intent, not just keywords.- Questions (“What causes…?”, “How do you…?”)
- Conceptual queries (“explain the theory”)
- Fuzzy matching (“something about cars”)
Keyword Search
Exact substring matching. Finds literal occurrences.- Technical terms
- Proper nouns
- Exact phrases
Comparison
| Feature | Semantic Search | Keyword Search |
|---|---|---|
| Query | Natural language | Exact terms |
| Matching | By meaning | By substring |
| Example | ”How to repair pipes?" | "plumbing repair” |
| Scope | Single video or collection | Single video only |
Index Types
Specify which index to search.Tuning Results
Result Threshold
Limit the number of results returned:Score Threshold
Filter out low-relevance results:Dynamic Score Percentage
Adaptive filtering based on score distribution:Search Parameters Reference
| Parameter | Type | Default | Description |
|---|---|---|---|
query | str | required | Natural language query |
search_type | SearchType | semantic | semantic or keyword |
index_type | IndexType | spoken_word | spoken_word or scene |
result_threshold | int | 5 | Max results to return |
score_threshold | float | 0.2 | Minimum relevance score |
dynamic_score_percentage | float | 20 | Adaptive score filter |
index_id | str | None | Specific scene index ID |

Query Examples
Spoken Content Queries
Visual Content Queries
Multimodal Queries
Combine spoken and visual search for precise results:What You Can Build
Keyword Search Compilation
Create highlight reels from specific keywords or phrases
Multimodal Search
Combine spoken and visual search for precise results
Character Clips
Extract clips featuring specific people using search