mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
6 lines
134 B
Python
6 lines
134 B
Python
"""Nomic partner integration for LangChain."""
|
|
|
|
from langchain_nomic.embeddings import NomicEmbeddings
|
|
|
|
__all__ = ["NomicEmbeddings"]
|