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

Add PgIdType based schema generation for PgVectorStore #2463

Conversation

CChuYong
Copy link
Contributor

@CChuYong CChuYong commented Mar 13, 2025

This pull request includes id-type based schema generation support in PgVectorStore.

  • Added id type based schema generation
    • currently schema initialization only supports UUID Type.
    • even if I specify a type other than uuid, the type of the table's id column becomes uuid.
    • so i added type based ddl execution when initializeSchema properties set to true
    • also only create uuid extension when id type set to UUID.
  • Added test for each types.

@ilayaperumalg ilayaperumalg self-assigned this Mar 21, 2025
@ilayaperumalg ilayaperumalg added this to the 1.0.0-M7 milestone Mar 21, 2025
@ilayaperumalg
Copy link
Member

@CChuYong Thanks for your PR adding this feature. Rebased and merged as c02430e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants