Skip to content

Commit 17b6420

Browse files
authored
rename together_ai to togetherai (#2451)
1 parent 166d665 commit 17b6420

20 files changed

Lines changed: 45 additions & 45 deletions

.github/labeler.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@ integration:stackit:
174174
- any-glob-to-any-file: "integrations/stackit/**/*"
175175
- any-glob-to-any-file: ".github/workflows/stackit.yml"
176176

177-
integration:together-ai:
177+
integration:togetherai:
178178
- changed-files:
179-
- any-glob-to-any-file: "integrations/together_ai/**/*"
180-
- any-glob-to-any-file: ".github/workflows/together_ai.yml"
179+
- any-glob-to-any-file: "integrations/togetherai/**/*"
180+
- any-glob-to-any-file: ".github/workflows/togetherai.yml"
181181

182182
integration:unstructured-fileconverter:
183183
- changed-files:
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 / together_ai
3+
name: Test / togetherai
44

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

1414
defaults:
1515
run:
16-
working-directory: integrations/together_ai
16+
working-directory: integrations/togetherai
1717

1818
concurrency:
19-
group: together_ai-${{ github.head_ref }}
19+
group: togetherai-${{ 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
@@ -59,7 +59,7 @@ Please check out our [Contribution Guidelines](CONTRIBUTING.md) for all the deta
5959
| [ragas-haystack](integrations/ragas/) | Evaluator | [![PyPI - Version](https://img.shields.io/pypi/v/ragas-haystack.svg)](https://pypi.org/project/ragas-haystack) | [![Test / ragas](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/ragas.yml/badge.svg)](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/ragas.yml) |
6060
| [snowflake-haystack](integrations/snowflake/) | Retriever | [![PyPI - Version](https://img.shields.io/pypi/v/snowflake-haystack.svg)](https://pypi.org/project/snowflake-haystack) | [![Test / snowflake](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/snowflake.yml/badge.svg)](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/snowflake.yml) |
6161
| [stackit-haystack](integrations/stackit/) | Embedder, Generator | [![PyPI - Version](https://img.shields.io/pypi/v/stackit-haystack.svg)](https://pypi.org/project/stackit-haystack) | [![Test / stackit](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/stackit.yml/badge.svg)](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/stackit.yml) |
62-
| [togetherai-haystack](integrations/together_ai/) | Generator | [![PyPI - Version](https://img.shields.io/pypi/v/togetherai-haystack.svg)](https://pypi.org/project/togetherai-haystack) | [![Test / together_ai](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/together_ai.yml/badge.svg)](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/together_ai.yml) |
62+
| [togetherai-haystack](integrations/togetherai/) | Generator | [![PyPI - Version](https://img.shields.io/pypi/v/togetherai-haystack.svg)](https://pypi.org/project/togetherai-haystack) | [![Test / togetherai](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/togetherai.yml/badge.svg)](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/togetherai.yml) |
6363
| [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) |
6464
| [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) | |
6565
| [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) |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [integrations/together_ai-v1.0.0] - 2025-10-14
3+
## [integrations/togetherai-v1.0.0] - 2025-10-14
44

55
### 🚀 Features
66

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
[![PyPI - Version](https://img.shields.io/pypi/v/togetherai-haystack.svg)](https://pypi.org/project/togetherai-haystack)
44
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/togetherai-haystack.svg)](https://pypi.org/project/togetherai-haystack)
55

6-
- [Integration page](https://haystack.deepset.ai/integrations/together_ai)
7-
- [Changelog](https://github.com/deepset-ai/haystack-core-integrations/blob/main/integrations/together_ai/CHANGELOG.md)
6+
- [Integration page](https://haystack.deepset.ai/integrations/togetherai)
7+
- [Changelog](https://github.com/deepset-ai/haystack-core-integrations/blob/main/integrations/togetherai/CHANGELOG.md)
88

99
---
1010

integrations/together_ai/examples/chat_generator_with_tools.py renamed to integrations/togetherai/examples/chat_generator_with_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from haystack.dataclasses import ChatMessage
1212
from haystack.tools import Tool
1313

14-
from haystack_integrations.components.generators.together_ai import TogetherAIChatGenerator
14+
from haystack_integrations.components.generators.togetherai import TogetherAIChatGenerator
1515

1616

1717
# Define a tool that models can call

integrations/together_ai/examples/generator_example.py renamed to integrations/togetherai/examples/generator_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from haystack.utils import Secret
1111

12-
from haystack_integrations.components.generators.together_ai.generator import TogetherAIGenerator
12+
from haystack_integrations.components.generators.togetherai.generator import TogetherAIGenerator
1313

1414
generator = TogetherAIGenerator(
1515
model="meta-llama/Llama-3.3-70B-Instruct-Turbo",
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ loaders:
22
- type: haystack_pydoc_tools.loaders.CustomPythonLoader
33
search_path: [../src]
44
modules: [
5-
"haystack_integrations.components.generators.together_ai.generator",
6-
"haystack_integrations.components.generators.together_ai.chat.chat_generator",
5+
"haystack_integrations.components.generators.togetherai.generator",
6+
"haystack_integrations.components.generators.togetherai.chat.chat_generator",
77
]
88
ignore_when_discovered: ["__init__"]
99
processors:
@@ -27,4 +27,4 @@ renderer:
2727
descriptive_module_title: true
2828
add_method_class_prefix: true
2929
add_member_class_prefix: false
30-
filename: _readme_together_ai.md
30+
filename: _readme_togetherai.md

integrations/together_ai/pydoc/config_docusaurus.yml renamed to integrations/togetherai/pydoc/config_docusaurus.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ loaders:
22
- ignore_when_discovered:
33
- __init__
44
modules:
5-
- haystack_integrations.components.generators.together_ai.generator
6-
- haystack_integrations.components.generators.together_ai.chat.chat_generator
5+
- haystack_integrations.components.generators.togetherai.generator
6+
- haystack_integrations.components.generators.togetherai.chat.chat_generator
77
search_path:
88
- ../src
99
type: haystack_pydoc_tools.loaders.CustomPythonLoader
@@ -17,13 +17,13 @@ processors:
1717
- type: crossref
1818
renderer:
1919
description: Together AI integration for Haystack
20-
id: integrations-together-ai
20+
id: integrations-togetherai
2121
markdown:
2222
add_member_class_prefix: false
2323
add_method_class_prefix: true
2424
classdef_code_block: false
2525
descriptive_class_title: false
2626
descriptive_module_title: true
27-
filename: together_ai.md
27+
filename: togetherai.md
2828
title: Together AI
2929
type: haystack_pydoc_tools.renderers.DocusaurusRenderer

0 commit comments

Comments
 (0)