diff --git a/.github/workflows/testing-integration.yaml b/.github/workflows/testing-integration.yaml index 6a4bbdb1..fd6364b7 100644 --- a/.github/workflows/testing-integration.yaml +++ b/.github/workflows/testing-integration.yaml @@ -97,7 +97,7 @@ jobs: PINECONE_API_KEY: '${{ secrets.PINECONE_API_KEY }}' PINECONE_ENVIRONMENT: '${{ matrix.testConfig.pod.environment }}' GITHUB_BUILD_NUMBER: '${{ github.run_number }}-s-${{ matrix.testConfig.python-version}}' - DIMENSION: 2500 + DIMENSION: 10 METRIC: 'cosine' - name: 'Run integration tests (REST, staging)' if: matrix.pineconeEnv == 'staging' @@ -108,7 +108,7 @@ jobs: PINECONE_API_KEY: '${{ secrets.PINECONE_API_KEY_STAGING }}' PINECONE_ENVIRONMENT: '${{ matrix.testConfig.pod.environment }}' GITHUB_BUILD_NUMBER: '${{ github.run_number }}-p-${{ matrix.testConfig.python-version}}' - DIMENSION: 1536 + DIMENSION: 10 METRIC: 'cosine' control-rest-serverless: