From d48f51b5b406f6ff780351ca91cd144aa89fcf84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BD=D0=B8=D0=B8=D0=BB=20=D0=92=D0=B8=D0=BA?= =?UTF-8?q?=D1=82=D0=BE=D1=80=D0=BE=D0=B2?= Date: Thu, 2 Jul 2026 08:38:43 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20data/advanced.md=20=E2=80=94=20=D0=9F?= =?UTF-8?q?=D0=BE=D0=B2=D1=82=D0=BE=D1=80=D0=BD=D1=8B=D0=B9=20=D1=8D=D0=BA?= =?UTF-8?q?=D0=B7=D0=B0=D0=BC=D0=B5=D0=BD:=20FAQ-=D0=B1=D0=BE=D1=82=20?= =?UTF-8?q?=E2=80=94=20ChromaDB=20+=20=D0=BE=D0=B4=D0=B8=D0=BD=20MCP-tool?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/advanced.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/advanced.md diff --git a/data/advanced.md b/data/advanced.md new file mode 100644 index 0000000..965c9b4 --- /dev/null +++ b/data/advanced.md @@ -0,0 +1,9 @@ +# Advanced Topics + +This module dives deeper into the advanced algorithms used in machine learning, such as the attention mechanism and transformer models. It covers how transformers can be trained and how the training process can be optimized. + +# Detailed Sections + +- Attention Mechanism +- Transformer Architecture +- Training Optimization \ No newline at end of file