#myvector
don't you want to face #mommy's #ray? mommy's beam never runs out of #juice. mommy's gonna fire her #laser as well, and you're gonna be #insignificant. nothing but #ash. #lightmanipulation #myvector
June 27, 2026 at 4:22 AM
Alkin & Shankar are now on stage for « boosting MySQL with Vector Search : introducing the MyVector Plugin #MySQL #fosdem
February 2, 2025 at 9:15 AM
Learn about MyRocks at FOSDEM
fosdem.org/2025/schedul...

There is much support emerging for vector indexes:
1) MariaDB has full support - mariadb.com/kb/en/vector...
2) FB MySQL has full support via Faiss
3) there is the MyVector plugin - github.com/p3io/myvecto...
4) Upstream has ...
FOSDEM 2025 - What is new in MyRocks - RocksDB storage engine for MySQL
fosdem.org
December 18, 2024 at 4:18 PM
Bringing AI workloads to open source MySQL Article URL: https://github.com/p3io/myvector-dev Comm...

https://github.com/p3io/myvector-dev

Event Attributes
GitHub - p3io/myvector-dev
Contribute to p3io/myvector-dev development by creating an account on GitHub.
github.com
March 11, 2025 at 8:33 PM
mynalocf <- function(myvector = c(NA, NA, 3, NA)){
  if(any(!is.na(myvector))){
newvector <- myvector[min(which(!is.na(myvector))): length(myvector)]
newvector <- na.locf(newvector)
myvector <- c(rep(NA, min(which(!is.na(myvector)))-1), newvector)
}
return(myvector)
}
December 13, 2023 at 8:56 AM
Protip:

for (auto itty = myVector.begin(); itty != myVector.end();) {
doSomething(*itty);
if (needsDeleting(*itty)) {
itty = myVector.erase(itty);
} else {
++itty;
}
}

Don’t do the above if doSomething() might add or remove items from myVector, too.

#cplusplus
April 10, 2025 at 4:20 PM
I am using MyVector to reach out to #Mentors. You know what?

They are saying YES.

I’ve had a call a week every week so far this year.

My intention: 50 calls in 2024.
(I anticipate taking two weeks off…)

If you’re up for speaking with a #mentee 3-5 times this year, let me know!
February 8, 2024 at 12:50 PM