Roadmap: Support for efficient numeric vector and matrix computations. #1620
sgaseretto
started this conversation in
General
Replies: 2 comments 4 replies
We only have very tentative plans for this. The idea is to add a proper multidimensional numeric array type with some ops exposed in EdgeQL. We still have lot's of open questions:
Most definitely we'll not be building everything from scratch. I'm curious what is your use case? Have you used the cube extension yourself? |
4 replies
|
Any update @1st1 on the vector implementation and roadmap timeline? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Sorry if this isn't the correct place to post this. I saw that the roadmap mentions the implementation of computations for numeric vectors and matrices. This seems great for storing images representations and other types of latent representations and embeddings! What types of operations between matrices and vectors are planned for this? Will this somehow use the
cubeextension from postgres or it will be builded from scratch?All reactions