Skip to content

Commit 18c5d85

Browse files
authored
update FAQ articles (#470)
1 parent 9af2bc0 commit 18c5d85

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

fern/docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,8 @@ navigation:
299299
href: https://www.assemblyai.com/security
300300
- link: Do you train on customer data?
301301
href: /docs/faq/are-files-submitted-to-the-api-used-for-model-training
302+
- link: Do the LLMs provided through LLM Gateway train on my data?
303+
href: /docs/faq/do-llms-in-llm-gateway-train-on-data
302304
- link: Does AssemblyAI use encryption?
303305
href: /docs/faq/are-audio-and-text-files-encrypted
304306
- link: Are you GDPR compliant?
@@ -945,6 +947,9 @@ navigation:
945947
- page: Can I sign a BAA with AssemblyAI?
946948
path: pages/faq/privacy-security/can-you-sign-a-baa.mdx
947949
slug: /can-you-sign-a-baa
950+
- page: Do the LLMs provided through LLM Gateway train on my data?
951+
path: pages/faq/privacy-security/do-llms-in-llm-gateway-train-on-data.mdx
952+
slug: /do-llms-in-llm-gateway-train-on-data
948953
- page: Do you have a formal risk assessment policy or process?
949954
path: pages/faq/privacy-security/do-you-have-a-formal-risk-assessment-policy-or-process.mdx
950955
slug: /do-you-have-a-formal-risk-assessment-policy-or-process

fern/pages/faq/async/how-are-paragraphs-created-for-the-paragraphs-endpoint.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ title: "How are paragraphs created for the /paragraphs endpoint?"
33
---
44

55
With our `/v2/transcript/{TRANSCRIPT-ID}/paragraphs` endpoint you can export a completed transcript broken into paragraphs. These paragraphs are created using an algorithm that looks at certain heuristics like speaking time, text length, pauses, etc.
6+
7+
See [this section](/docs/pre-recorded-audio/export-paragraphs-and-sentences) of our documentation to learn more about exporting paragraphs.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "Do the LLMs provided through LLM Gateway train on my data?"
3+
---
4+
5+
AssemblyAI has opted out of data training with all LLM Gateway providers.
6+
7+
Please note this is separate from whether AssemblyAI may train our models with your data. You can find more information on if and how to opt out of data sharing for our model improvement program [here](/docs/faq/how-to-opt-out-of-data-sharing-for-our-model-improvement-program).

0 commit comments

Comments
 (0)