feat: solution for 'Повторный экзамен: FAQ-бот — ChromaDB + один MCP-tool'

This commit is contained in:
2026-06-29 12:19:57 +03:00
commit 466e91231c
11 changed files with 396 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"schedule": [
{
"date": "2026-09-01",
"lecture": "Lecture 1",
"topic": "Introduction to ML",
"location": "Room 101"
},
{
"date": "2026-09-08",
"lecture": "Lecture 2",
"topic": "Data Preprocessing",
"location": "Room 102"
},
{
"date": "2026-09-15",
"lecture": "Lecture 3",
"topic": "Linear Regression",
"location": "Room 103"
}
],
"instructor": {
"name": "Dr. Jane Doe",
"email": "jane.doe@example.com",
"office": "Room 201"
}
}