mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-24 20:09:01 +00:00
experimental[patch]: update module doc strings (#19539)
Added missed module descriptions. Fixed format.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
"""**OpenCLIP Embeddings** model.
|
||||
|
||||
OpenCLIP is a multimodal model that can encode text and images into a shared space.
|
||||
|
||||
See this paper for more details: https://arxiv.org/abs/2103.00020
|
||||
and [this repository](https://github.com/mlfoundations/open_clip) for details.
|
||||
|
||||
"""
|
||||
from .open_clip import OpenCLIPEmbeddings
|
||||
|
||||
__all__ = ["OpenCLIPEmbeddings"]
|
||||
|
Reference in New Issue
Block a user