pinecone[patch]: source tag (#19739)

This commit is contained in:
Erick Friis
2024-04-02 12:53:59 -07:00
committed by GitHub
parent 8638029a37
commit d5a2ff58e9
3 changed files with 190 additions and 126 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-pinecone"
version = "0.0.3"
version = "0.1.1"
description = "An integration package connecting Pinecone and LangChain"
authors = []
readme = "README.md"
@@ -14,7 +14,7 @@ license = "MIT"
# <3.13 is due to restriction in pinecone-client package
python = ">=3.8.1,<3.13"
langchain-core = "^0.1"
pinecone-client = { version = "^3" }
pinecone-client = "^3.2.2"
numpy = "^1"
[tool.poetry.group.test]