@langchain/pinecone
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -328,3 +328,3 @@ import * as uuid from "uuid"; | ||
id, | ||
pageContent: pageContent.toString(), | ||
pageContent: pageContent?.toString() ?? "", | ||
metadata, | ||
@@ -331,0 +331,0 @@ }), |
{ | ||
"name": "@langchain/pinecone", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "LangChain integration for Pinecone's vector database", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54791