Skip to content

Commit 2d9c88c

Browse files
authored
[docs] build fixes (#9340)
1 parent 450dd65 commit 2d9c88c

File tree

3 files changed

+4
-3
lines changed
  • ydb/docs
    • en/core
      • integrations/visualization
      • public-materials/_includes/conferences/2024
    • ru/core/integrations/visualization

3 files changed

+4
-3
lines changed

ydb/docs/en/core/integrations/visualization/finebi.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ After creating datasets, you can use data from {{ ydb-short-name }} to create ch
113113
Let's create a sample chart using the dataset from the `episodes` table, as described in the [YQL tutorial](../../dev/yql-tutorial/index.md). Among other things, this tutorial covers how to [create](../../dev/yql-tutorial/create_demo_tables.md) this table and [populate it with data](../../dev/yql-tutorial/fill_tables_with_data.md). It will be a pie chart that demonstrates how many episodes each season of a given series contains.
114114
115115
The table contains the following columns:
116+
116117
* `series_id`
117118
* `season_id`
118119
* `episode_id`

ydb/docs/en/core/public-materials/_includes/conferences/2024/Qcon.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
{% include [no_video](../../no_video.md) %}
88

9-
**Outline**:
10-
119
This database is used for industrial operations within Yandex. Among its clients are Yandex Market, Yandex Alice, and Yandex Taxi, which are some of the largest and most demanding AI-based applications.
1210

1311
The database offers true elastic scalability, capable of scaling up or down by several orders of magnitude.
@@ -16,7 +14,8 @@ Simultaneously, the database is fault-tolerant. It is designed to operate across
1614

1715
Currently, work is underway to implement accurate and approximate nearest neighbor searches for machine learning purposes.
1816

19-
**Takeaways**:
17+
Takeaways:
18+
2019
* Architecture of a distributed, fault-tolerant database.
2120
* Approaches to implementing vector search on large datasets.
2221

ydb/docs/ru/core/integrations/visualization/finebi.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ FineBI — это мощный инструмент для анализа бол
113113
Теперь давайте создадим пример диаграммы с использованием набора данных из таблицы `episodes`, [создание](../../dev/yql-tutorial/create_demo_tables.md) и [наполнение данными](../../dev/yql-tutorial/fill_tables_with_data.md) которой описано в [Туториале по YQL](../../dev/yql-tutorial/index.md). Мы создадим круговую диаграмму, в которой будет видно, сколько серий содержит каждый сезон сериала.
114114
115115
Таблица `episodes` содержит следующие колонки:
116+
116117
* `series_id`;
117118
* `season_id`;
118119
* `episode_id`;

0 commit comments

Comments
 (0)