-
Notifications
You must be signed in to change notification settings - Fork 341
Support VECTOR
data type
#1549
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
Comments
|
Edit: Will use Possibly could add |
Related to #1549 --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/mysql-net/MySqlConnector/issues/1549?shareId=XXXX-XXXX-XXXX-XXXX).
The VECTOR data type was added in Connector/NET 8.4.0. |
Preliminary tests with MariaDB 11.7 indicate that it doesn't use a dedicated on-the-wire type for |
I think it's enough to implement
|
Don't you plan to release at least a preview nuget with vector support in the near future? |
@harrison314 Since you mentioned big-endian systems, can you review this one commit? c7bb9b3 (I don't have a big-endian system for testing, so it's mostly a guess that that's the correct code.) |
@bgrainger Unfortunately, I also don't have a big-endian system to test. |
Discussed in #1548, originally posted by @harrison314.
Add support for the
VECTOR(n)
type, which is available since MariaDB 11.7.https://mariadb.com/kb/en/vector-overview/
I've solved it with a workaround:
The text was updated successfully, but these errors were encountered: