[PR #59] [MERGED] feat: support llama-text-embed-v2 embeddings #73

Closed
opened 2026-02-16 07:16:11 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langchain-pinecone/pull/59
Author: @jamescalam
Created: 7/23/2025
Status: Merged
Merged: 7/23/2025
Merged by: @jamescalam

Base: mainHead: james/llama-text-embed-v2-tests


📝 Commits (1)

  • 0b98108 support llama-text-embed-v2 embeddings (#51)

📊 Changes

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

View changed files

📝 libs/pinecone/langchain_pinecone/embeddings.py (+6 -0)

📄 Description

This pull request adds support for a new embedding model configuration in the set_default_config method of the libs/pinecone/langchain_pinecone/embeddings.py file.

Key change:

  • Added a new configuration for the llama-text-embed-v2 model, including parameters for batch_size, query_params, document_params, and dimension. This configuration is now part of the default_config_map dictionary.

🔄 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/langchain-pinecone/pull/59 **Author:** [@jamescalam](https://github.com/jamescalam) **Created:** 7/23/2025 **Status:** ✅ Merged **Merged:** 7/23/2025 **Merged by:** [@jamescalam](https://github.com/jamescalam) **Base:** `main` ← **Head:** `james/llama-text-embed-v2-tests` --- ### 📝 Commits (1) - [`0b98108`](https://github.com/langchain-ai/langchain-pinecone/commit/0b98108ea6031e3bb41810083435bffd10b27169) support llama-text-embed-v2 embeddings (#51) ### 📊 Changes **1 file changed** (+6 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `libs/pinecone/langchain_pinecone/embeddings.py` (+6 -0) </details> ### 📄 Description This pull request adds support for a new embedding model configuration in the `set_default_config` method of the `libs/pinecone/langchain_pinecone/embeddings.py` file. ### Key change: * Added a new configuration for the `llama-text-embed-v2` model, including parameters for `batch_size`, `query_params`, `document_params`, and `dimension`. This configuration is now part of the `default_config_map` dictionary. --- <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-02-16 07:16:11 -05:00
yindo closed this issue 2026-02-16 07:16:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langchain-pinecone#73