1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-04-12 22:59:24 +03:00
parent 184bb2e3c5
commit ac80cca6d6
69 changed files with 8088 additions and 6938 deletions

View File

@@ -0,0 +1,34 @@
---
sidebar_position: 6
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
# Get embeddings parameter structure
Gets the structure of additional parameters for processing embeddings requests
`Function GetEmbeddingsParameterStructure(Val Clear = False) Export`
| Parameter | CLI option | Type | Required | Description |
|-|-|-|-|-|
| Clear | --empty | Boolean | ✖ | True > structure with empty valuse, False > field descriptions at values |
Returns: Structure Of KeyAndValue - Fields structure
<br/>
```bsl title="1C:Enterprise/OneScript code example"
Result = OPI_Ollama.GetEmbeddingsParameterStructure();
```