Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@daverigby daverigby released this 04 Mar 13:55
· 45 commits to main since this release
4fcf7c1

New Features

  • Add --pinecone-dataset-limit option to only use a subset of a Dataset (#44)
  • Add --pinecone-throughput-per-user option to limit the number of requests per second each user issues. This helps to simulate real-world workloads which don't simply issue requests as fast as they possibly can :) (#48
  • Add --pinecone-recall option to report Recall metrics (instead of latency) (#50)
  • Disable destructive requests (delete) by default (#53)

Bugfixes

  • Adjust Type column to align 'Pinecone gRPC' correctly (#49)
  • Dataset.recall(): Fix div-by-zero if zero matches (#52)

Miscellaneous

Full Changelog: v0.1.0...v0.2.0