Skip to content

Release v2.2.0

Compare
Choose a tag to compare
@igiloh-pinecone igiloh-pinecone released this 22 Feb 17:10
· 218 commits to main since this release

Change log:

  • Support for Vector sparse_values
  • Added function upsert_from_dataframe() which allows upserting a large dataset of vectors by providing a Pandas dataframe
  • Added option to pass vectors to upsert() as a list of dictionaries
  • Implemented GRPC retry by directly configuring the low-level grpcio behavior, instead of wrapping with an interceptor