Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions pinecone/core/openapi/repository_data/__init__.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# flake8: noqa

"""
Pinecone Data Plane API for Repositories
Pinecone Data Plane API for Repositories

Pinecone Repositories build on the vector database to make it easy to store, search and retrieve your data. # noqa: E501
Pinecone Repositories build on the vector database to make it easy to store, search and retrieve your data. # noqa: E501

This file is @generated using OpenAPI.
This file is @generated using OpenAPI.

The version of the OpenAPI document: unstable
Contact: support@pinecone.io
The version of the OpenAPI document: unstable
Contact: support@pinecone.io
"""


__version__ = "1.0.0"

# import ApiClient
Expand All @@ -26,5 +27,4 @@
from pinecone.openapi_support.exceptions import PineconeApiValueError
from pinecone.openapi_support.exceptions import PineconeApiKeyError
from pinecone.openapi_support.exceptions import PineconeApiException

API_VERSION = "unstable"
API_VERSION = 'unstable'
Loading
Loading