You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-08-24 19:49:22 +02:00
Начало доков Ollama
This commit is contained in:
12
docs/docusaurus/src/css/custom.css
vendored
12
docs/docusaurus/src/css/custom.css
vendored
@@ -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;
|
||||
|
BIN
docs/docusaurus/static/img/APIs/Ollama.png
vendored
Normal file
BIN
docs/docusaurus/static/img/APIs/Ollama.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
BIN
docs/docusaurus/static/img/APIs/small/Ollama.png
vendored
Normal file
BIN
docs/docusaurus/static/img/APIs/small/Ollama.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
docs/docusaurus/static/img/Categories/ai.png
vendored
Normal file
BIN
docs/docusaurus/static/img/Categories/ai.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
docs/docusaurus/static/img/Categories/full/ai.png
vendored
Normal file
BIN
docs/docusaurus/static/img/Categories/full/ai.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
12
docs/en/md/Instructions/Ollama.md
vendored
Normal file
12
docs/en/md/Instructions/Ollama.md
vendored
Normal 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
|
3
docs/en/md/Instructions/Start.md
vendored
3
docs/en/md/Instructions/Start.md
vendored
@@ -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>
|
||||
|
8
docs/en/md/sidebars.js
vendored
8
docs/en/md/sidebars.js
vendored
@@ -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
12
docs/ru/md/Instructions/Ollama.md
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
id: Ollama
|
||||
sidebar_class_name: Ollama
|
||||
---
|
||||
|
||||
<img src={require('../../static/img/APIs/Ollama.png').default} width='64px' />
|
||||
|
||||
# Ollama
|
||||
|
||||
|
||||
|
||||
Этот раздел посвящен библиотеке для работы с протоколом Ollama. На данной странице описаны все действия, необходимые для полноценного начала работы
|
3
docs/ru/md/Instructions/Start.md
vendored
3
docs/ru/md/Instructions/Start.md
vendored
@@ -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>
|
||||
|
8
docs/ru/md/sidebars.js
vendored
8
docs/ru/md/sidebars.js
vendored
@@ -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
BIN
media/Ollama.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
Reference in New Issue
Block a user