Skip to content

Commit

Permalink
fix: images fix (#147)
Browse files Browse the repository at this point in the history
* Add files via upload

* Delete docs/img/minimal2.svg

* Delete docs/img/standard2.svg

* Update architecture.md

* Update architecture.md
  • Loading branch information
sr-remsha committed Jul 26, 2024
1 parent 5c1b8cb commit 569ee5b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ We prioritize developing use case-agnostic generic features that facilitate deve

AI DIAL has only one required component – [AI DIAL Core](#ai-dial-core).

![](./img/minimal2.svg)
![](./img/minimal-setup.svg)

AI DIAL Core is headless. It exposes a **Unified Protocol** that can be used by custom extensions, internal and external API clients to get full access to all AI DIAL Core features.

Expand All @@ -24,7 +24,7 @@ Unified Protocol streamlines communication and fosters interoperability by elimi

A **Standard** installation of AI DIAL includes, Core (including API), Chat and Adapters to selected LLMs. It can also include custom extension such as Applications, Addons or Assistants.

![](./img/standard2.svg)
![](./img/standard-setup.svg)

This configuration enables the utilization of Chat functionality, allowing users to engage with LLMs, as well as the integration of custom extensions with AI DIAL Core through the API.

Expand All @@ -42,7 +42,7 @@ The diagram below demonstrates the most complete landscape of AI DIAL ecosystem:
**AI DIAL Core** serves as the primary system component, acting as a **main integration center**, that employs a **Unified Protocol** ([OpenAI](https://learn.microsoft.com/en-us/azure/ai-services/openai/reference) compatible) for communication between internal and external clients, including LLM models, Applications, and other to access all its features in a governed and unified manner.

![](./img/minimal2.svg)
![](./img/minimal-setup.svg)

**The Unified Protocol supports**:

Expand Down Expand Up @@ -177,7 +177,7 @@ You can use AI DIAL SDK to develop such extensions. Applications and model Adapt

> Refer to [AI DIAL SDK](https://github.com/epam/ai-dial-sdk) and [Development Examples](https://github.com/epam/ai-dial-sdk/tree/development/examples) to learn more.
![](./img/minimal2.svg)
![](./img/minimal-setup.svg)

Extensions have freedom to employ a technology of their preference, be it any LLM framework, [LlamaIndex](https://github.com/run-llama/llama_index/tree/main), [LangChain](https://github.com/langchain-ai/langchain), [Semantic Kernel](https://github.com/microsoft/semantic-kernel?tab=readme-ov-file), vector DBs or any other.

Expand Down
Loading

0 comments on commit 569ee5b

Please sign in to comment.