Skip to content

Commit b37b6ec

Browse files
authored
Update openapi.yml
Remove deprecated arguments, change project URL
1 parent 7313ff6 commit b37b6ec

File tree

1 file changed

+2
-24
lines changed

1 file changed

+2
-24
lines changed

openapi.yml

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ info:
44
description: Pinecone is a vector database. This is an unofficial, community-managed OpenAPI spec that (should) accurately model the Pinecone API. This project was developed independent of and is unaffiliated with Pinecone Systems. Users should switch to the official API spec, if and when Pinecone releases it.
55
contact:
66
name: Andy Boothe
7-
url: https://github.com/sigpwned/pinecone-java-client
8-
version: 20230331.2
7+
url: https://github.com/sigpwned/pinecone-openapi-spec
8+
version: "20230401.0"
99
servers:
1010
- url: https://controller.{environment}.pinecone.io
1111
variables:
@@ -581,24 +581,6 @@ components:
581581
- cosine
582582
- dotproduct
583583

584-
IndexType:
585-
type: string
586-
description: The type of vector index. Pinecone supports 'approximated'. Deprecated.
587-
enum:
588-
- approximate
589-
590-
ApproximateIndexConfig:
591-
type: object
592-
description: Deprecated. Use default values.
593-
properties:
594-
k_bits:
595-
type: integer
596-
format: int32
597-
default: 512
598-
hybrid:
599-
type: boolean
600-
default: false
601-
602584
IndexName:
603585
description: The unique name of an index.
604586
type: string
@@ -655,10 +637,6 @@ components:
655637
$ref: '#/components/schemas/IndexMetadataConfig'
656638
source_collection:
657639
$ref: '#/components/schemas/CollectionName'
658-
index_type:
659-
$ref: '#/components/schemas/IndexType'
660-
index_config:
661-
$ref: '#/components/schemas/ApproximateIndexConfig'
662640

663641
IndexConfiguration:
664642
type: object

0 commit comments

Comments
 (0)