|
3 | 3 | #
|
4 | 4 |
|
5 | 5 | """
|
6 |
| - Pinecone API |
| 6 | + Pinecone index operations API |
7 | 7 |
|
8 |
| - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 |
| 8 | + # noqa: E501 |
9 | 9 |
|
10 |
| - The version of the OpenAPI document: version not set |
11 | 10 |
|
12 |
| - Generated by: https://openapi-generator.tech |
13 | 11 | """
|
14 | 12 |
|
15 | 13 |
|
@@ -188,7 +186,7 @@ def __create_collection(
|
188 | 186 | ):
|
189 | 187 | """create_collection # noqa: E501
|
190 | 188 |
|
191 |
| - This operation creates a Pinecone collection. # noqa: E501 |
| 189 | + This operation creates a Pinecone collection from an existing index. # noqa: E501 |
192 | 190 | This method makes a synchronous HTTP request by default. To make an
|
193 | 191 | asynchronous HTTP request, please pass async_req=True
|
194 | 192 |
|
@@ -313,7 +311,7 @@ def __create_index(
|
313 | 311 | ):
|
314 | 312 | """create_index # noqa: E501
|
315 | 313 |
|
316 |
| - This operation creates a Pinecone index. You can use it to specify the measure of similarity, the dimension of vectors to be stored in the index, the numbers of shards and replicas to use, and more. # noqa: E501 |
| 314 | + This operation creates a Pinecone index. Specify the distance metric, the dimension of vectors to be stored in the index, the numbers replicas to use, and the collection from which to create the index, if applicable. # noqa: E501 |
317 | 315 | This method makes a synchronous HTTP request by default. To make an
|
318 | 316 | asynchronous HTTP request, please pass async_req=True
|
319 | 317 |
|
@@ -699,7 +697,7 @@ def __describe_collection(
|
699 | 697 | ):
|
700 | 698 | """describe_collection # noqa: E501
|
701 | 699 |
|
702 |
| - Get a description of a collection. # noqa: E501 |
| 700 | + Get a description of a collection, including the name, size, and status. # noqa: E501 |
703 | 701 | This method makes a synchronous HTTP request by default. To make an
|
704 | 702 | asynchronous HTTP request, please pass async_req=True
|
705 | 703 |
|
@@ -829,7 +827,7 @@ def __describe_index(
|
829 | 827 | ):
|
830 | 828 | """describe_index # noqa: E501
|
831 | 829 |
|
832 |
| - Get a description of an index. # noqa: E501 |
| 830 | + Get a description of an index, including dimension, distance metric, number of replicas, and more. # noqa: E501 |
833 | 831 | This method makes a synchronous HTTP request by default. To make an
|
834 | 832 | asynchronous HTTP request, please pass async_req=True
|
835 | 833 |
|
@@ -1076,7 +1074,7 @@ def __list_indexes(
|
1076 | 1074 | ):
|
1077 | 1075 | """list_indexes # noqa: E501
|
1078 | 1076 |
|
1079 |
| - This operation returns a list of your Pinecone indexes. # noqa: E501 |
| 1077 | + This operation returns a list of the indexes in the current project. # noqa: E501 |
1080 | 1078 | This method makes a synchronous HTTP request by default. To make an
|
1081 | 1079 | asynchronous HTTP request, please pass async_req=True
|
1082 | 1080 |
|
|
0 commit comments