mleku on Nostr: i mean, just put it this way, my task requires a matrix table, it's simpler, in some ...
i mean, just put it this way, my task requires a matrix table, it's simpler, in some sense, than what vectordb does with ML language vector analysis, really it's 1 dimension of what they are doing, but it's gotta be done efficiently, because as the data size grows, it is exponentially more work to regenerate the data, so the data set has to be frequently updated when user input changes, and it has to efficiently avoid doing work on any data that isn't needing work
my index and database design will achieve that, and it will do it at least 5x if not 10x faster than a vector database would do, and i could increase its precision with merely adding a single function for a weighted matching on data that is free form user input, as they are only simple phrases, not whole sentences let alone paragraphs of text
my index and database design will achieve that, and it will do it at least 5x if not 10x faster than a vector database would do, and i could increase its precision with merely adding a single function for a weighted matching on data that is free form user input, as they are only simple phrases, not whole sentences let alone paragraphs of text