From 3d5920a64b2a18f98067e57d38c5ecd935d7bef8 Mon Sep 17 00:00:00 2001 From: Austin DeNoble Date: Tue, 5 Mar 2024 20:26:36 -0500 Subject: [PATCH] Regenerate `pinecone-generated-ts-fetch` (#206) ## Problem There are some remaining OpenAPI changes that we want to pull in before releasing. ## Solution Regenerate `pinecone-generated-ts-fetch`. ## Type of Change - [X] Non-code change (docs, etc) ## Test Plan CI: Integration + Unit Tests --- src/pinecone-generated-ts-fetch/apis/DataPlaneApi.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pinecone-generated-ts-fetch/apis/DataPlaneApi.ts b/src/pinecone-generated-ts-fetch/apis/DataPlaneApi.ts index cd87e534..e99a45d7 100644 --- a/src/pinecone-generated-ts-fetch/apis/DataPlaneApi.ts +++ b/src/pinecone-generated-ts-fetch/apis/DataPlaneApi.ts @@ -250,7 +250,7 @@ export class DataPlaneApi extends runtime.BaseAPI { } /** - * The `fetch` operation looks up and returns vectors, by ID, from a single namespace. The returned vectors include the vector data and/or metadata. For guidance and examples, see [Fetch data](https://docs.pinecone.io/reference/fetch). + * The `fetch` operation looks up and returns vectors, by ID, from a single namespace. The returned vectors include the vector data and/or metadata. For guidance and examples, see [Fetch data](https://docs.pinecone.io/docs/fetch-data). * Fetch vectors */ async fetchRaw(requestParameters: FetchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise> { @@ -285,7 +285,7 @@ export class DataPlaneApi extends runtime.BaseAPI { } /** - * The `fetch` operation looks up and returns vectors, by ID, from a single namespace. The returned vectors include the vector data and/or metadata. For guidance and examples, see [Fetch data](https://docs.pinecone.io/reference/fetch). + * The `fetch` operation looks up and returns vectors, by ID, from a single namespace. The returned vectors include the vector data and/or metadata. For guidance and examples, see [Fetch data](https://docs.pinecone.io/docs/fetch-data). * Fetch vectors */ async fetch(requestParameters: FetchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise { @@ -381,7 +381,7 @@ export class DataPlaneApi extends runtime.BaseAPI { } /** - * The `update` operation updates a vector in a namespace. If a value is included, it will overwrite the previous value. If a `set_metadata` is included, the values of the fields specified in it will be added or overwrite the previous value. For guidance and examples, see [Update data](https://docs.pinecone.io/reference/update). + * The `update` operation updates a vector in a namespace. If a value is included, it will overwrite the previous value. If a `set_metadata` is included, the values of the fields specified in it will be added or overwrite the previous value. For guidance and examples, see [Update data](https://docs.pinecone.io/docs/update-data). * Update a vector */ async updateRaw(requestParameters: UpdateOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise> { @@ -411,7 +411,7 @@ export class DataPlaneApi extends runtime.BaseAPI { } /** - * The `update` operation updates a vector in a namespace. If a value is included, it will overwrite the previous value. If a `set_metadata` is included, the values of the fields specified in it will be added or overwrite the previous value. For guidance and examples, see [Update data](https://docs.pinecone.io/reference/update). + * The `update` operation updates a vector in a namespace. If a value is included, it will overwrite the previous value. If a `set_metadata` is included, the values of the fields specified in it will be added or overwrite the previous value. For guidance and examples, see [Update data](https://docs.pinecone.io/docs/update-data). * Update a vector */ async update(requestParameters: UpdateOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise {