Skip to content

Commit 6c875d7

Browse files
authored
YDB: How to implement streaming RAG (#16845)
1 parent ed42893 commit 6c875d7

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

ydb/docs/en/core/public-materials/_includes/conferences/2025/fossasia.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Designing YDB: Constructing a Distributed cloud-native DBMS for OLTP and OLAP from the Ground Up {#2025-conf-fosdem}
1+
## Designing YDB: Constructing a Distributed cloud-native DBMS for OLTP and OLAP from the Ground Up {#2025-conf-fossasia-ivanov}
22

33
{% include notitle [database_internals_tag](../../tags.md#database_internals) %}
44

@@ -13,3 +13,18 @@ In this session, we will briefly introduce the problems, challenges, and fallaci
1313
The presentation will be of interest to developers of high-load systems and platform developers for various purposes.
1414

1515
[Slides](https://presentations.ydb.tech/2025/en/fossasia/designing_ydb/presentation.pdf)
16+
17+
## YDB: How to implement streaming RAG in a distributed database {#2025-conf-fossasia-zevaykin-kalinina}
18+
19+
{% include notitle [database_internals_tag](../../tags.md#database_internals) %}
20+
21+
Extracting real-time insights from multi-modal data streams across diverse domains presents an ongoing challenge. A promising solution lies in the implementation of Streaming Retrieval-Augmented Generation (RAG) techniques. YDB enhances this approach by offering robust services for both streaming and vector search, facilitating more efficient and effective data processing and retrieval.
22+
YDB is a versatile open-source Distributed SQL Database that combines high availability and scalability with strong consistency and ACID transactions.
23+
24+
[{{ team.zevaykin.name }}]({{ team.zevaykin.profile }}) ({{ team.zevaykin.position }}) and [{{ team.kalinina.name }}]({{ team.kalinina.profile }}) ({{ team.kalinina.position }}) discussed an approach to implementing streaming RAG in YDB.
25+
26+
@[YouTube](https://www.youtube.com/watch?v=GjV8RBNl_4Q)
27+
28+
The presentation will be of interest to developers of high-load systems and platform developers for various purposes.
29+
30+
[Slides](https://presentations.ydb.tech/2025/en/fossasia/streaming_rag/presentation.pdf)

ydb/docs/en/presets.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ default:
1616
name: Evgenii Ivanov
1717
position: Senior developer
1818
profile: https://www.linkedin.com/in/eivanov89/
19+
zevaykin:
20+
name: Alexander Zevaykin
21+
position: Team leader
22+
profile: https://www.linkedin.com/in/alexander-zevaykin-6bb8162bb/
1923
ozeritskiy:
2024
name: Alexey Ozeritskiy
2125
position: Lead Software Engineer

ydb/docs/ru/presets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ default:
110110
profile: https://www.linkedin.com/in/jorres-tarasov/
111111
zevaykin:
112112
name: Александр Зевайкин
113-
position: Технический лидер
113+
position: Руководитель группы
114114
profile: https://www.linkedin.com/in/alexander-zevaykin-6bb8162bb/
115115
zverev:
116116
name: Евгений Зверев

0 commit comments

Comments
 (0)