@langchain/pinecone
Advanced tools
Comparing version 0.1.2 to 0.1.3
export * from "./vectorstores.js"; | ||
export * from "./translator.js"; | ||
export * from "./embeddings.js"; |
export * from "./vectorstores.js"; | ||
export * from "./translator.js"; | ||
export * from "./embeddings.js"; |
@@ -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
64873
22
1563