mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-15 22:44:36 +00:00
pinecone[patch]: source tag (#19739)
This commit is contained in:
@@ -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]
|
||||
|
Reference in New Issue
Block a user