Fixes Pinecone implementation (#1856)

* ⬆️ (pyproject.toml): upgrade langchain-pinecone dependency to version 0.1.0

* 📝 (Pinecone.py): Update Pinecone component to use new DistanceStrategy enum for distance calculation and improve configuration options for Pinecone vector store creation.

* ⬆️ (pyproject.toml): upgrade package version from 0.6.18 to 0.6.19
This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-05-07 18:29:42 -03:00
commit b3b68c3a38

16
poetry.lock generated
View file

@ -4443,6 +4443,22 @@ langchain-core = ">=0.1.40,<0.2.0"
numpy = ">=1,<2"
pinecone-client = ">=3.2.2,<4.0.0"
[[package]]
name = "langchain-pinecone"
version = "0.1.0"
description = "An integration package connecting Pinecone and LangChain"
optional = false
python-versions = "<3.13,>=3.8.1"
files = [
{file = "langchain_pinecone-0.1.0-py3-none-any.whl", hash = "sha256:d957f27b1cceab425c3e8603c7a32533d4593ce8705242e78f6dc03aa71cf417"},
{file = "langchain_pinecone-0.1.0.tar.gz", hash = "sha256:93f81e7c3926027cc6a87b001ee4d2e02a432a916709dbd395162b342bf84586"},
]
[package.dependencies]
langchain-core = ">=0.1.40,<0.2.0"
numpy = ">=1,<2"
pinecone-client = ">=3.2.2,<4.0.0"
[[package]]
name = "langchain-text-splitters"
version = "0.2.1"