Skip to content

Commit

Permalink
update lc version
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryHengZJ committed Feb 19, 2024
1 parent 5a45a99 commit 4773a13
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions packages/components/nodes/vectorstores/Pinecone/Pinecone.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) : []
Expand Down
16 changes: 8 additions & 8 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 4773a13

Please sign in to comment.