Skip to content
Closed
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
6 changes: 3 additions & 3 deletions pinecone/core/client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.


# flake8: noqa

Expand Down
6 changes: 3 additions & 3 deletions pinecone/core/client/api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.


# 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
Expand Down
6 changes: 3 additions & 3 deletions pinecone/core/client/api/index_operations_api.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.


"""
Pinecone API
Expand Down
6 changes: 3 additions & 3 deletions pinecone/core/client/api/vector_operations_api.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.


"""
Pinecone API
Expand Down
6 changes: 3 additions & 3 deletions pinecone/core/client/api_client.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.


"""
Pinecone API
Expand Down
6 changes: 3 additions & 3 deletions pinecone/core/client/apis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.



# flake8: noqa
Expand Down
6 changes: 3 additions & 3 deletions pinecone/core/client/configuration.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.


"""
Pinecone API
Expand Down
6 changes: 3 additions & 3 deletions pinecone/core/client/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.


"""
Pinecone API
Expand Down
6 changes: 3 additions & 3 deletions pinecone/core/client/model/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.


# we can not import model classes here because that would create a circular
# reference which would not work in python2
Expand Down
6 changes: 3 additions & 3 deletions pinecone/core/client/model/approximated_config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.


"""
Pinecone API
Expand Down
6 changes: 3 additions & 3 deletions pinecone/core/client/model/create_request.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.


"""
Pinecone API
Expand Down
6 changes: 3 additions & 3 deletions pinecone/core/client/model/delete_request.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.


"""
Pinecone API
Expand Down
6 changes: 3 additions & 3 deletions pinecone/core/client/model/describe_index_stats_response.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.


"""
Pinecone API
Expand Down
6 changes: 3 additions & 3 deletions pinecone/core/client/model/fetch_response.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.


"""
Pinecone API
Expand Down
6 changes: 3 additions & 3 deletions pinecone/core/client/model/hnsw_config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.


"""
Pinecone API
Expand Down
6 changes: 3 additions & 3 deletions pinecone/core/client/model/index_meta.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.


"""
Pinecone API
Expand Down
6 changes: 3 additions & 3 deletions pinecone/core/client/model/index_meta_database.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.


"""
Pinecone API
Expand Down
6 changes: 3 additions & 3 deletions pinecone/core/client/model/index_meta_database_status.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.


"""
Pinecone API
Expand Down
6 changes: 3 additions & 3 deletions pinecone/core/client/model/namespace_summary.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.


"""
Pinecone API
Expand Down
6 changes: 3 additions & 3 deletions pinecone/core/client/model/patch_request.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.


"""
Pinecone API
Expand Down
6 changes: 3 additions & 3 deletions pinecone/core/client/model/protobuf_any.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.


"""
Pinecone API
Expand Down
6 changes: 3 additions & 3 deletions pinecone/core/client/model/protobuf_null_value.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.


"""
Pinecone API
Expand Down
6 changes: 3 additions & 3 deletions pinecone/core/client/model/query_request.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.


"""
Pinecone API
Expand Down
6 changes: 3 additions & 3 deletions pinecone/core/client/model/query_response.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.


"""
Pinecone API
Expand Down
6 changes: 3 additions & 3 deletions pinecone/core/client/model/query_vector.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.


"""
Pinecone API
Expand Down
6 changes: 3 additions & 3 deletions pinecone/core/client/model/rpc_status.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.


"""
Pinecone API
Expand Down
6 changes: 3 additions & 3 deletions pinecone/core/client/model/scored_vector.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.


"""
Pinecone API
Expand Down
6 changes: 3 additions & 3 deletions pinecone/core/client/model/single_query_results.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.


"""
Pinecone API
Expand Down
6 changes: 3 additions & 3 deletions pinecone/core/client/model/update_request.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.


"""
Pinecone API
Expand Down
6 changes: 3 additions & 3 deletions pinecone/core/client/model/upsert_request.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.


"""
Pinecone API
Expand Down
6 changes: 3 additions & 3 deletions pinecone/core/client/model/upsert_response.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.


"""
Pinecone API
Expand Down
6 changes: 3 additions & 3 deletions pinecone/core/client/model/vector.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.


"""
Pinecone API
Expand Down
6 changes: 3 additions & 3 deletions pinecone/core/client/model_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.


"""
Pinecone API
Expand Down
6 changes: 3 additions & 3 deletions pinecone/core/client/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.


# flake8: noqa

Expand Down
6 changes: 3 additions & 3 deletions pinecone/core/client/rest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
#

//Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.


"""
Pinecone API
Expand Down
Loading