@pinecone-database/pinecone
Advanced tools
Comparing version 0.0.2 to 0.0.4
{ | ||
"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 = { |
217606
240