Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add Azure Blob Storage provier and tools #11081

Closed

Conversation

fujita-h
Copy link
Contributor

Summary

Three new tools using Azure Blob Storage

Fixes #11080

Upload File

A tool to upload files to Azure Blob Storage.

Ephemeral File Share

A tool that issues a URL for file sharing that is valid for a certain period of time after uploading a file to Azure Blob Storage. This is useful when you want to refer to a file entered in Dify with an external tool.

Write Log File

A tool that writes the input string to Azure Blob Storage as a log file.

Screenshots

{200C493A-DEA6-486C-AE2B-0C3763A67D2C}

Checklist

Important

Please review the checklist below before submitting your pull request.

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods

@dosubot dosubot bot added size:XL This PR changes 500-999 lines, ignoring generated files. 🔨 feat:tools Tools for agent, function call related stuff. labels Nov 25, 2024
@crazywoola crazywoola marked this pull request as draft November 26, 2024 11:08
@crazywoola
Copy link
Member

We plan to test v1.0 around Dec 5 in our staging environment. Currently, we do not accept tools and model providers anymore until the v1.0 is released.

However, if you are interested in testing it out, and make tools & llms to that version.

Please fill this form https://forms.gle/8sQWmqPWCo5GEn8w7.
We only collect emails for accessing our staging environment by this whitelist. You can use this email to login into our system then. No spam 📧

Here is the discord channel https://discord.gg/H6zB7zAW
I will list the docs and other necessary information in 👆 channel until I get updates from our dev team.

Thanks again for your unwavering support.❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 feat:tools Tools for agent, function call related stuff. size:XL This PR changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Azure Blob Storage provider and tools
2 participants