File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased Changes
44None
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 )
612- Fix "Connection Reset by peer" error after long idle periods
713- Add typing and explicit names for arguments in all client operations
814- 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