Skip to content

Commit

Permalink
add protected namespaces to embeddings
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme committed Sep 12, 2024
1 parent dc4e64f commit 6b0c3d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/partners/pinecone/langchain_pinecone/embeddings.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ class PineconeEmbeddings(BaseModel, Embeddings):
model_config = ConfigDict(
extra="forbid",
populate_by_name=True,
protected_namespaces=(),
)

@model_validator(mode="before")
Expand Down

0 comments on commit 6b0c3d9

Please sign in to comment.