Skip to content

Commit

Permalink
SQLAResearchContext Model: updated docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
alebg committed Nov 20, 2023
1 parent 5875e78 commit 6b534b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/infrastructure/repository/sqla/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit 6b534b0

Please sign in to comment.