Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Vertex Vector Search Datapoints deletion, add autogenerated datapoint IDs to document metadata during ingestion #331

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Abhishekbhagwat
Copy link
Contributor

Support Vertex Vector Search Datapoints deletion via the vector_store.delete() method

@Abhishekbhagwat Abhishekbhagwat changed the title feat: Add Vertex Vector Search Datapoints deletion feat: Add Vertex Vector Search Datapoints deletion, add autogenerated datapoint IDs to document metadata during ingestion Jun 26, 2024
@@ -192,6 +192,10 @@ def add_texts(
f"{len(metadatas)} != {len(texts)}"
)

# Add generated IDs to metadata
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm not sure modifying things in-place is a good idea. Can we just pass doc_ids from outside maybe?

@lkuligin
Copy link
Collaborator

@Abhishekbhagwat are you planning to finalize this one?

@Freezaa9
Copy link
Contributor

No news from @Abhishekbhagwat

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.

3 participants