mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #489] [CLOSED] Llamacloud branch #1397
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/489
Author: @ForeignKeyCN
Created: 3/18/2025
Status: ❌ Closed
Base:
main← Head:llamacloud-branch📝 Commits (10+)
e6ba829AWS Bedrock Knowledge Base Initial Commitc44082bAWS Bedrock Knowledge Base Initial Commit,naming error resolved4a323a2AWS Bedrock Knowledge Base Initial Commit,naming error resolvedf3adaa3AWS Bedrock Knowledge Base Initial Commit,naming error resolved17e918bAWS Bedrock Knowledge Base Initial Commit,naming error resolved461a7bbfix: name9e16c3cfix: comments49e7a5dllamacloud initial commita5e1d10llamacloud initial commitcf0cc35llamacloud initial commit📊 Changes
66 files changed (+2189 additions, -0 deletions)
View changed files
➕
extensions/aws_bedrock_knowledge_base/.difyignore(+178 -0)➕
extensions/aws_bedrock_knowledge_base/.gitignore(+171 -0)➕
extensions/aws_bedrock_knowledge_base/GUIDE.md(+117 -0)➕
extensions/aws_bedrock_knowledge_base/PRIVACY.md(+41 -0)➕
extensions/aws_bedrock_knowledge_base/README.md(+36 -0)➕
extensions/aws_bedrock_knowledge_base/_assets/aws_security_credential.png(+0 -0)➕
extensions/aws_bedrock_knowledge_base/_assets/copy_endpoint_url.png(+0 -0)➕
extensions/aws_bedrock_knowledge_base/_assets/icon.svg(+1 -0)➕
extensions/aws_bedrock_knowledge_base/_assets/knowledge_id.png(+0 -0)➕
extensions/aws_bedrock_knowledge_base/_assets/paste_endpoint_url.png(+0 -0)➕
extensions/aws_bedrock_knowledge_base/_assets/retrieval_test.png(+0 -0)➕
extensions/aws_bedrock_knowledge_base/_assets/setup_endpoint.png(+0 -0)➕
extensions/aws_bedrock_knowledge_base/endpoints/aws_bedrock_knowledge_base.py(+92 -0)➕
extensions/aws_bedrock_knowledge_base/endpoints/aws_bedrock_knowledge_base.yaml(+5 -0)➕
extensions/aws_bedrock_knowledge_base/main.py(+6 -0)➕
extensions/aws_bedrock_knowledge_base/manifest.yaml(+35 -0)➕
extensions/aws_bedrock_knowledge_base/provider/aws_bedrock_knowledge_base.yaml(+45 -0)➕
extensions/aws_bedrock_knowledge_base/requirements.txt(+4 -0)➕
extensions/llamacloud/.difyignore(+178 -0)➕
extensions/llamacloud/.gitignore(+172 -0)...and 46 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.