update lc version
This commit is contained in:
parent
5a45a99620
commit
4773a13042
|
|
@ -148,6 +148,8 @@ class Pinecone_VectorStores implements INode {
|
|||
apiKey: pineconeApiKey
|
||||
})
|
||||
|
||||
await client.describeIndex(index)
|
||||
|
||||
const pineconeIndex = client.Index(index)
|
||||
|
||||
const flattenDocs = docs && docs.length ? flatten(docs) : []
|
||||
|
|
|
|||
|
|
@ -28,13 +28,13 @@
|
|||
"@google-ai/generativelanguage": "^0.2.1",
|
||||
"@google/generative-ai": "^0.1.3",
|
||||
"@huggingface/inference": "^2.6.1",
|
||||
"@langchain/anthropic": "^0.0.9",
|
||||
"@langchain/cohere": "^0.0.2",
|
||||
"@langchain/community": "^0.0.20",
|
||||
"@langchain/google-genai": "^0.0.7",
|
||||
"@langchain/mistralai": "^0.0.6",
|
||||
"@langchain/openai": "^0.0.12",
|
||||
"@langchain/pinecone": "^0.0.1",
|
||||
"@langchain/anthropic": "^0.0.10",
|
||||
"@langchain/cohere": "^0.0.5",
|
||||
"@langchain/community": "^0.0.30",
|
||||
"@langchain/google-genai": "^0.0.10",
|
||||
"@langchain/mistralai": "^0.0.7",
|
||||
"@langchain/openai": "^0.0.14",
|
||||
"@langchain/pinecone": "^0.0.3",
|
||||
"@notionhq/client": "^2.2.8",
|
||||
"@opensearch-project/opensearch": "^1.2.0",
|
||||
"@pinecone-database/pinecone": "^2.0.1",
|
||||
|
|
@ -61,7 +61,7 @@
|
|||
"husky": "^8.0.3",
|
||||
"ioredis": "^5.3.2",
|
||||
"jsonpointer": "^5.0.1",
|
||||
"langchain": "^0.1.14",
|
||||
"langchain": "^0.1.20",
|
||||
"langfuse": "2.0.2",
|
||||
"langfuse-langchain": "^2.6.2-alpha.0",
|
||||
"langsmith": "0.0.63",
|
||||
|
|
|
|||
Loading…
Reference in New Issue