From 96ca1c3bd5bc3fddc32ee4826b63ae5adffd50c1 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:42 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20data/intro.md=20=E2=80=94=20=D0=9F=D0=BE?= =?UTF-8?q?=D0=B2=D1=82=D0=BE=D1=80=D0=BD=D1=8B=D0=B9=20=D1=8D=D0=BA=D0=B7?= =?UTF-8?q?=D0=B0=D0=BC=D0=B5=D0=BD:=20FAQ-=D0=B1=D0=BE=D1=82=20=E2=80=94?= =?UTF-8?q?=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/intro.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data/intro.md diff --git a/data/intro.md b/data/intro.md new file mode 100644 index 0000000..4d283e2 --- /dev/null +++ b/data/intro.md @@ -0,0 +1,10 @@ +# Introduction to the Course + +This module covers the basics of natural language processing, including tokenization, stemming, and lemmatization. It also introduces the concept of word embeddings and how they can be used to represent words in vector space. + +# Key Topics + +- Tokenization +- Stemming +- Lemmatization +- Word Embeddings \ No newline at end of file