diff --git a/docs/architecture.md b/docs/architecture.md index f1f30371..e263779b 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -52,7 +52,8 @@ The diagram below demonstrates the most complete landscape of AI DIAL ecosystem: In AI DIAL, we call *resources* applications, conversations, prompts and files. When added to the system, they are stored in a dedicated folder within a blob store account bucket assigned to your user account. You can handle resources according to the similar pattern (CRUD operations, publications, sharing and other). -> In [DIAL API](https://epam-rail.com/dial_api) you can find dedicated sections for working with resources: [applications](https://epam-rail.com/dial_api#tag/Applications), [conversations](https://epam-rail.com/dial_api#tag/Conversations), [prompts](https://epam-rail.com/dial_api#tag/Prompts) and [files](https://epam-rail.com/dial_api#tag/Files). +> * In [DIAL API](https://epam-rail.com/dial_api) you can find dedicated sections for working with resources: [applications](https://epam-rail.com/dial_api#tag/Applications), [conversations](https://epam-rail.com/dial_api#tag/Conversations), [prompts](https://epam-rail.com/dial_api#tag/Prompts) and [files](https://epam-rail.com/dial_api#tag/Files). +> * Refer to [Collaboration](./tutorials/collaboration/overview) to learn about collaboration features such as sharing and publication that can be applied to resources. ## AI DIAL Components diff --git a/docs/tutorials/collaboration/1.overview.md b/docs/tutorials/collaboration/1.overview.md index 8f5f046e..e601b228 100644 --- a/docs/tutorials/collaboration/1.overview.md +++ b/docs/tutorials/collaboration/1.overview.md @@ -2,8 +2,11 @@ AI DIAL can serve as a collaborative and knowledge-sharing platform for the entire organization. To facilitate this, we provide a variety of features accessible through both the API and the chat user interface. +> In AI DIAL, [resources](../../architecture#resources) refers to conversations, prompts, files, and applications. + * [Publication](enable-publications): you can publish resources making them accessible to the selected audience in your organization. * [Sharing](sharing): you can share your resources with a specific person. * [Notifications](notifications): you can receive notifications when specific events occur. -> In AI DIAL, [resources](../../architecture#resources) refers to conversations, prompts, files, and applications. \ No newline at end of file + +> Watch a [demo video](../../video%20demos/demos/dial-collaboration) to see collaboration features in action. \ No newline at end of file diff --git a/docs/tutorials/collaboration/2.enable-publications.md b/docs/tutorials/collaboration/2.enable-publications.md index 88ad7928..650ce7f3 100644 --- a/docs/tutorials/collaboration/2.enable-publications.md +++ b/docs/tutorials/collaboration/2.enable-publications.md @@ -2,6 +2,8 @@ You can publish/unpublish conversations, prompts (or even a collection of those) and applications, making them accessible within your organization. Additionally, you can manage access to the published [resources](../../architecture#resources), ensuring that the right information is accessible to the right individuals or teams. +> Watch a [demo video](https://www.youtube.com/watch?v=GxdhfWLspa0) to see publication feature in action. + ## DIAL API Refer to [AI DIAL API](https://epam-rail.com/dial_api#tag/Publications) to view publications endpoints.