mirror of
https://github.com/langchain-ai/langchain-pinecone.git
synced 2026-07-19 13:54:50 -04:00
[PR #59] [MERGED] feat: support llama-text-embed-v2 embeddings #73
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:james/llama-text-embed-v2-tests📝 Commits (1)
0b98108support 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_configmethod of thelibs/pinecone/langchain_pinecone/embeddings.pyfile.Key change:
llama-text-embed-v2model, including parameters forbatch_size,query_params,document_params, anddimension. This configuration is now part of thedefault_config_mapdictionary.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.