pinecone-io / pinecone-python-client

The Pinecone Python client
https://www.pinecone.io/docs
Apache License 2.0
309 stars 81 forks source link

Reduce dimension in testing to simplify output #384

Closed jhamon closed 3 months ago

jhamon commented 3 months ago

Problem

Some tests were being run with large dimensions. This leads to log output that is slow to load and difficult to read when things go wrong in CI.

Solution

Reduce the test dimension.

Type of Change