-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
286e387
commit 6f55e65
Showing
6 changed files
with
130 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
python-tutorial |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.2 MB
nuvolaris-presentations/nutanix-mastrogpt-ragster/logo-full-transparent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
129 changes: 129 additions & 0 deletions
129
nuvolaris-presentations/nutanix-mastrogpt-ragster/tutorial.md
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,129 @@ | ||
--- | ||
marp: true | ||
theme: gaia | ||
paginate: true | ||
backgroundColor: #fff | ||
backgroundImage: url('./00-background.png') | ||
html: true | ||
|
||
--- | ||
|
||
![bg](01-title.png) | ||
|
||
--- | ||
|
||
<style> | ||
:root { | ||
font-size: 40px; | ||
padding: 1rem; | ||
color: #0A6BAC; | ||
} | ||
|
||
h1, h2, h3, h4, h5 { | ||
margin-left: 1rem; | ||
} | ||
|
||
</style> | ||
|
||
# Agenda | ||
|
||
1. ### Introducing Nuvolaris & OpenServerless | ||
2. ### Running Nuvolaris on Nutanix | ||
3. ### Building a RAG using Nutanix Services | ||
4. ### Importing Content in the Nutanix Database | ||
|
||
--- | ||
![bg](https://fakeimg.pl/350x200/ff0000,0/0A6BAC?retina=1&text=1.Introducing+Nuvolaris) | ||
|
||
|
||
--- | ||
|
||
![bg](02-overview.png) | ||
|
||
--- | ||
## Nuvolaris Components | ||
|
||
- ### A scalable serverless engine | ||
- ### S3 File Storage | ||
- #### public and private | ||
- ### Storage & Cache | ||
- #### Redis, Postgres, Mongo | ||
- ### Backup & Monitoring | ||
|
||
--- | ||
#### A tour of Nuvolaris | ||
|
||
<video src="https://s3.amazonaws.com/v3d.it/nuvolaris/demo-nuvolaris-mastrogpt.mp4#t=0,24 " controls> | ||
</video> | ||
|
||
--- | ||
#### Managing Actions (functions) | ||
|
||
<video src="https://s3.amazonaws.com/v3d.it/nuvolaris/demo-nuvolaris-mastrogpt.mp4#t=00:00:24,00:01:20" controls> | ||
</video> | ||
|
||
--- | ||
#### IDE Integration | ||
|
||
<video src="https://s3.amazonaws.com/v3d.it/nuvolaris/demo-nuvolaris-mastrogpt.mp4#t=00:01:20,00:02:37" controls> | ||
</video> | ||
|
||
--- | ||
#### Sample AI Application | ||
|
||
<video src="https://s3.amazonaws.com/v3d.it/nuvolaris/demo-nuvolaris-mastrogpt.mp4#t=00:02:58,00:03:33 " controls> | ||
</video> | ||
|
||
--- | ||
#### Full Stack Hot Reload | ||
|
||
<video src="https://s3.amazonaws.com/v3d.it/nuvolaris/demo-nuvolaris-mastrogpt.mp4#t=00:03:46.500,00:04:37 " controls> | ||
</video> | ||
|
||
--- | ||
![bg](https://fakeimg.pl/350x200/ff0000,0/0A6BAC?retina=1&text=2.+Nuvolaris+on+Nutanix) | ||
|
||
|
||
--- | ||
## Tight Nutanix Integration | ||
|
||
- #### Deployed with Calm scripts | ||
- #### Running in Nutanix Kubernetes | ||
- #### Storing Data in Nutanix Databases | ||
- #### Using LLM with the GPT-in-a-box | ||
|
||
--- | ||
![bg](https://fakeimg.pl/350x200/ff0000,0/0A6BAC?retina=1&text=3.Building+a+RAG) | ||
|
||
|
||
--- | ||
#### The RAGster | ||
|
||
<video src="https://s3.amazonaws.com/v3d.it/nuvolaris/demo-nuvolaris-mastrogpt.mp4#t=00:06:18,06:45:20" controls> | ||
</video> | ||
|
||
|
||
--- | ||
#### Importing Content | ||
|
||
<video src="https://s3.amazonaws.com/v3d.it/nuvolaris/demo-nuvolaris-mastrogpt.mp4#t=00:07:14,00:07:36" controls> | ||
</video> | ||
|
||
--- | ||
#### An example of a GPT App | ||
|
||
<video src="https://s3.amazonaws.com/v3d.it/nuvolaris/demo-nuvolaris-mastrogpt.mp4#t=00:07:39,00:08:24" controls> | ||
</video> | ||
|
||
--- | ||
#### Creating a GPT App | ||
|
||
<video src="https://s3.amazonaws.com/v3d.it/nuvolaris/demo-nuvolaris-mastrogpt.mp4#t=00:08:26,00:08:55" controls> | ||
</video> | ||
|
||
--- | ||
#### Building a GPT App in Nuvolaris | ||
|
||
<video src="https://s3.amazonaws.com/v3d.it/nuvolaris/demo-nuvolaris-mastrogpt.mp4#t=00:08:57,00:09:43" controls> | ||
</video> | ||
|