mirror of
https://github.com/langchain-ai/langchain-postgres.git
synced 2026-07-16 01:33:18 -04:00
[PR #207] [CLOSED] feat: Adding multi modal support for PGVectorStore #234
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/207
Author: @dishaprakash
Created: 4/29/2025
Status: ❌ Closed
Base:
main← Head:upstream_add📝 Commits (10+)
43f89a5feat: Adding multi modal support for PGVectorStore97b387cNew poetry lock3dc9cc5reformat fixesb5bb4ffformatf9f5337add requestffe8c7apoetry lockf45e4deMake GCS an extra dependency273a57bTrial mock gcs url test3dfbad6Linter fixaaa1514download gcs for testing📊 Changes
10 files changed (+872 additions, -24 deletions)
View changed files
📝
.github/workflows/_test.yml(+2 -2)📝
.github/workflows/ci.yml(+2 -2)📝
langchain_postgres/v2/async_vectorstore.py(+117 -0)📝
langchain_postgres/v2/vectorstores.py(+48 -0)📝
poetry.lock(+395 -19)📝
pyproject.toml(+6 -0)📝
tests/unit_tests/v2/test_async_pg_vectorstore.py(+67 -0)📝
tests/unit_tests/v2/test_async_pg_vectorstore_search.py(+60 -0)📝
tests/unit_tests/v2/test_pg_vectorstore.py(+79 -0)📝
tests/unit_tests/v2/test_pg_vectorstore_search.py(+96 -1)📄 Description
feat: Adding multi modal support for PGVectorStore
similarity_search_image()andasimilarity_search_image().add_images()andaadd_images()endpoints to add images to vector store.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.