Quick Example
Why Multiple Indexes?
Different prompts extract different information. A single index optimized for one use case may miss details relevant to another.| Index Focus | Prompt Example | Use Case |
|---|---|---|
| Objects | ”Identify all objects and their colors” | Inventory, cataloging |
| Actions | ”Describe activities and movements” | Activity detection |
| People | ”Describe people, clothing, expressions” | Person identification |
| Environment | ”Describe the setting and location” | Scene classification |
| Text | ”Read any visible text or signage” | OCR, document extraction |
Creating Focused Indexes
Same Video, Different Perspectives
Different Extraction Configs
Combining Search Results
Search multiple indexes and combine results for precise retrieval.Intersection (AND)
Find segments that match criteria in both indexes:
Union (OR)
Find segments that match criteria in either index:
Custom Annotations
Bring your own scene descriptions from external pipelines or manual tagging.
External Vision Pipeline
Integrate descriptions from your own models:Use Cases
Investigation Workflow
Sports Highlights
Next Steps
Natural Language Query
Search your indexes with plain English
Accuracy Tips
Improve precision and recall