You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(cloud): rename apps to projects across the portal documentation
Align the Cloud portal docs with the portal's Project terminology, and
correct the delete, transfer, publish, tags, and API key flows against
the current portal UI.
Copy file name to clipboardExpand all lines: cloud/getting-started/get-started/next-steps.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,5 +2,5 @@
2
2
3
3
Learn more about building AI applications and agents with the Spice.ai Cloud Platform.
4
4
5
-
<tabledata-view="cards"><thead><tr><th></th><th></th><thdata-hiddendata-card-targetdata-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Playground</strong></td><td>Start experimenting in the <ahref="../../portal/playground/">Playground</a></td><td><ahref="https://spice.ai/login">https://spice.ai/login</a></td></tr><tr><td><strong>Features</strong></td><td>Explore the <ahref="/broken/pages/X0tERtTckVdb28YlZDut">features</a> of the platform</td><td><ahref="../../portal/apps/">apps</a></td></tr><tr><td><strong>Use-Cases</strong></td><td>Explore <ahref="/broken/pages/hpBCDc7Kl9gakSyIePLN">use-cases</a> for Spice.ai.</td><td><ahref="/broken/pages/X0tERtTckVdb28YlZDut">Broken link</a></td></tr></tbody></table>
5
+
<tabledata-view="cards"><thead><tr><th></th><th></th><thdata-hiddendata-card-targetdata-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Playground</strong></td><td>Start experimenting in the <ahref="../../portal/playground/">Playground</a></td><td><ahref="https://spice.ai/login">https://spice.ai/login</a></td></tr><tr><td><strong>Features</strong></td><td>Explore the <ahref="/broken/pages/X0tERtTckVdb28YlZDut">features</a> of the platform</td><td><ahref="../../portal/apps/">projects</a></td></tr><tr><td><strong>Use-Cases</strong></td><td>Explore <ahref="/broken/pages/hpBCDc7Kl9gakSyIePLN">use-cases</a> for Spice.ai.</td><td><ahref="/broken/pages/X0tERtTckVdb28YlZDut">Broken link</a></td></tr></tbody></table>
Copy file name to clipboardExpand all lines: cloud/getting-started/getting-started/portal-login-1.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,21 @@
1
1
---
2
-
description: Create your first Spice app
2
+
description: Create your first Spice project
3
3
icon: circle-2
4
4
---
5
5
6
-
# Create a Spice app
6
+
# Create a Spice project
7
7
8
-
Once [signed in with GitHub](../get-started/portal-login.md), you will be redirected to the **new application page.** Set a name, add a model provider, and optionally select one of ready to use datasets.
8
+
Once [signed in with GitHub](../get-started/portal-login.md), you will be redirected to the **new project page.** Set a name, add a model provider, and optionally select one of ready to use datasets.
9
9
10
-
1. Enter a name for the application.
10
+
1. Enter a name for the project.
11
11
2. Select region.
12
-
3. Click **Create application**.
12
+
3. Click **Create project**.
13
13
14
-
It will take up to 30 seconds to create and provision a dedicated Spice.ai instance for the application.
15
-
4. Once the application instance is deployed and ready, you will be redirected to the [Playground](../../portal/playground/).
16
-
5. Executing the `show tables` SQL query will show the default datasets available for the app.
14
+
It will take up to 30 seconds to create and provision a dedicated Spice.ai instance for the project.
15
+
4. Once the project instance is deployed and ready, you will be redirected to the [Playground](../../portal/playground/).
16
+
5. Executing the `show tables` SQL query will show the default datasets available for the project.
17
17
18
-
🎉 **Congrats, you've created your first**[**Spice app**](../../portal/apps/)**!**
18
+
🎉 **Congrats, you've created your first**[**Spice project**](../../portal/apps/)**!**
19
19
20
20
Continue to [Step. 3 to add a dataset and query it](../get-started/step-2-add-dataset-and-query-data.md).
Copy file name to clipboardExpand all lines: cloud/portal/app-spicepod/deployments.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
description: Monitor and manage app Spicepod instances and deployments.
2
+
description: Monitor and manage project Spicepod instances and deployments.
3
3
icon: rocket-launch
4
4
---
5
5
@@ -23,7 +23,7 @@ Each deployment listed on the **Deployments** tab reports a status derived from
23
23
|**Unhealthy**| All required replicas are ready, but at least one is failing its health check. |
24
24
|**Terminating**| The deployment is being replaced by a newer deployment that is ready to take traffic. |
25
25
|**Succeeded**| The deployment completed and its instances are no longer reporting live state. |
26
-
|**Paused**| The app is paused, so no deployment is serving. |
26
+
|**Paused**| The project is paused, so no deployment is serving. |
27
27
|**Created**| No live state is available for the deployment, typically because it has already been replaced. |
28
28
|**Failed**| The deployment failed. |
29
29
@@ -35,32 +35,32 @@ When a deployed Spicepod reports errors or warnings, the portal collects them in
35
35
36
36
Issues are surfaced in four places:
37
37
38
-
* A banner on every page of the app, listing the most recent error and the number of other errors. The banner covers errors only — warnings appear in the **Issues** panel.
39
-
* An error count on the **Deployments** tab in the app navigation.
38
+
* A banner on every page of the project, listing the most recent error and the number of other errors. The banner covers errors only — warnings appear in the **Issues** panel.
39
+
* An error count on the **Deployments** tab in the project navigation.
40
40
* An **Issues** panel on the **Deployments** page, and on each instance page scoped to that instance. Each panel lists up to five issues and links to the full list.
41
-
* A dedicated **Issues** page for the app, listing every issue without a limit.
41
+
* A dedicated **Issues** page for the project, listing every issue without a limit.
42
42
* An indicator on the affected row in **Datasets** and **Models**, when an issue can be attributed to a component.
43
43
44
44
The feed combines runtime `ERROR` and `WARN` log lines with the reported status of each dataset. Repeats of the same failure collapse into one row with an occurrence count, so a connector retrying every second appears once rather than hundreds of times.
45
45
46
-
Issues are ordered errors first, then by how often they occurred, then by how recently. A panel capped at five rows therefore shows the errors before any warning, and the panel header keeps the full error and warning counts for the app or instance. **View all***N***issues** in the panel footer opens the dedicated **Issues** page, which lists the entire set.
46
+
Issues are ordered errors first, then by how often they occurred, then by how recently. A panel capped at five rows therefore shows the errors before any warning, and the panel header keeps the full error and warning counts for the project or instance. **View all***N***issues** in the panel footer opens the dedicated **Issues** page, which lists the entire set.
47
47
48
48
Each row shows where the issue came from, how many times it occurred, when it was last seen, the dataset or model it was attributed to, and the instance that reported it. **Show details** expands the full text, including stack traces. The link on the row opens the originating instance's logs filtered to the issue, or the component's page for an issue reported by a dataset.
49
49
50
50
{% hint style="info" %}
51
51
Dismissing an error hides that specific error. A different failure raises the banner again.
52
52
{% endhint %}
53
53
54
-
An app with no issues shows no banner, no count, and no panel. The dedicated **Issues** page remains reachable and reports that no issues were detected.
54
+
A project with no issues shows no banner, no count, and no panel. The dedicated **Issues** page remains reachable and reports that no issues were detected.
55
55
56
56
#### Get AI help
57
57
58
-
Each issue row has a **Get AI help** action that analyzes that issue on demand. The analysis reads the app's recent runtime logs and returns a likely root cause, a short numbered list of fix steps, links to the relevant documentation, and a confidence level.
58
+
Each issue row has a **Get AI help** action that analyzes that issue on demand. The analysis reads the project's recent runtime logs and returns a likely root cause, a short numbered list of fix steps, links to the relevant documentation, and a confidence level.
59
59
60
60
Results are generated per issue and are not produced until the action is used.
61
61
62
62
{% hint style="warning" %}
63
-
An AI analysis is a suggestion, not a diagnosis. Verify each step against the app's own configuration before applying it.
63
+
An AI analysis is a suggestion, not a diagnosis. Verify each step against the project's own configuration before applying it.
Copy file name to clipboardExpand all lines: cloud/portal/app-spicepod/spice-runtime-versions.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,10 @@ icon: gear
4
4
5
5
# Spice Runtime Versions
6
6
7
-
Each new app deployment automatically retrieves the most recent stable Spice OSS release. Visit the [Releases page](https://github.com/spiceai/spiceai/releases) or [Spice OSS blog](https://spiceai.org/blog) to check for the latest runtime updates.
7
+
Each new project deployment automatically retrieves the most recent stable Spice OSS release. Visit the [Releases page](https://github.com/spiceai/spiceai/releases) or [Spice OSS blog](https://spiceai.org/blog) to check for the latest runtime updates.
8
8
9
-
### Migrate Exiting Apps
9
+
### Migrate Existing Projects
10
10
11
-
All Spice Apps are now powered by the latest, next-generation Spice.ai Open Source data and AI engine. Existing apps have been migrated but require a manual setup step to connect datasets and/or model providers.
11
+
All Spice projects are now powered by the latestSpice.ai Open Source data and AI engine. Existing projects have been migrated but require a manual setup step to connect datasets and/or model providers.
12
12
13
13
Learn More: Read the [Announcing 1.0-stable](https://spiceai.org/blog/announcing-1.0-stable) blog post for details on this upgrade, and visit the [Spice.ai Cookbook](https://spiceai.org/cookbook) for over 50 quickstarts and examples.
Copy file name to clipboardExpand all lines: cloud/portal/app-spicepod/spicepod-configuration.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@ icon: square-code
4
4
5
5
# Spicepod Configuration
6
6
7
-
### Edit app spicepod not connected to GitHub
7
+
### Edit project spicepod not connected to GitHub
8
8
9
-
To update Spice App spicepod.yaml, navigate to **Build** > **Code**. Use Components sidebar to add data connectors, model providers and preconfigured datasets, or manually edit spicepod.yaml in code editor.
9
+
To update the Spice project spicepod.yaml, navigate to **Build** > **Code**. Use Components sidebar to add data connectors, model providers and preconfigured datasets, or manually edit spicepod.yaml in code editor.
10
10
11
11
After saving the spicepod changes, a new deployment must be triggered. Learn more about [Spicepod Deployments](deployments.md).
12
12
13
-
### Edit app spicepod connected to GitHub
13
+
### Edit project spicepod connected to GitHub
14
14
15
-
If the Spice App is connected to a GitHub repository ([learn more](../apps/connect-github.md) about how to connect), the only way to update the Spicepod configuration is to edit the spicepod.yaml file in the root of your repository and push it to the default branch.
15
+
If the Spice project is connected to a GitHub repository ([learn more](../apps/connect-github.md) about how to connect), the only way to update the Spicepod configuration is to edit the spicepod.yaml file in the root of your repository and push it to the default branch.
16
16
17
17
To apply the updated spicepod, a new deployment must be triggered. Learn more about [Spicepod Deployments](deployments.md).
0 commit comments