Skip to content

Commit

Permalink
Merge spruce
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamon committed Oct 16, 2023
2 parents 93f0f6a + b22de5d commit 2afb363
Show file tree
Hide file tree
Showing 40 changed files with 13,531 additions and 4 deletions.
27 changes: 27 additions & 0 deletions pinecone/core/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
"""
Pinecone API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: version not set
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""


__version__ = "1.0.0"

# import ApiClient
from pinecone.core.client.api_client import ApiClient

# import Configuration
from pinecone.core.client.configuration import Configuration

# import exceptions
from pinecone.core.client.exceptions import OpenApiException
from pinecone.core.client.exceptions import ApiAttributeError
from pinecone.core.client.exceptions import ApiTypeError
from pinecone.core.client.exceptions import ApiValueError
from pinecone.core.client.exceptions import ApiKeyError
from pinecone.core.client.exceptions import ApiException

3 changes: 3 additions & 0 deletions pinecone/core/api/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# do not import all apis into this module because that uses a lot of memory and stack frames
# if you need the ability to import all apis from one package, import them with
# from pinecone.core.client.apis import IndexOperationsApi
906 changes: 906 additions & 0 deletions pinecone/core/api/index_operations_api.py

Large diffs are not rendered by default.

746 changes: 746 additions & 0 deletions pinecone/core/api/vector_operations_api.py

Large diffs are not rendered by default.

Loading

0 comments on commit 2afb363

Please sign in to comment.