-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Intelligent Application section (#149)
* Add Intelligent Application section * Update spiceaidocs/docs/index.md Co-authored-by: Phillip LeBlanc <[email protected]> * Update spiceaidocs/docs/index.md Co-authored-by: Phillip LeBlanc <[email protected]> * Update spiceaidocs/docs/intelligent-applications/index.md Co-authored-by: Phillip LeBlanc <[email protected]> * Tweak order --------- Co-authored-by: Phillip LeBlanc <[email protected]>
- Loading branch information
1 parent
3e8011d
commit abbc7a1
Showing
3 changed files
with
26 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: 'Intelligent Applications' | ||
sidebar_label: 'Intelligent Applications' | ||
sidebar_position: 5 | ||
description: 'Building intelligent data and AI-driven applications with Spice.ai' | ||
--- | ||
|
||
As described in the blog post [Making Apps That Learn and Adapt](https://blog.spiceai.org/posts/2021/11/05/making-apps-that-learn-and-adapt/) the long-term vision for Spice.ai is to enable developers to easily build, deploy, and operate intelligent data and AI-driven applications. | ||
|
||
With Spice.ai OSS, federated data and ML models are colocated with applications, creating lightweight, high-performance, AI-copilot sidecars. | ||
|
||
<img src="https://user-images.githubusercontent.com/80174/140449760-97974f3c-8a78-4ea2-9ec5-843dc3cff5b6.png" alt="A Spice.ai Intelligent Application" /> | ||
|
||
## The Intelligent Application Workflow | ||
|
||
Dataset definitions and ML Models are packaged as Spicepods and can be published and distributed through the [Spicerack.org](https://spicerack.org) Spicepod registry. Federated datasets are locally materialized, accelerated, and provided to colocated Models. Applications call high-performance, low-latency ML inference APIs for AI generation, insights, recommendations, and forecasts ultimately to make intelligent, AI-driven decisions. Contextual application and environmental data is ingested and replicated back to cloud-scale compute clusters where improved versions of Models are trained and fined-tuned. New versioned Models are automatically deployed to the runtime and are A/B tested and flighted by the application in realtime. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters