Skip to content

feat: adding update_by_filter and delete_by_filter to PgVector document store#2647

Merged
davidsbatista merged 4 commits into
mainfrom
feat/add-update-delete-by-filter-PGvector
Jan 2, 2026
Merged

feat: adding update_by_filter and delete_by_filter to PgVector document store#2647
davidsbatista merged 4 commits into
mainfrom
feat/add-update-delete-by-filter-PGvector

Conversation

@davidsbatista
Copy link
Copy Markdown
Contributor

@davidsbatista davidsbatista commented Jan 2, 2026

Related Issues

Proposed Changes:

  • adding update_by_filter and delete_by_filter to PgVector document store

How did you test it?

  • added new integrations tests or both async and sync versions running on local Docker container

Checklist

@github-actions github-actions Bot added integration:pgvector type:documentation Improvements or additions to documentation labels Jan 2, 2026
@davidsbatista davidsbatista marked this pull request as ready for review January 2, 2026 12:02
@davidsbatista davidsbatista requested a review from a team as a code owner January 2, 2026 12:02
@davidsbatista davidsbatista requested review from sjrl and removed request for a team January 2, 2026 12:02
Comment thread integrations/pgvector/tests/test_document_store.py
Copy link
Copy Markdown
Contributor

@sjrl sjrl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, looks good!

@davidsbatista davidsbatista merged commit b65cdaf into main Jan 2, 2026
6 checks passed
@davidsbatista davidsbatista deleted the feat/add-update-delete-by-filter-PGvector branch January 2, 2026 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

integration:pgvector type:documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add update_by_filter() and delete_by_filter() operations to PGvectorDocumentStore

2 participants