llama-index tools azure_translate integration
Project description
Azure Translate Tool
This tool connects to a Azure account and allows an Agent to perform text translation into a variet of different languages
You will need to set up an api key and translate instance using Azure, learn more here: https://learn.microsoft.com/en-us/azure/ai-services/translator/translator-overview
For a full list of supported languages see here: https://learn.microsoft.com/en-us/azure/ai-services/translator/language-support
This tool has a more extensive example usage documented in a Jupyter notebook here
Usage
Here's an example usage of the AzureTranslateToolSpec.
from llama_index.core.agent.workflow import FunctionAgent
from llama_index.llms.openai import OpenAI
from llama_index.tools.azure_translate import AzureTranslateToolSpec
translate_tool = AzureTranslateToolSpec(api_key="your-key", region="eastus")
agent = FunctionAgent(
tools=translate_tool.to_tool_list(),
llm=OpenAI(model="gpt-4.1"),
)
print(await agent.run('Say "hello world" in 5 different languages'))
translate: Translate text to a target language
This loader is designed to be used as a way to load data as a Tool in a Agent.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file llama_index_tools_azure_translate-0.5.0.tar.gz.
File metadata
- Download URL: llama_index_tools_azure_translate-0.5.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e88399e3efe1ab3d16dc7f0dd4aaf66bfd974bc74a5a4c92a56c5ef9aca0b81
|
|
| MD5 |
076983c2933f3889e4e5357f3a2f617e
|
|
| BLAKE2b-256 |
39788e254c954ce47ea31e4bd207b659e7cc761ad89d8d414e810d8c04a662d3
|
File details
Details for the file llama_index_tools_azure_translate-0.5.0-py3-none-any.whl.
File metadata
- Download URL: llama_index_tools_azure_translate-0.5.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a53d698b4a4cf7a980cfc1888f8a8c2052e43494755e96a43582a89eb5ec1bee
|
|
| MD5 |
b40a300075ca005b67e47b872d89153f
|
|
| BLAKE2b-256 |
d0aee10c225f783a84e99013c3e107e26b4f32e0a01802d0ae573912ced4d682
|