File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased Changes
4
4
None
5
- ## [ 2.1.0] ( https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.13...v2.1.0 )
5
+ ## [ 2.2.0] ( https://github.com/pinecone-io/pinecone-python-client/compare/2.1.0...2.2.0 )
6
+ - Support for Vector ` sparse_values `
7
+ - Added function ` upsert_from_dataframe() ` which allows upserting a large dataset of vectors by providing a Pandas dataframe
8
+ - Added option to pass vectors to ` upsert() ` as a list of dictionaries
9
+ - Implemented GRPC retry by directly configuring the low-level ` grpcio ` behavior, instead of wrapping with an interceptor
10
+
11
+ ## [ 2.1.0] ( https://github.com/pinecone-io/pinecone-python-client/compare/2.0.13...2.1.0 )
6
12
- Fix "Connection Reset by peer" error after long idle periods
7
13
- Add typing and explicit names for arguments in all client operations
8
14
- Add docstrings to all client operations
Original file line number Diff line number Diff line change 1
- 2.1 .0
1
+ 2.2 .0
You can’t perform that action at this time.
0 commit comments