Skip to content

Commit

Permalink
Corrected the pipeline name in the description (#139)
Browse files Browse the repository at this point in the history
Before: 
Note: Calling indexing.run() blocks until the transcription is finished.

After:
Note: Calling preprocessing_pipeline.run() blocks until the transcription is finished.
  • Loading branch information
afizs authored Jan 22, 2024
1 parent 12a5303 commit ec2f473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/assemblyai.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ The expected output should indicate that 9 documents are written to the document
{'document_writer': {'documents_written': 9}}
```

Note: Calling `indexing.run()` blocks until the transcription is finished.
Note: Calling `preprocessing_pipeline.run()` blocks until the transcription is finished.

The metadata of the transcription document contains the transcription ID and url of the uploaded audio file.

Expand Down

0 comments on commit ec2f473

Please sign in to comment.