From 6b534b0c16f179c8ef42632e9abd2bf5c68e0e71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Alejandro=20Bordo=20Garc=C3=ADa?= Date: Mon, 20 Nov 2023 15:41:19 +0100 Subject: [PATCH] SQLAResearchContext Model: updated docstring --- lib/infrastructure/repository/sqla/models.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/infrastructure/repository/sqla/models.py b/lib/infrastructure/repository/sqla/models.py index 2f00e75..9704637 100644 --- a/lib/infrastructure/repository/sqla/models.py +++ b/lib/infrastructure/repository/sqla/models.py @@ -300,8 +300,7 @@ class SQLAVectorStore(Base, ModelBase): # type: ignore @type protocol: ProtocolEnum @param research_context_id: The ID of the research context of the vector store @type research_context_id: int - @param research_context: The research context of the vector store - @type research_context: SQLAResearchContext + @sqlarel research_context: The research context of the vector store, goes here to represent a one-to-one relation, no need to pass it as parameter @param embedding_model_id: The ID of the embedding model of the vector store @type embedding_model_id: int """