mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-15 14:36:54 +00:00
standard-tests: show right classes in api docs (#28591)
This commit is contained in:
@@ -11,6 +11,10 @@ from langchain_tests.base import BaseStandardTests
|
||||
|
||||
|
||||
class EmbeddingsTests(BaseStandardTests):
|
||||
"""
|
||||
:private:
|
||||
"""
|
||||
|
||||
@property
|
||||
@abstractmethod
|
||||
def embeddings_class(self) -> Type[Embeddings]: ...
|
||||
|
Reference in New Issue
Block a user