Skip to content

Commit

Permalink
Merge pull request #1392 from fermyon/v3-content
Browse files Browse the repository at this point in the history
V3 content
  • Loading branch information
vdice authored Nov 8, 2024
2 parents 68674f1 + beac43f commit 328ecae
Show file tree
Hide file tree
Showing 60 changed files with 13,222 additions and 6 deletions.
5 changes: 4 additions & 1 deletion content/cloud/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,11 @@ Fermyon Cloud supports Spin CLI v0.6.0 or newer. That being said, there are cert
| [Serverless AI](/spin/serverless-ai-api-guide) | Supported |
| [Service Chaining](/spin/http-outbound#local-service-chaining) | Not supported |
| [MySQL](/spin/rdbms-storage#using-mysql-and-postgresql-from-applications) | Supported |
| [PostgreSQL](/spin/rdbms-storage#using-mysql-and-postgresql-from-applications) | Supported |
| [PostgreSQL](/spin/rdbms-storage#using-mysql-and-postgresql-from-applications) | Spin 2 interface is supported; Spin 3 interface is not |
| [Outbound Redis](/spin/rust-components.md#storing-data-in-redis-from-rust-components) | Supported |
| [`wasi-cloud-core`](https://github.com/WebAssembly/wasi-cloud-core) | Not supported |
| **Features** |
| [Component dependencies](/spin/v3/writing-apps.md#using-component-dependencies) | Not supported |
| **Extensibility** |
| [Custom Triggers](/spin/extending-and-embedding) | Not supported |

Expand Down
2 changes: 2 additions & 0 deletions content/spin/v1/ai-sentiment-analysis-api-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ url = "https://github.com/fermyon/developer/blob/main/content/spin/v1/ai-sentime
- [Conclusion](#conclusion)
- [Next Steps](#next-steps)

> This tutorial does not work with Spin `v3.0` or above as the on disk representation of the models have changed. Refer to the [V3 tutorial](/spin/v3/ai-sentiment-analysis-api-tutorial) depending on your Spin version.
Artificial Intelligence (AI) Inferencing performs well on GPUs. However, GPU infrastructure is both scarce and expensive. This tutorial will show you how to use Fermyon Serverless AI to quickly build advanced AI-enabled serverless applications that can run on Fermyon Cloud. Your applications will benefit from 50 millisecond cold start times and operate 100x faster than other on-demand AI infrastructure services. Take a quick look at the video below to learn about executing inferencing on LLMs with no extra setup.

<iframe width="854" height="480" src="https://www.youtube.com/embed/01oOh3D9cVQ?si=wORKmuOkeFMGYBsQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
Expand Down
2 changes: 2 additions & 0 deletions content/spin/v2/ai-sentiment-analysis-api-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ url = "https://github.com/fermyon/developer/blob/main/content/spin/v2/ai-sentime
- [Conclusion](#conclusion)
- [Next Steps](#next-steps)

> This tutorial does not work with Spin `v3.0` or above as the on disk representation of the models have changed. Refer to the [V3 tutorial](/spin/v3/ai-sentiment-analysis-api-tutorial) depending on your Spin version.
Artificial Intelligence (AI) Inferencing performs well on GPUs. However, GPU infrastructure is both scarce and expensive. This tutorial will show you how to use Fermyon Serverless AI to quickly build advanced AI-enabled serverless applications that can run on Fermyon Cloud. Your applications will benefit from 50 millisecond cold start times and operate 100x faster than other on-demand AI infrastructure services. Take a quick look at the video below to learn about executing inferencing on LLMs with no extra setup.

<iframe width="854" height="480" src="https://www.youtube.com/embed/01oOh3D9cVQ?si=wORKmuOkeFMGYBsQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
Expand Down
2 changes: 1 addition & 1 deletion content/spin/v2/deploying-to-fermyon.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ url = "https://github.com/fermyon/developer/blob/main/content/spin/v2/deploying-

[Fermyon Platform](https://github.com/fermyon/installer) is a self-hosted platform for Spin applications. With Fermyon, you can deploy your spin applications onto a server in moments.

> Fermyon Platform does not currently support Spin 2.
> Fermyon Platform does not currently support Spin 2 or above.
### Running on Your Workstation

Expand Down
2 changes: 1 addition & 1 deletion content/spin/v2/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ api_version = "v1"

## Using Variables From Applications

The Spin SDK surfaces the Spin configuration interface to your language. The [interface](https://github.com/fermyon/spin/blob/main/wit/variables.wit) consists of one operation:
The Spin SDK surfaces the Spin configuration interface to your language. The [interface](https://github.com/fermyon/spin/blob/main/wit/deps/[email protected]/variables.wit) consists of one operation:

| Operation | Parameters | Returns | Behavior |
|------------|--------------------|---------------------|----------|
Expand Down
Loading

0 comments on commit 328ecae

Please sign in to comment.