@turbopuffer/turbopuffer
Advanced tools
Comparing version 0.5.11 to 0.5.12
@@ -60,3 +60,3 @@ "use strict"; | ||
method: "GET", | ||
path: "/v1/vectors", | ||
path: "/v1/namespaces", | ||
query: { | ||
@@ -94,3 +94,3 @@ cursor, | ||
method: "POST", | ||
path: `/v1/vectors/${this.id}`, | ||
path: `/v1/namespaces/${this.id}`, | ||
compress: batch.length > 10, | ||
@@ -112,3 +112,3 @@ body: { | ||
method: "POST", | ||
path: `/v1/vectors/${this.id}`, | ||
path: `/v1/namespaces/${this.id}`, | ||
compress: ids.length > 500, | ||
@@ -139,3 +139,3 @@ body: { | ||
method: "POST", | ||
path: `/v1/vectors/${this.id}/query`, | ||
path: `/v1/namespaces/${this.id}/query`, | ||
body: params, | ||
@@ -172,3 +172,3 @@ retryable: true, | ||
method: "GET", | ||
path: `/v1/vectors/${this.id}`, | ||
path: `/v1/namespaces/${this.id}`, | ||
query: { cursor: params === null || params === void 0 ? void 0 : params.cursor }, | ||
@@ -192,3 +192,3 @@ retryable: true, | ||
method: "HEAD", | ||
path: `/v1/vectors/${this.id}`, | ||
path: `/v1/namespaces/${this.id}`, | ||
retryable: true, | ||
@@ -210,3 +210,3 @@ }); | ||
method: "DELETE", | ||
path: `/v1/vectors/${this.id}`, | ||
path: `/v1/namespaces/${this.id}`, | ||
retryable: true, | ||
@@ -222,3 +222,3 @@ }); | ||
method: "POST", | ||
path: `/v1/vectors/${this.id}/_debug/recall`, | ||
path: `/v1/namespaces/${this.id}/_debug/recall`, | ||
compress: queries && queries.length > 10, | ||
@@ -225,0 +225,0 @@ body: { |
{ | ||
"name": "@turbopuffer/turbopuffer", | ||
"version": "0.5.11", | ||
"version": "0.5.12", | ||
"description": "Official Typescript API client library for turbopuffer.com", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
50470