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? |
Beta Was this translation helpful? Give feedback.
4 replies
-
Any update @1st1 on the vector implementation and roadmap timeline? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
cube
extension from postgres or it will be builded from scratch?Beta Was this translation helpful? Give feedback.
All reactions