ollama: init package (#23615)

Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
Isaac Francisco
2024-07-19 17:43:29 -07:00
committed by GitHub
parent f4ee3c8a22
commit 838464de25
28 changed files with 8787 additions and 571 deletions

View File

@@ -0,0 +1,8 @@
"""Test embedding model integration."""
from langchain_ollama.embeddings import OllamaEmbeddings
def test_initialization() -> None:
"""Test embedding model initialization."""
OllamaEmbeddings(model="llama3")