From 2c80d511239766c67b0c746d20966f551ea984ae 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 09:00:41 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20meta.json=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 --- meta.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/meta.json b/meta.json index 24221cb..fea0094 100644 --- a/meta.json +++ b/meta.json @@ -1,9 +1,8 @@ { - "schedule": [ - {"day": "Monday", "time": "10:00-12:00", "topic": "Course Overview"}, - {"day": "Wednesday", "time": "14:00-16:00", "topic": "Deep Learning"}, - {"day": "Friday", "time": "09:00-11:00", "topic": "NLP"} - ], - "instructor": "Dr. Ivanov", + "schedule": { + "lecture1": "2026-09-01 10:00", + "lecture2": "2026-09-08 10:00" + }, + "instructor": "Dr. Иванов", "location": "Room 101" } \ No newline at end of file