From f660f0e9858815f3b3ab6c2e3810eb4930c50622 Mon Sep 17 00:00:00 2001 From: avgcring3 <200397189+avgcring3@users.noreply.github.com> Date: Wed, 17 Jun 2026 23:01:07 +0300 Subject: [PATCH 1/3] add rag homework submission --- homework/SUBMISSION.md | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/homework/SUBMISSION.md b/homework/SUBMISSION.md index 0f6b274..be4a587 100644 --- a/homework/SUBMISSION.md +++ b/homework/SUBMISSION.md @@ -1,15 +1,17 @@ -# Submission - -Заполните файл перед отправкой PR. - -## Ссылка на репозиторий с заданием - -- Repo URL: `<вставьте ссылку на ваш репозиторий>` - -## Автор - -- ФИО / ник: `<укажите>` - -## Комментарий - -- Кратко: что реализовано, какие данные использованы, что улучшено. +# Submission + +## Repository With Completed Homework + +- Repo URL: https://github.com/avgcring3/NNDL_FINAL_PROJECT/tree/codex/rag-homework + +## Author + +- Nickname: avgcring3 + +## Comment + +- Implemented an educational RAG pipeline for the RideFlow NN corpus. +- Data: 12 text records in `data/raw/datasets.json`. +- Pipeline: ingest, chunking, TF-IDF index, retrieval, demo answer, and Streamlit UI. +- Documentation: README run commands, `doc/*.md`, `doc/DATA.md`, and `IMPROVEMENTS.md`. +- Validation: index build works, negative question refuses, and 7 pytest tests pass. From 8a52b34cf75f38dbc6e9a77eb41bc53e8dd4595f Mon Sep 17 00:00:00 2001 From: avgcring3 <200397189+avgcring3@users.noreply.github.com> Date: Wed, 17 Jun 2026 23:17:29 +0300 Subject: [PATCH 2/3] update rag homework submission scale --- homework/SUBMISSION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homework/SUBMISSION.md b/homework/SUBMISSION.md index be4a587..7d9b1d4 100644 --- a/homework/SUBMISSION.md +++ b/homework/SUBMISSION.md @@ -11,7 +11,7 @@ ## Comment - Implemented an educational RAG pipeline for the RideFlow NN corpus. -- Data: 12 text records in `data/raw/datasets.json`. +- Data: 1212 text records in `data/raw/datasets.json`. - Pipeline: ingest, chunking, TF-IDF index, retrieval, demo answer, and Streamlit UI. - Documentation: README run commands, `doc/*.md`, `doc/DATA.md`, and `IMPROVEMENTS.md`. -- Validation: index build works, negative question refuses, and 7 pytest tests pass. +- Validation: index build works, negative question refuses, and 9 pytest tests pass. From 9bba842bc5157a62427e808fdb2f73aa531562ed Mon Sep 17 00:00:00 2001 From: avgcring3 <200397189+avgcring3@users.noreply.github.com> Date: Wed, 17 Jun 2026 23:41:25 +0300 Subject: [PATCH 3/3] update rag homework repository link --- homework/SUBMISSION.md | 38 ++++++++++++++++++++++++++++---------- 1 file changed, 28 insertions(+), 10 deletions(-) diff --git a/homework/SUBMISSION.md b/homework/SUBMISSION.md index 7d9b1d4..9f683dd 100644 --- a/homework/SUBMISSION.md +++ b/homework/SUBMISSION.md @@ -1,17 +1,35 @@ + # Submission -## Repository With Completed Homework -- Repo URL: https://github.com/avgcring3/NNDL_FINAL_PROJECT/tree/codex/rag-homework -## Author +## Ссылка на репозиторий с заданием -- Nickname: avgcring3 -## Comment -- Implemented an educational RAG pipeline for the RideFlow NN corpus. -- Data: 1212 text records in `data/raw/datasets.json`. -- Pipeline: ingest, chunking, TF-IDF index, retrieval, demo answer, and Streamlit UI. -- Documentation: README run commands, `doc/*.md`, `doc/DATA.md`, and `IMPROVEMENTS.md`. -- Validation: index build works, negative question refuses, and 9 pytest tests pass. +- Repo URL: https://github.com/avgcring3/RAG_homework + + + +## Автор + + + +- ФИО / ник: avgcring3 Якупов Кирилл + + + +## Комментарий + + + +- Реализован учебный RAG pipeline: ingest -> chunking -> index -> retrieval -> demo-answer -> Streamlit UI. + +- Данные описаны в doc/DATA.md. + +- README содержит команды запуска через uv. + +- Добавлены demo-вопросы, negative-вопрос с отказом, планирование, IMPROVEMENTS.md и тесты. + +- Проверено: uv sync, uv run python scripts/build_index.py, uv run python scripts/check_generator.py, uv run pytest tests -v. +