Spoken
Chinese

made
searchable

Lecture video goes in. What comes back is the passage that answers you, and the minute it was said.

Recorded engineering lectures in Mandarin are transcribed, cut into passages and indexed by meaning rather than by keyword, so a question finds the right moment even when it shares no words with the transcript. Ask in Russian, English or Chinese. The answer is written from the retrieved passages and nothing else, and every passage it used stays on screen with its timecode.

AudioTranscriptPassagesVectorsAnswer

How it works

The file lands on disk and a row appears in the queue.

[01]Ingest & Extract

An upload is written to disk under a name built from its own job id, then a row goes into the jobs table with status queued. Nothing runs yet. A worker on a machine with a GPU polls that table and claims the row inside a transaction, so two workers can never take the same job.