Skip to content

Commit ed69b51

Browse files
Merge branch 'main' into feat/cohere-chat-timeout-retries
2 parents f961fe7 + 24935e4 commit ed69b51

108 files changed

Lines changed: 2661 additions & 268 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/labeler.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ integration:elasticsearch:
5959
- any-glob-to-any-file: "integrations/elasticsearch/**/*"
6060
- any-glob-to-any-file: ".github/workflows/elasticsearch.yml"
6161

62+
integration:faiss:
63+
- changed-files:
64+
- any-glob-to-any-file: "integrations/faiss/**/*"
65+
- any-glob-to-any-file: ".github/workflows/faiss.yml"
66+
67+
6268
integration:fastembed:
6369
- changed-files:
6470
- any-glob-to-any-file: "integrations/fastembed/**/*"
@@ -177,6 +183,11 @@ integration:pinecone:
177183
- any-glob-to-any-file: "integrations/pinecone/**/*"
178184
- any-glob-to-any-file: ".github/workflows/pinecone.yml"
179185

186+
integration:pyversity:
187+
- changed-files:
188+
- any-glob-to-any-file: "integrations/pyversity/**/*"
189+
- any-glob-to-any-file: ".github/workflows/pyversity.yml"
190+
180191
integration:qdrant:
181192
- changed-files:
182193
- any-glob-to-any-file: "integrations/qdrant/**/*"

.github/workflows/CI_check_api_ref.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
8282
- name: Install Hatch
8383
if: steps.changed.outputs.integrations != '[]'
84-
run: pip install --upgrade hatch
84+
run: pip install hatch "virtualenv<21.0.0"
8585

8686
- name: Generate API references
8787
if: steps.changed.outputs.integrations != '[]'

.github/workflows/CI_docusaurus_sync.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python-version: "3.10"
3333

3434
- name: Install Hatch
35-
run: pip install --upgrade hatch
35+
run: pip install hatch "virtualenv<21.0.0"
3636

3737
- name: Get project folder
3838
id: pathfinder
@@ -51,7 +51,7 @@ jobs:
5151
run: hatch run docs
5252

5353
- name: Upload API reference artifact
54-
uses: actions/upload-artifact@v6
54+
uses: actions/upload-artifact@v7
5555
with:
5656
name: ${{ steps.pathfinder.outputs.integration_name }}
5757
path: ${{ steps.pathfinder.outputs.project_path }}/${{ steps.pathfinder.outputs.integration_name }}.md
@@ -78,7 +78,7 @@ jobs:
7878
python-version: "3.10"
7979

8080
- name: Download API reference artifact
81-
uses: actions/download-artifact@v7
81+
uses: actions/download-artifact@v8
8282
with:
8383
name: ${{ needs.generate-api-reference.outputs.integration_name }}
8484

.github/workflows/CI_pypi_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
python-version: "3.12"
3636

3737
- name: Install dependencies
38-
run: pip install hatch requests
38+
run: pip install hatch "virtualenv<21.0.0" requests
3939

4040
- name: Validate version number
4141
run: python .github/utils/validate_version.py --tag ${{ github.ref_name }}

.github/workflows/aimlapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
python-version: ${{ matrix.python-version }}
4949

5050
- name: Install Hatch
51-
run: pip install --upgrade hatch
51+
run: pip install hatch "virtualenv<21.0.0"
5252

5353
- name: Lint
5454
if: matrix.python-version == '3.10' && runner.os == 'Linux'

.github/workflows/amazon_bedrock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
python-version: ${{ matrix.python-version }}
5858

5959
- name: Install Hatch
60-
run: pip install --upgrade hatch
60+
run: pip install hatch "virtualenv<21.0.0"
6161

6262
- name: Lint
6363
if: matrix.python-version == '3.10' && runner.os == 'Linux'

.github/workflows/amazon_sagemaker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
python-version: ${{ matrix.python-version }}
4848

4949
- name: Install Hatch
50-
run: pip install --upgrade hatch
50+
run: pip install hatch "virtualenv<21.0.0"
5151

5252
- name: Lint
5353
if: matrix.python-version == '3.10' && runner.os == 'Linux'

.github/workflows/anthropic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
python-version: ${{ matrix.python-version }}
4949

5050
- name: Install Hatch
51-
run: pip install --upgrade hatch
51+
run: pip install hatch "virtualenv<21.0.0"
5252

5353
- name: Lint
5454
if: matrix.python-version == '3.10' && runner.os == 'Linux'

.github/workflows/astra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
python-version: ${{ matrix.python-version }}
4949

5050
- name: Install Hatch
51-
run: pip install --upgrade hatch
51+
run: pip install hatch "virtualenv<21.0.0"
5252

5353
- name: Lint
5454
if: matrix.python-version == '3.10' && runner.os == 'Linux'

.github/workflows/azure_ai_search.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
python-version: ${{ matrix.python-version }}
4646

4747
- name: Install Hatch
48-
run: pip install --upgrade hatch
48+
run: pip install hatch "virtualenv<21.0.0"
4949

5050
- name: Lint
5151
if: matrix.python-version == '3.10' && runner.os == 'Linux'

0 commit comments

Comments
 (0)