Skip to content

Commit b2d6ac5

Browse files
[ce] Docs search (#524)
## Problem See this notebook for usage: https://colab.research.google.com/drive/1aSgSZ2iQYXfkPuE9fyZiKcXxKlZxD9bq?usp=sharing Most of this PR is generated code from the [API spec](pinecone-io/apis#376). ### Non-generated code is here: <img width="570" height="440" alt="Screenshot 2025-10-01 at 11 51 12 AM" src="https://github.com/user-attachments/assets/411329f2-2cb7-4717-97c6-413e07915864" /> ### Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [X] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [X] This change requires a documentation update - [ ] Infrastructure change (CI configs, etc) - [ ] Non-code change (docs, etc) - [ ] None of the above: (explain here) ## Test Plan Manual testing. There are no automated tests yet. I'm hesitant to invest too heavily in tests while there is still so much potential for things to change on the server. --------- Co-authored-by: rohanshah18 <[email protected]>
1 parent a330b63 commit b2d6ac5

36 files changed

+4867
-788
lines changed

pinecone/core/openapi/repository_data/__init__.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
# flake8: noqa
22

33
"""
4-
Pinecone Data Plane API for Repositories
4+
Pinecone Data Plane API for Repositories
55
6-
Pinecone Repositories build on the vector database to make it easy to store, search and retrieve your data. # noqa: E501
6+
Pinecone Repositories build on the vector database to make it easy to store, search and retrieve your data. # noqa: E501
77
8-
This file is @generated using OpenAPI.
8+
This file is @generated using OpenAPI.
99
10-
The version of the OpenAPI document: unstable
11-
10+
The version of the OpenAPI document: unstable
11+
1212
"""
1313

14+
1415
__version__ = "1.0.0"
1516

1617
# import ApiClient
@@ -26,5 +27,4 @@
2627
from pinecone.openapi_support.exceptions import PineconeApiValueError
2728
from pinecone.openapi_support.exceptions import PineconeApiKeyError
2829
from pinecone.openapi_support.exceptions import PineconeApiException
29-
30-
API_VERSION = "unstable"
30+
API_VERSION = 'unstable'

0 commit comments

Comments
 (0)