We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7dc59 commit 9312b39Copy full SHA for 9312b39
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
## Unreleased Changes
4
5
+## [2.0.6](https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.5...v2.0.5) - 2022-02-15
6
+
7
+### Changed
8
+- Changed the spec to add ```pods``` and ```pod_type``` fields to ```create_index``` and ```describe_index```.
9
+- ```pod_type``` is used to select between ```'s1'``` and ```'p1'``` pod types during index creation.
10
+- The field ```pods``` means total number of pods the index will use, ```pods = shards*replicas```.
11
12
## [2.0.5](https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.5...v2.0.4) - 2022-01-17
13
14
### Changed
0 commit comments