Skip to content

Commit c0d9981

Browse files
committed
trigger run
1 parent 2dfdeef commit c0d9981

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/CI_check_api_ref.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ jobs:
7171
fi
7272
echo "changed=$([[ "$BASE" != "$HEAD" ]] && echo true || echo false)" >> "$GITHUB_OUTPUT"
7373
74-
- name: Add documentation label
75-
if: steps.docstrings.outputs.changed == 'true'
76-
env:
77-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
78-
run: gh pr edit ${{ github.event.pull_request.number }} --add-label "type:documentation"
74+
# - name: Add documentation label
75+
# if: steps.docstrings.outputs.changed == 'true'
76+
# env:
77+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
78+
# run: gh pr edit ${{ github.event.pull_request.number }} --add-label "type:documentation"
7979

8080
- name: Install Hatch
8181
if: steps.config.outputs.changed == 'true' || steps.docstrings.outputs.changed == 'true'

integrations/pgvector/pydoc/config_docusaurus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ renderer:
2525
classdef_code_block: false
2626
descriptive_class_title: false
2727
descriptive_module_title: true
28-
filename: pgvector.md
28+
filename: pgvector_.md
2929
title: Pgvector
3030
type: haystack_pydoc_tools.renderers.DocusaurusRenderer

integrations/qdrant/src/haystack_integrations/document_stores/qdrant/document_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def get_batches_from_generator(iterable: list, n: int) -> Generator:
5454
class QdrantDocumentStore:
5555
"""
5656
A QdrantDocumentStore implementation that you can use with any Qdrant instance: in-memory, disk-persisted,
57-
Docker-based, and Qdrant Cloud Cluster deployments.
57+
Docker-based, and Qdrant Cloud Cluster deployments. trigger!!!
5858
5959
Usage example by creating an in-memory instance:
6060

0 commit comments

Comments
 (0)