Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
sr-remsha committed Oct 1, 2024
1 parent 56a3d79 commit 7d81b66
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 4 additions & 1 deletion docs/tutorials/collaboration/1.overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

> Watch a [demo video](../../video%20demos/demos/dial-collaboration) to see collaboration features in action.
2 changes: 2 additions & 0 deletions docs/tutorials/collaboration/2.enable-publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7d81b66

Please sign in to comment.