update lc version

This commit is contained in:
Henry 2024-02-19 18:49:35 +08:00
parent 5a45a99620
commit 4773a13042
2 changed files with 10 additions and 8 deletions

View File

@ -148,6 +148,8 @@ class Pinecone_VectorStores implements INode {
apiKey: pineconeApiKey apiKey: pineconeApiKey
}) })
await client.describeIndex(index)
const pineconeIndex = client.Index(index) const pineconeIndex = client.Index(index)
const flattenDocs = docs && docs.length ? flatten(docs) : [] const flattenDocs = docs && docs.length ? flatten(docs) : []

View File

@ -28,13 +28,13 @@
"@google-ai/generativelanguage": "^0.2.1", "@google-ai/generativelanguage": "^0.2.1",
"@google/generative-ai": "^0.1.3", "@google/generative-ai": "^0.1.3",
"@huggingface/inference": "^2.6.1", "@huggingface/inference": "^2.6.1",
"@langchain/anthropic": "^0.0.9", "@langchain/anthropic": "^0.0.10",
"@langchain/cohere": "^0.0.2", "@langchain/cohere": "^0.0.5",
"@langchain/community": "^0.0.20", "@langchain/community": "^0.0.30",
"@langchain/google-genai": "^0.0.7", "@langchain/google-genai": "^0.0.10",
"@langchain/mistralai": "^0.0.6", "@langchain/mistralai": "^0.0.7",
"@langchain/openai": "^0.0.12", "@langchain/openai": "^0.0.14",
"@langchain/pinecone": "^0.0.1", "@langchain/pinecone": "^0.0.3",
"@notionhq/client": "^2.2.8", "@notionhq/client": "^2.2.8",
"@opensearch-project/opensearch": "^1.2.0", "@opensearch-project/opensearch": "^1.2.0",
"@pinecone-database/pinecone": "^2.0.1", "@pinecone-database/pinecone": "^2.0.1",
@ -61,7 +61,7 @@
"husky": "^8.0.3", "husky": "^8.0.3",
"ioredis": "^5.3.2", "ioredis": "^5.3.2",
"jsonpointer": "^5.0.1", "jsonpointer": "^5.0.1",
"langchain": "^0.1.14", "langchain": "^0.1.20",
"langfuse": "2.0.2", "langfuse": "2.0.2",
"langfuse-langchain": "^2.6.2-alpha.0", "langfuse-langchain": "^2.6.2-alpha.0",
"langsmith": "0.0.63", "langsmith": "0.0.63",