day 06
Started building my biggest project so far, Vector Search, learning the concepts as I go. The goal is to scale it to around one million vectors and benchmark it against FAISS.
projects
notes
Today I started building a Vector Search system completely from scratch. It is designed to find the most similar items across a very large dataset. This project is well beyond my current skill level, so I am treating it as a learning experience and figuring things out as I build. My long term goal is to scale it to roughly one million vectors and compare its performance against FAISS.
key takeaway
The fastest way to grow is to build projects that feel slightly out of reach. They force me to learn concepts I would not encounter by staying in my comfort zone.