From d48fad6a86aae40fe35b0eedfef84db1e5996501 Mon Sep 17 00:00:00 2001 From: Jen Hamon Date: Wed, 14 Aug 2024 17:46:21 -0400 Subject: [PATCH] Reduce dimension in testing --- .github/workflows/testing-integration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: