Skip to content

Commit 3ab89df

Browse files
authored
chore: standardize Weave integration (#2738)
1 parent d1a5104 commit 3ab89df

18 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/labeler.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,10 @@ integration:weaviate:
204204
- any-glob-to-any-file: "integrations/weaviate/**/*"
205205
- any-glob-to-any-file: ".github/workflows/weaviate.yml"
206206

207-
integration:weights_and_biases_weave:
207+
integration:weave:
208208
- changed-files:
209-
- any-glob-to-any-file: "integrations/weights_and_biases_weave/**/*"
210-
- any-glob-to-any-file: ".github/workflows/weights_and_biases_weave.yml"
209+
- any-glob-to-any-file: "integrations/weave/**/*"
210+
- any-glob-to-any-file: ".github/workflows/weave.yml"
211211

212212
# Topics
213213
topic:CI:

.github/workflows/weights_and_biases_weave.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# This workflow comes from https://github.com/ofek/hatch-mypyc
22
# https://github.com/ofek/hatch-mypyc/blob/5a198c0ba8660494d02716cfc9d79ce4adfb1442/.github/workflows/test.yml
3-
name: Test / weights_and_biases_weave
3+
name: Test / weave
44

55
on:
66
schedule:
77
- cron: "0 0 * * *"
88
pull_request:
99
paths:
10-
- "integrations/weights_and_biases_weave/**"
11-
- ".github/workflows/`weights_and_biases_weave.yml"
12-
- "!integrations/weights_and_biases_weave/*.md"
10+
- "integrations/weave/**"
11+
- ".github/workflows/weave.yml"
12+
- "!integrations/weave/*.md"
1313

1414
defaults:
1515
run:
16-
working-directory: integrations/weights_and_biases_weave
16+
working-directory: integrations/weave
1717

1818
concurrency:
19-
group: weights_and_biases_weave-${{ github.head_ref }}
19+
group: weave-${{ github.head_ref }}
2020
cancel-in-progress: true
2121

2222
env:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Please check out our [Contribution Guidelines](CONTRIBUTING.md) for all the deta
6666
| [unstructured-fileconverter-haystack](integrations/unstructured/) | File converter | [![PyPI - Version](https://img.shields.io/pypi/v/unstructured-fileconverter-haystack.svg)](https://pypi.org/project/unstructured-fileconverter-haystack) | [![Test / unstructured](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/unstructured.yml/badge.svg)](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/unstructured.yml) |
6767
| [watsonx-haystack](integrations/watsonx/) | Embedder, Generator | [![PyPI - Version](https://img.shields.io/pypi/v/watsonx-haystack.svg?color=orange)](https://pypi.org/project/watsonx-haystack) | [![Test / watsonx](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/watsonx.yml/badge.svg)](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/watsonx.yml) | |
6868
| [weaviate-haystack](integrations/weaviate/) | Document Store | [![PyPI - Version](https://img.shields.io/pypi/v/weaviate-haystack.svg)](https://pypi.org/project/weaviate-haystack) | [![Test / weaviate](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/weaviate.yml/badge.svg)](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/weaviate.yml) |
69-
| [weave-haystack](integrations/weights_and_biases_weave/) | Tracer | [![PyPI - Version](https://img.shields.io/pypi/v/weave-haystack.svg)](https://pypi.org/project/weave-haystack) | [![Test / weights_and_biases_weave](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/weights_and_biases_weave.yml/badge.svg)](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/weights_and_biases_weave.yml) |
69+
| [weave-haystack](integrations/weave/) | Tracer | [![PyPI - Version](https://img.shields.io/pypi/v/weave-haystack.svg)](https://pypi.org/project/weave-haystack) | [![Test / weave](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/weave.yml/badge.svg)](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/weave.yml) |
7070
| [instructor-embedders-haystack](integrations/instructor_embedders/) | Embedder | [![PyPI - Version](https://img.shields.io/pypi/v/instructor-embedders-haystack.svg)](https://pypi.org/project/instructor-embedders-haystack) | [Staged](https://docs.haystack.deepset.ai/docs/breaking-change-policy#discontinuing-an-integration) |
7171

7272
## Releasing
File renamed without changes.
File renamed without changes.

integrations/weights_and_biases_weave/README.md renamed to integrations/weave/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/weave-haystack)](https://pypi.org/project/weave-haystack)
55

66
- [Integration page](https://haystack.deepset.ai/integrations/weights-and-bias-tracer)
7-
- [Changelog](https://github.com/deepset-ai/haystack-core-integrations/blob/main/integrations/weights_and_biases_weave/CHANGELOG.md)
7+
- [Changelog](https://github.com/deepset-ai/haystack-core-integrations/blob/main/integrations/weave/CHANGELOG.md)
88

99
---
1010

File renamed without changes.

integrations/weights_and_biases_weave/example/hybrid_retrieval.py renamed to integrations/weave/example/hybrid_retrieval.py

File renamed without changes.

integrations/weights_and_biases_weave/pydoc/config_docusaurus.yml renamed to integrations/weave/pydoc/config_docusaurus.yml

File renamed without changes.

integrations/weights_and_biases_weave/pyproject.toml renamed to integrations/weave/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ dependencies = ["haystack-ai>=2.22.0", "weave>=0.52.7"]
2626

2727
[project.urls]
2828
Source = "https://github.com/deepset-ai/haystack-core-integrations"
29-
Documentation = "https://github.com/deepset-ai/haystack-core-integrations/blob/main/integrations/weights_and_biases_weave/README.md"
29+
Documentation = "https://github.com/deepset-ai/haystack-core-integrations/blob/main/integrations/weave/README.md"
3030
Issues = "https://github.com/deepset-ai/haystack-core-integrations/issues"
3131

3232
[tool.hatch.build.targets.wheel]
3333
packages = ["src/haystack_integrations"]
3434

3535
[tool.hatch.version]
3636
source = "vcs"
37-
tag-pattern = 'integrations\/weights_and_biases_weave-v(?P<version>.*)'
37+
tag-pattern = 'integrations\/weave-v(?P<version>.*)'
3838

3939
[tool.hatch.version.raw-options]
4040
root = "../.."
41-
git_describe_command = 'git describe --tags --match="integrations/weights_and_biases_weave-v[0-9]*"'
41+
git_describe_command = 'git describe --tags --match="integrations/weave-v[0-9]*"'
4242

4343
[tool.hatch.envs.default]
4444
installer = "uv"

0 commit comments

Comments
 (0)