mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-16 12:32:06 +00:00
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"]
|