mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-15 22:44:36 +00:00
standard-tests: root docstrings (#28595)
This commit is contained in:
@@ -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]: ...
|
||||
|
Reference in New Issue
Block a user