-
From Yandex's recent announcement, it seems tools support should be available in YandexGPT 4:
> Новое семейство моделей умеет обрабатывать более сложные запросы, работать с расширенным контекстом, …
-
It seems that SDK only implements gRPC endpoints, but YandexCloud has only REST endpoint for metric data retrieval.
Doc reference to endpoints I'am talking about: https://yandex.cloud/en-ru/docs/mo…
-
YDB CLI 2.8.0, Serverless YDB
```sql
CREATE TABLE users (
id String NOT NULL,
email Utf8 NOT NULL,
INDEX idx_email GLOBAL SYNC ON (email),
PRIMARY KEY (id)
);
```
```csv
…
-
**Trouble**: The storage service does not accept the IAM token as authorization method
**Purpose**: Use an IAM token instead of an SA (service account)
**Steps for reproduce**:
I'm provide a token…
-
`ttl { expire_interval }` stored internaly in the cloud in ISO 8601 with full range of its possibilities (i.e. with `M`, `Y` fields) and provider every time try to replace notion in days with it inter…
-
Access to XMLHttpRequest at 'https://proxy.ydb.yandexcloud.co.il/ydbproxy-global.ydb-infra.yandexcloud.co.il:8765/viewer/json/query?timeout=600000&schema=modern' from origin 'https://ydb.nebiuscloud.n…
-
https://paste.yandex-team.ru/de4b1010-691b-4547-9a32-b6f694a953de
-
Hi team,
For some corporate proxies the domain `storage.yandexcloud.net` is blocked, because "reasons". This might hurt the adoption of the solution, as this is where `get.sh` is trying to fetch th…
-
There is only the `source` param and no `type` or anything like that:
```
resource "yandex_cdn_origin_group" "my_group" {
name = "My Origin group"
origin {
source = "mybucket"
…
-
[Создание интерфейса командной строки](https://cloud.yandex.ru/docs/cli/quickstart#install)
Установка YC CLI
`curl -sSL https://storage.yandexcloud.net/yandexcloud-yc/install.sh | bash`
Перезагруз…