[PR #3462] [MERGED] docs(ollama): add dimensions parameter example to OllamaEmbeddings instantiation #3510

Closed
opened 2026-06-05 18:23:20 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3462
Author: @imtiendat0311
Created: 4/7/2026
Status: Merged
Merged: 4/7/2026
Merged by: @mdrxy

Base: mainHead: main


📝 Commits (1)

  • ca8b924 add dimensions parameter example for OllamaEmbeddings (langchain-ollama 1.1.0

📊 Changes

1 file changed (+11 additions, -0 deletions)

View changed files

📝 src/oss/python/integrations/embeddings/ollama.mdx (+11 -0)

📄 Description

Overview

Adds a dimensions parameter example to the OllamaEmbeddings instantiation
section, reflecting the new parameter introduced in langchain-ollama 1.1.0.

Type of change

Type: Update existing documentation

Related issues/PRs

Checklist

  • I have read the contributing guidelines, including the language policy
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

🔄 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/langchain-ai/docs/pull/3462 **Author:** [@imtiendat0311](https://github.com/imtiendat0311) **Created:** 4/7/2026 **Status:** ✅ Merged **Merged:** 4/7/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`ca8b924`](https://github.com/langchain-ai/docs/commit/ca8b924da9088c9bb631e8b26b62743758dc200f) add dimensions parameter example for OllamaEmbeddings (langchain-ollama 1.1.0 ### 📊 Changes **1 file changed** (+11 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/embeddings/ollama.mdx` (+11 -0) </details> ### 📄 Description ## Overview Adds a `dimensions` parameter example to the `OllamaEmbeddings` instantiation section, reflecting the new parameter introduced in `langchain-ollama` 1.1.0. ## Type of change **Type:** Update existing documentation ## Related issues/PRs - Feature PR: langchain-ai/langchain#36543 ## Checklist - [x] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [ ] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:23:20 -04:00
yindo closed this issue 2026-06-05 18:23:20 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3510