[PR #516] [CLOSED] Format fix and loader add #595

Closed
opened 2026-02-15 18:15:24 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama-hub/pull/516
Author: @sangwongenip
Created: 9/14/2023
Status: Closed

Base: mainHead: format_fix_and_loader_add


📝 Commits (5)

📊 Changes

8 files changed (+235 additions, -206 deletions)

View changed files

📝 llama_hub/file/README.md (+8 -65)
📝 llama_hub/file/base.py (+95 -139)
llama_hub/file/hwp/README.md (+16 -0)
llama_hub/file/hwp/__init__.py (+1 -0)
llama_hub/file/hwp/base.py (+111 -0)
llama_hub/file/hwp/requirements.txt (+1 -0)
llama_hub/file/requirements.txt (+1 -0)
📝 llama_hub/hwp/base.py (+2 -2)

📄 Description

  1. Fixed format of HWPReader from Document to List[Document] to make output format same with other doc loaders.
  2. Added HWPReader to file loader module.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llama-hub/pull/516 **Author:** [@sangwongenip](https://github.com/sangwongenip) **Created:** 9/14/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `format_fix_and_loader_add` --- ### 📝 Commits (5) - [`d4459d7`](https://github.com/run-llama/llama-hub/commit/d4459d7e9ef978841380d21a4899838ee46e0fd0) json_entry_added_etc - [`e3d5355`](https://github.com/run-llama/llama-hub/commit/e3d53558282ca0222fbd85d0bff3baab9be1b73e) library-update - [`32b9c6e`](https://github.com/run-llama/llama-hub/commit/32b9c6ebba49957f2798d529fcb77603e729186f) Merge branch 'emptycrown:main' into main - [`09fe951`](https://github.com/run-llama/llama-hub/commit/09fe9515936d7c232b21d5271219aa7e32819450) format_fix - [`8a6f539`](https://github.com/run-llama/llama-hub/commit/8a6f53981acfabd7e695c2e8e403311aaa965568) file loader added ### 📊 Changes **8 files changed** (+235 additions, -206 deletions) <details> <summary>View changed files</summary> 📝 `llama_hub/file/README.md` (+8 -65) 📝 `llama_hub/file/base.py` (+95 -139) ➕ `llama_hub/file/hwp/README.md` (+16 -0) ➕ `llama_hub/file/hwp/__init__.py` (+1 -0) ➕ `llama_hub/file/hwp/base.py` (+111 -0) ➕ `llama_hub/file/hwp/requirements.txt` (+1 -0) ➕ `llama_hub/file/requirements.txt` (+1 -0) 📝 `llama_hub/hwp/base.py` (+2 -2) </details> ### 📄 Description 1. Fixed format of HWPReader from Document to List[Document] to make output format same with other doc loaders. 2. Added HWPReader to file loader module. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 18:15:24 -05:00
yindo closed this issue 2026-02-15 18:15:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama-hub#595