1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-24 19:49:22 +02:00

Начало доков Ollama

This commit is contained in:
Anton Titovets
2025-04-14 23:37:08 +03:00
parent a908a41690
commit 7cb2591ada
12 changed files with 55 additions and 3 deletions

View File

@@ -165,7 +165,8 @@ li > a.menu__link {
.Slack a::before, .YandexDisk a::before, .Dropbox a::before, .Bitrix24 a::before, .Messenger a::before,
.Social a::before, .Database a::before, .Folder a::before, .Calendar a::before, .CRM a::before, .Commerce a::before,
.VKTeams a::before, .S3 a::before, .TCP a::before, .Ozon a::before, .Neocities a::before, .CDEK a::before, .Start a::before,
.Other a::before, .SQLite a::before, .PostgreSQL a::before, .GreenAPI a::before, .RCON a::before, .MySQL a::before{
.Other a::before, .SQLite a::before, .PostgreSQL a::before, .GreenAPI a::before, .RCON a::before, .MySQL a::before, .AI a:before,
.Ollama a::before {
padding-right: 0.7rem;
padding-top: 0.4rem;
}
@@ -266,6 +267,11 @@ li > a.menu__link {
content: url(../../static/img/APIs/small/GreenAPI.png);
}
.Ollama > div > a::before{
content: url(../../static/img/APIs/small/ollama.png);
}
.Messenger > div > a::before{
content: url(../../static/img/Categories/chat.png);
}
@@ -302,6 +308,10 @@ li > a.menu__link {
content: url(../../static/img/Categories/other.png);
}
.AI > div > a::before{
content: url(../../static/img/Categories/ai.png);
}
.theme-code-block,.tabs-container{
border: 1px solid rgba(27, 31, 35, 0.15);
border-radius: 16px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

12
docs/en/md/Instructions/Ollama.md vendored Normal file
View File

@@ -0,0 +1,12 @@
---
id: Ollama
sidebar_class_name: Ollama
---
<img src={require('../../static/img/APIs/Ollama.png').default} width='64px' />
# Ollama
This section is dedicated to the library for working with Ollama API. On this page, all the steps necessary to start working are described

View File

@@ -9,7 +9,7 @@ sidebar_class_name: NachaloRaboty
**Open Integrations Package** - is a set of tools for integration with some popular APIs via CLI, 1C, or OneScript. It consists of common modules, each responsible for its own API, as well as several utility modules that are common to all.
The implemented methods perform specific tasks (such as *SendMessage()* or *CreatePost()*), allowing them to be used without delving into the implementation details. However, the code is highly decomposed – authorization methods, data retrieval, etc., are separated into individual functions where possible. This makes it easy to add new methods, even if they are not yet implemented in the library at the current time.
The implemented methods perform specific tasks (such as `SendMessage()` or `CreatePost()`), allowing them to be used without delving into the implementation details. However, the code is highly decomposed – authorization methods, data retrieval, etc., are separated into individual functions where possible. This makes it easy to add new methods, even if they are not yet implemented in the library at the current time.
<br/>
@@ -33,6 +33,7 @@ Fast navigation:
<a href="/docs/Instructions/GoogleCalendar/"><img src={require('../../static/img/APIs/GoogleCalendar.png').default} width="32" class="wp_logo"/></a>
<a href="/docs/Instructions/GoogleDrive/"><img src={require('../../static/img/APIs/GoogleDrive.png').default} width="32" class="wp_logo"/></a>
<a href="/docs/Instructions/GoogleSheets/"><img src={require('../../static/img/APIs/GoogleSheets.png').default} width="32" class="wp_logo"/></a>
<a href="/docs/Instructions/Ollama/"><img src={require('../../static/img/APIs/Ollama.png').default} width="32" class="wp_logo"/></a>
<a href="/docs/Instructions/Slack/"><img src={require('../../static/img/APIs/Slack.png').default} width="32" class="wp_logo"/></a>
<a href="/docs/Instructions/Airtable/"><img src={require('../../static/img/APIs/Airtable.png').default} width="32" class="wp_logo"/></a>
<a href="/docs/Instructions/Dropbox/"><img src={require('../../static/img/APIs/Dropbox.png').default} width="32" class="wp_logo"/></a>

View File

@@ -79,6 +79,14 @@
{ type: 'category', link: {type: 'doc', id:'Instructions/Notion'}, label: 'Notion', className: 'Notion', items:[{type: 'autogenerated', dirName: 'Notion'}]},
],
},
{
type: 'category',
label: 'Artificial intelligence',
className: 'AI',
items:[
{ type: 'category', link: {type: 'doc', id:'Instructions/Ollama'}, label: 'Ollama', className: 'Ollama', items:[{type: 'autogenerated', dirName: 'Ollama'}]},
],
},
{
type: 'category',
label: 'Other',

12
docs/ru/md/Instructions/Ollama.md vendored Normal file
View File

@@ -0,0 +1,12 @@
---
id: Ollama
sidebar_class_name: Ollama
---
<img src={require('../../static/img/APIs/Ollama.png').default} width='64px' />
# Ollama
Этот раздел посвящен библиотеке для работы с протоколом Ollama. На данной странице описаны все действия, необходимые для полноценного начала работы

View File

@@ -9,7 +9,7 @@ sidebar_class_name: NachaloRaboty
**Открытый пакет интеграций** - набор инструментов для интеграции с некоторыми популярными API посредством CLI, 1C:Enterprise или OneScript. Он состоит из общих модулей, каждый из которых отвечает за свой API, а также нескольких модулей-инструментов, общих для всех.
Реализованные методы выполняют конечные задачи (вроде *ОтправитьСообщение()* или *СоздатьПост()*), что позволяет использовать их без углубления в реализацию. Однако, код, при этом, достаточно сильно декомпозирован - методы авторизации, получения данных и пр. по возможности вынесены в отдельные функции. Это позволяет легко добавлять новые методы, даже если они еще не реализованы в самой библиотеке на текущий момент.
Реализованные методы выполняют конечные задачи (вроде `ОтправитьСообщение()` или `СоздатьПост()`), что позволяет использовать их без углубления в реализацию. Однако, код, при этом, достаточно сильно декомпозирован - методы авторизации, получения данных и пр. по возможности вынесены в отдельные функции. Это позволяет легко добавлять новые методы, даже если они еще не реализованы в самой библиотеке на текущий момент.
<br/>
@@ -33,6 +33,7 @@ sidebar_class_name: NachaloRaboty
<a href="/docs/Instructions/GoogleCalendar/"><img src={require('../../static/img/APIs/GoogleCalendar.png').default} width="32" class="wp_logo"/></a>
<a href="/docs/Instructions/GoogleDrive/"><img src={require('../../static/img/APIs/GoogleDrive.png').default} width="32" class="wp_logo"/></a>
<a href="/docs/Instructions/GoogleSheets/"><img src={require('../../static/img/APIs/GoogleSheets.png').default} width="32" class="wp_logo"/></a>
<a href="/docs/Instructions/Ollama/"><img src={require('../../static/img/APIs/Ollama.png').default} width="32" class="wp_logo"/></a>
<a href="/docs/Instructions/Slack/"><img src={require('../../static/img/APIs/Slack.png').default} width="32" class="wp_logo"/></a>
<a href="/docs/Instructions/Airtable/"><img src={require('../../static/img/APIs/Airtable.png').default} width="32" class="wp_logo"/></a>
<a href="/docs/Instructions/Dropbox/"><img src={require('../../static/img/APIs/Dropbox.png').default} width="32" class="wp_logo"/></a>

View File

@@ -79,6 +79,14 @@ export default {
{ type: 'category', link: {type: 'doc', id:'Instructions/Notion'}, label: 'Notion', className: 'Notion', items:[{type: 'autogenerated', dirName: 'Notion'}]},
],
},
{
type: 'category',
label: 'Искусственный интеллект',
className: 'AI',
items:[
{ type: 'category', link: {type: 'doc', id:'Instructions/Ollama'}, label: 'Ollama', className: 'Ollama', items:[{type: 'autogenerated', dirName: 'Ollama'}]},
],
},
{
type: 'category',
label: 'Прочее',

BIN
media/Ollama.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB