mirror of
https://github.com/hwchase17/langchain
synced 2024-11-08 07:10:35 +00:00
d2e50b3108
Pending: * https://github.com/chroma-core/chroma/pull/1294 * https://github.com/chroma-core/chroma/pull/1293 --------- Co-authored-by: Erick Friis <erick@langchain.dev> Co-authored-by: Bagatur <baskaryan@gmail.com>
4 lines
76 B
Python
4 lines
76 B
Python
from .open_clip import OpenCLIPEmbeddings
|
|
|
|
__all__ = ["OpenCLIPEmbeddings"]
|