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] Add vector column support to migrations #52884

Merged
merged 7 commits into from
Sep 25, 2024

Conversation

Jim-Webfox
Copy link
Contributor

This PR adds support for creating vector columns in SQLite, MySQL, and PostgreSQL. The changes include adding new tests to verify the creation of vector columns across these databases.

With the growing popularity of semantic searching and RAG, I thought it would be good to start the process for Laravel to support semantic searching using vectorised data natively.

@crynobone crynobone marked this pull request as draft September 23, 2024 01:39
@crynobone
Copy link
Member

Mark as draft since tests are failing

@Jim-Webfox Jim-Webfox marked this pull request as ready for review September 23, 2024 02:12
@Jim-Webfox
Copy link
Contributor Author

Checks now passing. Made PR open.

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