mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #225] [MERGED] plugin(llama-cloud): add llama cloud plugin #1199
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/225
Author: @Nov1c444
Created: 2/17/2025
Status: ✅ Merged
Merged: 2/23/2025
Merged by: @Nov1c444
Base:
main← Head:plugins/llama-cloud📝 Commits (4)
a8f6b70plugin(llama-cloud): add llama cloud pluginbb6c8b7plugin(llama-cloud): update the readme83eaa78plugin(llama-cloud): update the author84f6e02plugin(llama-cloud): update the tool author📊 Changes
11 files changed (+326 additions, -0 deletions)
View changed files
➕
tools/llama_parse/README.md(+63 -0)➕
tools/llama_parse/_assets/icon.svg(+18 -0)➕
tools/llama_parse/_assets/llama_parse.png(+0 -0)➕
tools/llama_parse/main.py(+6 -0)➕
tools/llama_parse/manifest.yaml(+34 -0)➕
tools/llama_parse/provider/llama.py(+19 -0)➕
tools/llama_parse/provider/llama.yaml(+31 -0)➕
tools/llama_parse/requirements.txt(+2 -0)➕
tools/llama_parse/test_file/hello.pdf(+0 -0)➕
tools/llama_parse/tools/llama_parse.py(+69 -0)➕
tools/llama_parse/tools/llama_parse.yaml(+84 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.