Skip to content

Commit

Permalink
remove is_lc_serializable
Browse files Browse the repository at this point in the history
got no idea where this came from...
  • Loading branch information
aleneum committed Dec 22, 2023
1 parent ee1484d commit f41896f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions team_red/qa/qa_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,6 @@ def db_query(self, question: QAQuestion) -> List[DocumentSource]:
)
]

@classmethod
def is_lc_serializable(cls) -> bool:
"""Return whether this class is serializable."""
return True

def query(self, question: QAQuestion) -> QAAnswer:
if not self._database:
if not self._vectorstore:
Expand Down

0 comments on commit f41896f

Please sign in to comment.