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

[11.x] Support Optional Dimensions for vector Column Type #53316

Merged
merged 2 commits into from
Oct 29, 2024

Conversation

akr4m
Copy link
Contributor

@akr4m akr4m commented Oct 27, 2024

The vector method to support adding a new vector column without specifying dimensions. The changes include:

  • Modified the vector method to handle cases where the $dimensions parameter is not provided or is null.
  • Ensures that the code gracefully defaults to an empty options array when dimensions are not defined, allowing for flexibility when creating vector columns.

These changes provide more flexibility in defining vector columns, making the dimensions parameter truly optional.

@taylorotwell taylorotwell merged commit 0d23921 into laravel:11.x Oct 29, 2024
31 checks passed
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