Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 22 additions & 8 deletions homework/SUBMISSION.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,29 @@
# Submission
# Homework Submission

Заполните файл перед отправкой PR.
Name: Pavel Bakalenko

## Ссылка на репозиторий с заданием
Repository with completed homework:
https://github.com/pavelbakalenko03-droid/RAG_HW

- Repo URL: `<вставьте ссылку на ваш репозиторий>`
## Summary

## Автор
Completed an educational RAG project based on a Russian-language movie dataset.

- ФИО / ник: `<укажите>`
## Project details

## Комментарий
- Topic: movies
- Language: Russian
- Number of documents: 25
- Number of chunks: 25
- Retrieval: TF-IDF
- UI: Streamlit
- Tests: 11 passed

- Кратко: что реализовано, какие данные использованы, что улучшено.
## What was done

- Replaced the original dataset with Russian-language movie descriptions.
- Rebuilt the TF-IDF index.
- Checked the Streamlit UI.
- Added README.md with run instructions and demo questions.
- Added doc/DATA.md with dataset description.
- Checked demo questions and a negative question.