From 63051d3f08f25591772f48787904634244c1f7e5 Mon Sep 17 00:00:00 2001 From: MEM4GH <118773316+MEM4GH@users.noreply.github.com> Date: Sun, 19 May 2024 18:21:52 -0400 Subject: [PATCH] FAQ tweaks --- docs/FAQ.md | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index b454551160..d8ab815828 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -16,16 +16,12 @@ pagination_next: null ### What cloud service providers (CSPs) does AI Unlimited support? Currently, AWS and Azure. - ### What analytics functions can I use? [ClearScape Analytics™](https://docs.teradata.com/access/sources/dita/topic?dita:mapPath=phg1621910019905.ditamap&dita:ditavalPath=pny1626732985837.ditaval&dita:topicPath=gma1702668333653.dita) functions. See the [release notes](/docs/release-notes) for current limitations. - ### How do I pay for AI Unlimited? You pay your cloud service provider for the hours that AI/ML engine resources are running. The charges depend on instance size and number of instances. - - ### If I get errors or have any problems, what should I do? The [community](https://support.teradata.com/community?id=community_forum&sys_id=b0aba91597c329d0e6d2bd8c1253affa) is ready to help you. Go there to ask questions, get troubleshooting advice, and share ideas. @@ -37,16 +33,13 @@ The [community](https://support.teradata.com/community?id=community_forum&sys_id A project is a means to explore and analyze data from a Jupyter notebook. Each project has a Git repository for storing project information, including user information and object store authorizations. - ### How do I use a project? In a Jupyter notebook, you create a project, which automatically creates its repository. Then you authorize access to your data store, deploy the project's AI/ML engine, and run analytic workloads. You can suspend the project (and engine) anytime, then restore it, to pay only for the hours you need. - ### What's my API key for? You use your API key to connect from your Jupyter notebook to the engine. The first thing you do in a Jupyter notebook, before you create or access a project, is configure a connection to the engine using your API key. - ## Users ### What are the AI Unlimited user types? @@ -55,7 +48,6 @@ Admins, project owners, and collaborators: - The user who creates a project is the project's owner. - Additional users of a project are collaborators. - ### I'm an admin. After the initial setup, can I go back and change settings? Yes, sign back in to the setup, and make any changes. @@ -63,7 +55,6 @@ Yes, sign back in to the setup, and make any changes. ### Can an admin add other admins? No, AI Unlimited supports one admin. - ### I'm a project owner. How do I add collaborators to a project? First, add them to the project's Git repository. @@ -77,7 +68,6 @@ If you add the collaborators to the repository after the engine is deployed, you ### What happens when I suspend a project? All project information, including user authorizations, object store authorizations, and data objects, are saved. - ### What happens when I restore a project? The saved project information is there. You can pick up right where you left off. @@ -85,10 +75,13 @@ The saved project information is there. You can pick up right where you left off ## The manager ### What is the manager? -The manager is the AI Unlimited component that orchestrates the deployment of the AI/ML engine on your cloud service provider. It also provides a web-based user interface from which the AI Unlimited admin sets up AI Unlimited after installing it, and changes settings later as needed. From the manager, all users get their API key for connecting to the engine from a Jupyter notebook. +The manager is the AI Unlimited component that orchestrates the deployment of the AI/ML engine on your cloud service provider. + +It also provides a web-based user interface from which the AI Unlimited admin sets up AI Unlimited after installing it, and changes settings later as needed. From the manager, all users get their API key for connecting to the engine from a Jupyter notebook. + :::tip -Not seeing your question? Ask it in the [community](https://support.teradata.com/community?id=community_forum&sys_id=b0aba91597c329d0e6d2bd8c1253affa) +Didn't see your question? Ask it in the [community](https://support.teradata.com/community?id=community_forum&sys_id=b0aba91597c329d0e6d2bd8c1253affa) :::