-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
40 changed files
with
13,531 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.