[GH-ISSUE #2877] Getting error with nomic-embed-text #63797

Closed
opened 2026-05-03 15:00:46 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @isavita on GitHub (Mar 2, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/2877

Description

It might be me doing something wrong, but when I try to run ollama run nomic-embed-text I am getting following error

> ollama run nomic-embed-text
Error: embedding models do not support chat

Here is info for my os and the ollama version

> ollama -v
ollama version is 0.1.27
> sw_vers
ProductName:		macOS
ProductVersion:		14.2.1
BuildVersion:		23C71
Originally created by @isavita on GitHub (Mar 2, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/2877 # Description It might be me doing something wrong, but when I try to run `ollama run nomic-embed-text` I am getting following error ```shell > ollama run nomic-embed-text Error: embedding models do not support chat ``` Here is info for my os and the ollama version ```shell > ollama -v ollama version is 0.1.27 > sw_vers ProductName: macOS ProductVersion: 14.2.1 BuildVersion: 23C71 ```
Author
Owner

@isavita commented on GitHub (Mar 2, 2024):

I found that I don't need to run it explicitly.

<!-- gh-comment-id:1974791024 --> @isavita commented on GitHub (Mar 2, 2024): I found that I don't need to run it explicitly.
Author
Owner

@480284856 commented on GitHub (Aug 7, 2024):

But how did a vector store in langchain use it?

<!-- gh-comment-id:2272509373 --> @480284856 commented on GitHub (Aug 7, 2024): But how did a vector store in langchain use it?
Author
Owner

@codemaker2015 commented on GitHub (Apr 3, 2025):

Try to pull the embed-model from Ollama.

Open your terminal and execute the following command,

ollama pull nomic-embed-text

<!-- gh-comment-id:2776645505 --> @codemaker2015 commented on GitHub (Apr 3, 2025): Try to pull the embed-model from Ollama. Open your terminal and execute the following command, `ollama pull nomic-embed-text`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#63797