mirror of
https://github.com/langchain-ai/langchain-postgres.git
synced 2026-07-16 01:33:18 -04:00
[PR #83] [MERGED] Implementation of upsert, aupsert, get_by_ids, aget_by_ids #153
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-postgres/pull/83
Author: @eyurtsev
Created: 7/5/2024
Status: ✅ Merged
Merged: 7/12/2024
Merged by: @eyurtsev
Base:
main← Head:eugene/add_implementations📝 Commits (10+)
e189712Add upsert, aupsert, get_by_ids, aget_by_ids2e443bdxa07aa82xc07bac7x64fbcb0x0ded551x7eac67aMerge branch 'main' into eugene/add_implementationsa4efa89x3429a84xf4b4d9fx📊 Changes
5 files changed (+555 additions, -104 deletions)
View changed files
📝
langchain_postgres/vectorstores.py(+113 -53)📝
poetry.lock(+325 -16)📝
pyproject.toml(+3 -1)📝
tests/unit_tests/test_vectorstore.py(+82 -34)➕
tests/unit_tests/test_vectorstore_standard_tests.py(+32 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.