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