From 6e9525d156e0bcdac3d25c92269875bfae3b4638 Mon Sep 17 00:00:00 2001 From: Yassine Souissi <74144843+yassinsws@users.noreply.github.com> Date: Mon, 18 Mar 2024 01:25:55 +0100 Subject: [PATCH] Update app/content_service/Retrieval/lecture_retrieval.py Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- app/content_service/Retrieval/lecture_retrieval.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/content_service/Retrieval/lecture_retrieval.py b/app/content_service/Retrieval/lecture_retrieval.py index 4c8a5269..e056b50d 100644 --- a/app/content_service/Retrieval/lecture_retrieval.py +++ b/app/content_service/Retrieval/lecture_retrieval.py @@ -11,7 +11,7 @@ class LectureRetrieval(AbstractRetrieval, ABC): """ - Class for ingesting repositories into a database. + Class for retrieving lecture data from the database. """ def __init__(self, client: weaviate.WeaviateClient):