New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@langchain/pinecone

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@langchain/pinecone - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

dist/client.cjs

1

dist/index.d.ts
export * from "./vectorstores.js";
export * from "./translator.js";
export * from "./embeddings.js";
export * from "./vectorstores.js";
export * from "./translator.js";
export * from "./embeddings.js";

2

dist/vectorstores.d.ts

@@ -68,3 +68,3 @@ import { RecordMetadata, Index as PineconeIndex } from "@pinecone-database/pinecone";

*
* // Will automatically read the PINECONE_API_KEY and PINECONE_ENVIRONMENT env vars
* // Will automatically read the PINECONE_API_KEY env var
* const pineconeIndex = pinecone.Index(process.env.PINECONE_INDEX!);

@@ -71,0 +71,0 @@ *

@@ -33,3 +33,3 @@ import * as uuid from "uuid";

*
* // Will automatically read the PINECONE_API_KEY and PINECONE_ENVIRONMENT env vars
* // Will automatically read the PINECONE_API_KEY env var
* const pineconeIndex = pinecone.Index(process.env.PINECONE_INDEX!);

@@ -36,0 +36,0 @@ *

{
"name": "@langchain/pinecone",
"version": "0.1.2",
"version": "0.1.3",
"description": "LangChain integration for Pinecone's vector database",

@@ -35,3 +35,3 @@ "type": "module",

"dependencies": {
"@pinecone-database/pinecone": "^3.0.0 || ^4.0.0",
"@pinecone-database/pinecone": "^4.0.0",
"flat": "^5.0.2",

@@ -38,0 +38,0 @@ "uuid": "^10.0.0"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc