Skip to content

Commit 2daeb0d

Browse files
validbecknrichers
andauthored
Removed references to editions in FAQ (#662)
* Removed references to editions in FAQ * Remove remaining edition references --------- Co-authored-by: Nik Richers <nik@validmind.ai>
1 parent 183ae2c commit 2daeb0d

File tree

5 files changed

+18
-27
lines changed

5 files changed

+18
-27
lines changed

site/about/fine-print/data-privacy-policy.qmd

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Service Organization Control 2 (SOC 2) is a type of audit report that evaluates
3737

3838
The {{< var validmind.platform >}} is a secure, multi-tenant solution that can be hosted on Amazon Web Services (AWS), Microsoft Azure Cloud (Azure), or Google Cloud Platform (GCP). For organizations that require a stricter trust model and the highest level of security, such as financial services organizations handling highly sensitive data, {{< var vm.product >}} also offers a _{{< var validmind.vpv >}} (VPV)_ option to host our solution in a dedicated single-tenant cloud instance.
3939

40-
The {{< var validmind.vpv >}} option provides all the features and services of other editions of our products, but hosted within a separate environment that is isolated from other {{< var vm.product >}} accounts. VPV accounts do not share resources with non-VPV accounts.
40+
The {{< var validmind.vpv >}} option provides all our features and services but hosted within a separate environment that is isolated from other {{< var vm.product >}} accounts. VPV accounts do not share resources with non-VPV accounts.
4141

42-
Access to any edition is available through AWS PrivateLink, Azure Private Link, or GCP Private Service Connect, all of which provide private connectivity between {{< var vm.product >}} and your on-premises network without exposing your traffic to the public internet.
42+
Access is available through AWS PrivateLink, Azure Private Link, or GCP Private Service Connect, all of which provide private connectivity between {{< var vm.product >}} and your on-premises network without exposing your traffic to the public internet.
4343

4444
## What model artifacts are imported into documentation?
4545

@@ -56,5 +56,4 @@ The {{< var validmind.developer >}} does not send any personally identifiable in
5656

5757
<!-- ## What's next
5858
59-
- [Configure AWS PrivateLink](/guide/configuration/configure-aws-privatelink.qmd) -->
60-
<!--- [Editions and features](editions-and-features.qmd) --->
59+
- [Configure AWS PrivateLink](/guide/configuration/configure-aws-privatelink.qmd) -->

site/faq/_faq-editions.qmd

Lines changed: 0 additions & 14 deletions
This file was deleted.

site/faq/faq-organizations.qmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ listing:
1313
- ../guide/configuration/managing-users.qmd
1414
---
1515

16-
{{< include _faq-editions.qmd >}}
17-
1816
## How do I get access to {{< var vm.product >}}?
1917

2018
#### 1. Register with ValidMind
@@ -40,7 +38,7 @@ By default, the [{{< fa hand >}} Customer Admin]{.bubble} role[^5] has sufficien
4038

4139
- {{< var vm.product >}} provides a built-in user management interface that allows new users to be registered on the {{< var validmind.platform >}} and assigned user roles[^6] and user groups.[^7]
4240
- User roles, user groups, and access permissions are configured during initial onboarding and can be updated at any time.
43-
- In addition, {{< var vm.product >}} also provides support for Single Sign-On (SSO) integration as part of our Enterprise and our {{< var validmind.vpv >}} (VPV) edition.
41+
- In addition, {{< var vm.product >}} also offers support for Single Sign-On (SSO) integration.
4442

4543
## How do user roles, user groups, and access permissions work?
4644

site/faq/faq-privacy.qmd

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,15 @@ listing:
1818
- ../guide/model-inventory/view-model-activity.qmd
1919
---
2020

21-
{{< include _faq-editions.qmd >}}
21+
## How does {{< var vm.product >}} handle the processing of PII?
22+
23+
{{< var vm.product >}} does not send any personally identifiable information (PII) through our {{< var validmind.api >}}.[^1]
24+
25+
Access to the {{< var validmind.platform >}} is facilitated through AWS PrivateLink, which provides private connectivity between {{< var vm.product >}} and your on-premises networks without exposing your traffic to the public internet.[^2]
2226

2327
## What model artifacts are automatically imported into {{< var vm.product >}}?
2428

25-
{{< var vm.product >}} stores the following artifacts in the documentation via our {{< var validmind.api >}}:[^1]
29+
{{< var vm.product >}} stores the following artifacts in the documentation via our {{< var validmind.api >}}:
2630

2731
- Dataset and model metadata which allow generating documentation snippets programmatically (example: stored definition for "common logistic regression limitations" when a logistic regression model has been passed to the {{< var vm.product >}} test suite execution)
2832
- Quality and performance metrics collected from the dataset and model
@@ -35,7 +39,7 @@ listing:
3539
- With multi-tenant deployments, infrastructure is shared but with strict data isolation protocols that ensure that no tenant can access another's sensitive information.
3640

3741
::: {.callout}
38-
## For organizations requiring the highest degree of data security, {{< var vm.product >}} offers a {{< var validmind.vpv >}} (VPV) option to host the solution in a dedicated single-tenant cloud instance on the {{< var vm.product >}} cloud account.
42+
## For organizations requiring the highest degree of data security, {{< var vm.product >}} offers a {{< var validmind.vpv >}} (VPV)[^3] option to host the solution in a dedicated single-tenant cloud instance on the {{< var vm.product >}} cloud account.
3943

4044
Furthermore, {{< var vm.product >}}'s data retention policy complies with the SOC 2 security standard.
4145
:::
@@ -82,4 +86,8 @@ Additionally, {{< var vm.product >}} is developing a feature that enables develo
8286

8387
<!-- FOOTNOTES -->
8488

85-
[^1]: [{{< var validmind.developer >}}](/validmind/validmind.html)
89+
[^1]: [{{< var validmind.developer >}}](/validmind/validmind.html)
90+
91+
[^2]: [Configure AWS PrivateLink](/guide/configuration/configure-aws-privatelink.qmd)
92+
93+
[^3]: [{{< var validmind.vpv >}} (VPV)](/about/deployment/virtual-private-validmind.qmd)

site/faq/faq.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ listing:
1212
contents:
1313
- path: faq-organizations.qmd
1414
title: "Access and permissions"
15-
categories: ["editions", "access", "permissions", "organizations", "user registration", "validmind platform"]
15+
categories: ["access", "permissions", "organizations", "user registration", "validmind platform"]
1616
- path: faq-workflows.qmd
1717
title: "Model workflows"
1818
categories: ["workflows", "model lifecycle", "lifecycle statuses", "validmind platform", "validmind library"]
@@ -39,7 +39,7 @@ listing:
3939
categories: ["supported libraries", "supported languages", "integrations", "images", "large language models", "explainability", "deployment options", "validmind library"]
4040
- path: faq-privacy.qmd
4141
title: "Data handling and privacy"
42-
categories: ["editions", "data handling", "privacy", "confidentiality", "model activity", "auditing", "validmind platform", "validmind library"]
42+
categories: ["data handling", "privacy", "confidentiality", "model activity", "auditing", "validmind platform", "validmind library"]
4343
---
4444

4545
## Answers by topic

0 commit comments

Comments
 (0)