feat: solution for 'Повторный экзамен: FAQ-бот — ChromaDB + один MCP-tool'
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user