Skip to content

Conversation

@Wassim-Hamra
Copy link

Describe your changes

Added two methods to BaseVectorStoreDriver: insert (single-item regular insert) and insert_collection (batch insert). They mirror upsert/upsert_collection but generate a random uuid4 when no vector_id is provided so repeated inserts create new entries instead of deduplicating.

Issue ticket number and link

ticket num: 50

@Wassim-Hamra Wassim-Hamra force-pushed the feature/add-inserts-BaseVectorStorageDriver branch from b493a38 to b3ae05a Compare October 12, 2025 23:26
@Wassim-Hamra Wassim-Hamra marked this pull request as draft October 12, 2025 23:29
@codecov
Copy link

codecov bot commented Oct 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@Wassim-Hamra Wassim-Hamra marked this pull request as ready for review October 13, 2025 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant