mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-17 23:41:46 +00:00
experimental: docstrings update (#18048)
Added missed docstrings. Formatted docsctrings to the consistent format.
This commit is contained in:
@@ -5,6 +5,8 @@ from langchain_core.embeddings import Embeddings
|
||||
|
||||
|
||||
class OpenCLIPEmbeddings(BaseModel, Embeddings):
|
||||
"""OpenCLIP Embeddings model."""
|
||||
|
||||
model: Any
|
||||
preprocess: Any
|
||||
tokenizer: Any
|
||||
|
Reference in New Issue
Block a user