TLDR.Chat

Introducing the Nomic-Embed-Text Model for Text Embeddings

nomic-embed-text 🔗

A high-performing open embedding model with a large token context window.

nomic-embed-text is a high-performing embedding model designed for generating text embeddings. It has a large token context window of 8192 and outperforms OpenAI's models in both short and long context tasks. The model requires Ollama version 0.1.26 or later and is licensed under the Apache License Version 2.0. It supports usage via REST API and libraries in Python and JavaScript.

What is the main function of the nomic-embed-text model?

The nomic-embed-text model is designed specifically for generating text embeddings.

What is the token context window size of this model?

The model has a token context window size of 8192.

Which version of Ollama is required to use this model?

A minimum of Ollama version 0.1.26 is required to use the nomic-embed-text model.

Related