[PR #4766] [MERGED] add embed model command and fix question invoke #11586

Closed
opened 2026-04-12 23:32:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/4766
Author: @shoebham
Created: 6/1/2024
Status: Merged
Merged: 6/4/2024
Merged by: @jmorganca

Base: mainHead: patch-1


📝 Commits (3)

  • 2674d06 add embed model command and fix question invoke
  • fa0e58e Update docs/tutorials/langchainpy.md
  • cccfdd2 Update docs/tutorials/langchainpy.md

📊 Changes

1 file changed (+3 additions, -2 deletions)

View changed files

📝 docs/tutorials/langchainpy.md (+3 -2)

📄 Description

I was following the tutorial but i couldn't run it because embedding model was not available, so i had to download the embedding model using ollama pull nomic-embed-text. Also the code where we are asking the LLM the question, we are not printing anything so fixed that too.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/4766 **Author:** [@shoebham](https://github.com/shoebham) **Created:** 6/1/2024 **Status:** ✅ Merged **Merged:** 6/4/2024 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (3) - [`2674d06`](https://github.com/ollama/ollama/commit/2674d06fb90116c2804f6cf3357a08e4e81d7b2c) add embed model command and fix question invoke - [`fa0e58e`](https://github.com/ollama/ollama/commit/fa0e58ec329310b5c9be98e5285318086806c061) Update docs/tutorials/langchainpy.md - [`cccfdd2`](https://github.com/ollama/ollama/commit/cccfdd243a76606636f7b6eb646d3be04b02db06) Update docs/tutorials/langchainpy.md ### 📊 Changes **1 file changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docs/tutorials/langchainpy.md` (+3 -2) </details> ### 📄 Description I was following the tutorial but i couldn't run it because embedding model was not available, so i had to download the embedding model using `ollama pull nomic-embed-text`. Also the code where we are asking the LLM the question, we are not printing anything so fixed that too. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-12 23:32:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#11586