standard-tests: root docstrings (#28595)

This commit is contained in:
Erick Friis
2024-12-06 15:14:52 -08:00
committed by GitHub
parent 925ca75ca5
commit b7c2029e84
4 changed files with 32 additions and 7 deletions

View File

@@ -9,6 +9,10 @@ from langchain_tests.base import BaseStandardTests
class RetrieversIntegrationTests(BaseStandardTests):
"""
Base class for retrievers integration tests.
"""
@property
@abstractmethod
def retriever_constructor(self) -> Type[BaseRetriever]: ...