-
Notifications
You must be signed in to change notification settings - Fork 17
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
Showing
23 changed files
with
63 additions
and
14 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
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
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
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
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,8 @@ | ||
# Deploy DIAL with Ollama | ||
|
||
https://youtu.be/uRUzvSmtkeI | ||
|
||
In this tutorial, we will be deploying AI DIAL from GitHub and launching it with AI DIAL Chat and vision models from Ollama. We will take a look at the DIAL Configuration files and outline how to connect models and applications to AI DIAL. In the [part 2](develop-application), we will be developing a simple text translator application. | ||
|
||
> * Refer to [Tutorials](../../tutorials/quick-start-with-self-hosted-model) to lean how to launch AI DIAL Chat with a self-hosted model. | ||
> * Refer to [Supported Models](../../supported-models) to view the list of models supported in AI DIAL. |
5 changes: 0 additions & 5 deletions
5
docs/video demos/demos-for-developers/4.dial-develop-and-deploy.md
This file was deleted.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
docs/video demos/demos-for-developers/5.develop-application.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,9 @@ | ||
# Develop Translator App | ||
|
||
https://youtu.be/xG7ilq9oeMA | ||
|
||
In Part 2 of this series ([watch Part 1](deploy-ollama)), will be using our DIAL Deployment with Ollama to develop a simple text translator. We will go through the process of updating the DIAL config and setting up applications to talk to DIAL core. | ||
|
||
> * Refer to [Tutorials](../../tutorials/quick-start-with-self-hosted-model) to lean how to launch AI DIAL Chat with a self-hosted model. | ||
> * Refer to [Tutorials](../../tutorials/quick-start-with-application) to lean how to launch AI DIAL Chat with a simple Echo application. | ||
> * Refer to [Supported Models](../../supported-models) to view the list of models supported in AI DIAL. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
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 |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# Collaboration in DIAL | ||
# Collaboration | ||
|
||
https://youtu.be/ywmzhAuFMaI | ||
|
||
There are three distinct features in DIAL related to collaboration within your organization: Share, Export and Publish. Each has its pros and cons, and this video highlights the main similarities and differences within the three. Export creates files that allows you to create moment-in-time snapshots of conversations to share across environments. Share creates a reference to an existing conversation that you can send to colleagues that will update as you continue the conversation. Publications allow you to create a prompt or conversation library that is automatically shared with colleagues along the organization structure. | ||
There are three distinct features in DIAL related to collaboration within your organization: [Share](../../user-guide#share), [Export](../../user-guide#export) and [Publish](../../tutorials/enable-publications). Each has its pros and cons, and this video highlights the main similarities and differences within the three. Export creates files that allows you to create moment-in-time snapshots of conversations to share across environments. Share creates a reference to an existing conversation that you can send to colleagues that will update as you continue the conversation. Publications allow you to create a prompt or conversation library that is automatically shared with colleagues along the organization structure. | ||
|
||
> Watch [Publications](dial-publications) demo video to learn more about collaboration features in AI DIAL. |
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,8 @@ | ||
# Publications | ||
|
||
https://youtu.be/GxdhfWLspa0 | ||
|
||
Publications allow users to publish and share resources such as conversations, prompts, files, or applications within their organization. These resources can be made accessible to specific individuals or teams by managing access rights. The publication process involves sending a publication request, which is then reviewed and either approved or declined by an administrator. Once approved, the published resources become available to the target audience. Resource owners also have the ability to unpublish resources if needed. Publications also support detailed version history, allowing users to update existing publications without overwriting them. | ||
|
||
> * Refer to [Publications](../../tutorials/enable-publications) to learn more about publications and other collaboration features. | ||
> * Watch a [Collaboration](dial-collaboration) video to learn more about other collaboration features in AI DIAL. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
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