Skip to main content
Unlike search_audio which matches exact keywords, deep_search finds content by meaning. “challenges of raising money” will match segments about fundraising difficulties even if those exact words aren’t used.

Example

Request:
Response:

Parameters


Notes

Embeddings are stored in memory. The first search on a file computes embeddings for all segments. Subsequent searches on the same file are instant.
Results are ranked by cosine similarity (0 to 1). Higher similarity = closer match.