Embeddings Ollama node
Use the Embeddings Ollama node to generate embeddings for a given text.
On this page, you'll find the node parameters for the Embeddings Ollama node, and links to more resources.
Credentials: You can find authentication information for this node here.
Node parameters
- Model: Select the model to use to generate the embedding. Choose from:
- all-minilm (opens in a new tab) (384 Dimensions)
- nomic-embed-text (opens in a new tab) (768 Dimensions)
Learn more about available models in Ollama's models documentation (opens in a new tab).
Related resources
Refer to Langchain's Ollama embeddings documentation (opens in a new tab) for more information about the service.