This function creates an index by first transcribing the audio file and then
creating the index.
Usage
create_index_from_audio(file_path, source, link = NULL, overwrite = FALSE)
Arguments
- file_path
Character string specifying the path to the audio file.
- source
Character string specifying the source of the audio.
- link
Character string specifying the link to the audio file
(optional).
- overwrite
Logical, whether to overwrite the existing index (default:
FALSE).
Value
The function writes an index in Parquet format to disk.