model_name
,checkpoint
are set in langchain_experimental.open_clip.py
.
For text, use the same method embed_documents
as with other embedding models.
For images, use embed_image
and simply pass a list of uris for the images.
model_name
,checkpoint
are set in langchain_experimental.open_clip.py
.
For text, use the same method embed_documents
as with other embedding models.
For images, use embed_image
and simply pass a list of uris for the images.