[PR #71] [MERGED] UI to use mimetype configuration #95

Closed
opened 2026-02-16 05:15:22 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langchain-extract/pull/71
Author: @eyurtsev
Created: 3/21/2024
Status: Merged
Merged: 3/21/2024
Merged by: @eyurtsev

Base: mainHead: eugene/support_accepted_types


📝 Commits (4)

📊 Changes

5 files changed (+48 additions, -11 deletions)

View changed files

📝 backend/server/api/configurables.py (+3 -3)
📝 backend/tests/unit_tests/api/test_api_configuration.py (+1 -1)
📝 backend/tests/unit_tests/test_parsing.py (+1 -1)
📝 frontend/app/components/Playground.tsx (+24 -6)
📝 frontend/app/utils/api.tsx (+19 -0)

📄 Description

  • Use mimetype configuration
  • Also improves the divider for the content upload section
  • Add a header for content upload

🔄 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/langchain-ai/langchain-extract/pull/71 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 3/21/2024 **Status:** ✅ Merged **Merged:** 3/21/2024 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/support_accepted_types` --- ### 📝 Commits (4) - [`82f0e7d`](https://github.com/langchain-ai/langchain-extract/commit/82f0e7d2c857369370ffe23e8641f5cf67c318aa) x - [`77f0769`](https://github.com/langchain-ai/langchain-extract/commit/77f0769dc085c9f1cb4a217caa5ce5971049a3cd) x - [`8b9a6bb`](https://github.com/langchain-ai/langchain-extract/commit/8b9a6bbc39bcd551f7edd1a81484ea55e0069ab4) x - [`a531bbd`](https://github.com/langchain-ai/langchain-extract/commit/a531bbdcde236faa089447cc1ed69f489a052e8b) x ### 📊 Changes **5 files changed** (+48 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `backend/server/api/configurables.py` (+3 -3) 📝 `backend/tests/unit_tests/api/test_api_configuration.py` (+1 -1) 📝 `backend/tests/unit_tests/test_parsing.py` (+1 -1) 📝 `frontend/app/components/Playground.tsx` (+24 -6) 📝 `frontend/app/utils/api.tsx` (+19 -0) </details> ### 📄 Description * Use mimetype configuration * Also improves the divider for the content upload section * Add a header for content upload --- <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-16 05:15:22 -05:00
yindo closed this issue 2026-02-16 05:15:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langchain-extract#95