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

@pinecone-database/pinecone

Package Overview
Dependencies
Maintainers
1
Versions
737
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pinecone-database/pinecone - npm Package Compare versions

Comparing version 0.0.2 to 0.0.4

2

package.json
{
"name": "@pinecone-database/pinecone",
"version": "0.0.2",
"version": "0.0.4",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "repository": {

@@ -1,8 +0,15 @@

# Pinecone Typescript Client
# Pinecone Node.js Client
This is the Typescript client for Pinecone. It is a wrapper around the Pinecone OpenAPI spec.
This is the Node.js client for Pinecone, written in Typescript. It is a wrapper around the Pinecone OpenAPI spec.
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
[![Npm package version](https://badgen.net/npm/v/pinecone-ts-client)](https://npmjs.com/package/pinecone-ts-client)
[![Npm package version](https://badgen.net/npm/v/pinecone-ts-client)](https://npmjs.com/package/@pinecone-database/pinecone)
> **_⚠️ Warning_**
>
> This is a **public preview** ("Beta") feature. Test thoroughly before
> using this feature for production workloads. No SLAs or technical support
> commitments are provided for this feature. Expect potential breaking
> changes in future releases.
## Installation

@@ -193,3 +200,3 @@

```ts
const vectors = [...] // array of vectors
const vector = [...] // a vector

@@ -196,0 +203,0 @@ const queryRequest: QueryRequest = {

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