[PR #21] [MERGED] Add backend suggest endpoint #64

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

📋 Pull Request Information

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

Base: mainHead: eugene/add_backend_suggest


📝 Commits (2)

📊 Changes

7 files changed (+632 additions, -506 deletions)

View changed files

📝 backend/Dockerfile (+4 -4)
📝 backend/db/models.py (+0 -1)
📝 backend/poetry.lock (+513 -497)
📝 backend/pyproject.toml (+1 -1)
backend/server/api/suggest.py (+111 -0)
📝 backend/server/main.py (+2 -2)
📝 backend/tests/integration_tests/test_extraction.py (+1 -1)

📄 Description

Add suggest endpoints on backend


🔄 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/21 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 3/18/2024 **Status:** ✅ Merged **Merged:** 3/18/2024 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/add_backend_suggest` --- ### 📝 Commits (2) - [`b708ae2`](https://github.com/langchain-ai/langchain-extract/commit/b708ae2c24a40491a70da05a155276e353439d22) x - [`7840498`](https://github.com/langchain-ai/langchain-extract/commit/7840498044896a46b84b6b0f8bceb4d7c2052d0c) x ### 📊 Changes **7 files changed** (+632 additions, -506 deletions) <details> <summary>View changed files</summary> 📝 `backend/Dockerfile` (+4 -4) 📝 `backend/db/models.py` (+0 -1) 📝 `backend/poetry.lock` (+513 -497) 📝 `backend/pyproject.toml` (+1 -1) ➕ `backend/server/api/suggest.py` (+111 -0) 📝 `backend/server/main.py` (+2 -2) 📝 `backend/tests/integration_tests/test_extraction.py` (+1 -1) </details> ### 📄 Description Add suggest endpoints on backend --- <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:16 -05:00
yindo closed this issue 2026-02-16 05:15:16 -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#64