mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-24 20:09:01 +00:00
nomic: init pkg (#16853)
Co-authored-by: Lance Martin <lance@langchain.dev>
This commit is contained in:
9
libs/partners/nomic/tests/unit_tests/test_embeddings.py
Normal file
9
libs/partners/nomic/tests/unit_tests/test_embeddings.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""Test embedding model integration."""
|
||||
|
||||
|
||||
from langchain_nomic.embeddings import NomicEmbeddings
|
||||
|
||||
|
||||
def test_initialization() -> None:
|
||||
"""Test embedding model initialization."""
|
||||
NomicEmbeddings(model="nomic-embed-text-v1")
|
Reference in New Issue
Block a user