Skip to content

Commit 09a8260

Browse files
author
Pinecone CI
committed
[ci]: update pinecone-api with latest specifications
Files/Directories Updated: - 2024-04/data_2024-04.oas.yaml - 2024-04/data_2024-04.proto - 2024-07/control_2024-07.oas.yaml - 2024-07/data_2024-07.oas.yaml - 2024-10/db_data_2024-10.oas.yaml - 2024-10/db_data_2024-10.proto - 2024-10/inference_2024-10.oas.yaml - 2025-01/db_data_2025-01.oas.yaml - 2025-01/db_data_2025-01.proto - 2025-01/inference_2025-01.oas.yaml - 2025-04/db_data_2025-04.oas.yaml - 2025-04/db_data_2025-04.proto - 2025-04/inference_2025-04.oas.yaml
1 parent b596898 commit 09a8260

13 files changed

+35
-25
lines changed

2024-04/data_2024-04.oas.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,8 +550,7 @@ components:
550550
year:
551551
$eq: 2019
552552
description: >-
553-
The filter to apply. You can use vector metadata to limit your search. See [Understanding metadata](https://docs.pinecone.io/guides/index-data/indexing-overview#metadata). You can use vector metadata to limit your
554-
search. See [Understanding metadata](https://docs.pinecone.io/guides/index-data/indexing-overview#metadata).
553+
The filter to apply. You can use vector metadata to limit your search. See [Understanding metadata](https://docs.pinecone.io/guides/index-data/indexing-overview#metadata).
555554
includeValues:
556555
type: boolean
557556
example: true

2024-04/data_2024-04.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ message QueryRequest {
191191
(google.api.field_behavior) = REQUIRED
192192
];
193193

194-
// The filter to apply. You can use vector metadata to limit your search. See [Understanding metadata](https://docs.pinecone.io/guides/index-data/indexing-overview#metadata). You can use vector metadata to limit your search. See [Understanding metadata](https://docs.pinecone.io/guides/index-data/indexing-overview#metadata).
194+
// The filter to apply. You can use vector metadata to limit your search. See [Understanding metadata](https://docs.pinecone.io/guides/index-data/indexing-overview#metadata).
195195
google.protobuf.Struct filter = 3;
196196

197197
// Indicates whether vector values are included in the response.

2024-07/control_2024-07.oas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ paths:
941941
- Inference
942942
summary: Generate vectors
943943
description: |-
944-
Generate vector embeddings for input data. This endpoint uses [Pinecone Inference](https://docs.pinecone.io/guides/index-data/indexing-overview#vector-embedding).
944+
Generate vector embeddings for input data. This endpoint uses Pinecone's [hosted embedding models](https://docs.pinecone.io/guides/index-data/create-an-index#embedding-models).
945945
operationId: embed
946946
requestBody:
947947
description: Generate embeddings for inputs.

2024-07/data_2024-07.oas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ components:
544544
- drama
545545
year:
546546
$eq: 2019
547-
description: The filter to apply. You can use vector metadata to limit your search. See [Understanding metadata](https://docs.pinecone.io/guides/index-data/indexing-overview#metadata). You can use vector metadata to limit your search. See [Understanding metadata](https://docs.pinecone.io/guides/index-data/indexing-overview#metadata).
547+
description: The filter to apply. You can use vector metadata to limit your search. See [Understanding metadata](https://docs.pinecone.io/guides/index-data/indexing-overview#metadata).
548548
type: object
549549
includeValues:
550550
example: true

2024-10/db_data_2024-10.oas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ components:
797797
- drama
798798
year:
799799
$eq: 2019
800-
description: The filter to apply. You can use vector metadata to limit your search. See [Understanding metadata](https://docs.pinecone.io/guides/index-data/indexing-overview#metadata). You can use vector metadata to limit your search. See [Understanding metadata](https://docs.pinecone.io/guides/index-data/indexing-overview#metadata).
800+
description: The filter to apply. You can use vector metadata to limit your search. See [Understanding metadata](https://docs.pinecone.io/guides/index-data/indexing-overview#metadata).
801801
type: object
802802
includeValues:
803803
example: true

2024-10/db_data_2024-10.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ message QueryRequest {
191191
(google.api.field_behavior) = REQUIRED
192192
];
193193

194-
// The filter to apply. You can use vector metadata to limit your search. See [Understanding metadata](https://docs.pinecone.io/guides/index-data/indexing-overview#metadata). You can use vector metadata to limit your search. See [Understanding metadata](https://docs.pinecone.io/guides/index-data/indexing-overview#metadata).
194+
// The filter to apply. You can use vector metadata to limit your search. See [Understanding metadata](https://docs.pinecone.io/guides/index-data/indexing-overview#metadata).
195195
google.protobuf.Struct filter = 3;
196196

197197
// Indicates whether vector values are included in the response.

2024-10/inference_2024-10.oas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ paths:
2020
- Inference
2121
summary: Generate vectors
2222
description: |-
23-
Generate vector embeddings for input data. This endpoint uses [Pinecone Inference](https://docs.pinecone.io/guides/index-data/indexing-overview#vector-embedding).
23+
Generate vector embeddings for input data. This endpoint uses Pinecone's [hosted embedding models](https://docs.pinecone.io/guides/index-data/create-an-index#embedding-models).
2424
operationId: embed
2525
requestBody:
2626
description: Generate embeddings for inputs.

2025-01/db_data_2025-01.oas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ components:
906906
- drama
907907
year:
908908
$eq: 2019
909-
description: The filter to apply. You can use vector metadata to limit your search. See [Understanding metadata](https://docs.pinecone.io/guides/index-data/indexing-overview#metadata). You can use vector metadata to limit your search. See [Understanding metadata](https://docs.pinecone.io/guides/index-data/indexing-overview#metadata).
909+
description: The filter to apply. You can use vector metadata to limit your search. See [Understanding metadata](https://docs.pinecone.io/guides/index-data/indexing-overview#metadata).
910910
type: object
911911
includeValues:
912912
example: true

2025-01/db_data_2025-01.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ message QueryRequest {
188188
(google.api.field_behavior) = REQUIRED
189189
];
190190

191-
// The filter to apply. You can use vector metadata to limit your search. See [Understanding metadata](https://docs.pinecone.io/guides/index-data/indexing-overview#metadata). You can use vector metadata to limit your search. See [Understanding metadata](https://docs.pinecone.io/guides/index-data/indexing-overview#metadata).
191+
// The filter to apply. You can use vector metadata to limit your search. See [Understanding metadata](https://docs.pinecone.io/guides/index-data/indexing-overview#metadata).
192192
google.protobuf.Struct filter = 3;
193193

194194
// Indicates whether vector values are included in the response.

2025-01/inference_2025-01.oas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ paths:
2020
- Inference
2121
summary: Generate vectors
2222
description: |-
23-
Generate vector embeddings for input data. This endpoint uses [Pinecone Inference](https://docs.pinecone.io/guides/index-data/indexing-overview#vector-embedding).
23+
Generate vector embeddings for input data. This endpoint uses Pinecone's [hosted embedding models](https://docs.pinecone.io/guides/index-data/create-an-index#embedding-models).
2424
operationId: embed
2525
requestBody:
2626
description: Generate embeddings for inputs.

0 commit comments

Comments
 (0)