You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`pinecone.init()` can now be used to set the pinecone logger's log level.
7
+
- The python client `pinecone.config.OpenApiConfiguration` object now uses the certifi package's SSL CA bundle by default. This should fix HTTPS connection errors in certain environments depending on their default CA bundle, including some Google Colab notebooks.
8
+
9
+
## [2.0.0] - 2020-10-04
10
+
### Added
11
+
- New major release!
12
+
13
+
### Changed
14
+
-`pinecone.create_index()` now requires a `dimension` parameter.
15
+
- The `pinecone.Index` interface has changed:
16
+
-`Index.upsert`, `Index.query`, `Index.fetch`, and `Index.delete` now take different parameters and return different results.
17
+
-`Index.info` has been removed. See `Index.describe_index_stats()` as an alternative.
18
+
- The `Index()` constructor no longer validates index existence. This is instead done on all operations executed using the Index instance.
0 commit comments