Skip to content

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