mirror of
https://github.com/langchain-ai/langchain-extract.git
synced 2026-07-01 20:24:03 -04:00
[PR #21] [MERGED] Add backend suggest endpoint #64
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/langchain-ai/langchain-extract/pull/21
Author: @eyurtsev
Created: 3/18/2024
Status: ✅ Merged
Merged: 3/18/2024
Merged by: @eyurtsev
Base:
main← Head:eugene/add_backend_suggest📝 Commits (2)
b708ae2x7840498x📊 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.