👋 Hi, I’m Anand.
5y in Full Stack Dev (Laravel + React + Inertia)
2y in Flutter Mobile Dev
I build SaaS platforms, CRMs, E-Commerce apps & APIs.
🚀 Looking to collaborate & take on new projects!
Vector search is great, but sometimes it returns noise because “semantic similarity” ≠ relevance. 🫠
Introducing Lexical Prefilters for MongoDB Vector Search.
Now you can use analyzed text or geo filters before the vector similarity step runs, so the search starts from a cleaner candidate set (as shown below 👇).
Cleaner context = Better RAG responses.
See the code pattern: https://t.co/Cdlqq2QWe7
Sponsored by @MongoDB
#MongoDB #RAG #VectorSearch
I've tried Livewire 4 single-file components for a while, for a few demo projects.
And.. realized that I don't like constantly scrolling up and down between Class and HTML parts.
Or is it just me? :)
Laravel pro tip.
Avoid duplicating password rules across your Laravel project (in register form, profile form, API, etc) by configuring them once with `Password::defaults()` in the service provider boot method.
Web Components.. I had read about it months ago... But now seeing it run on a browser sent me down a rabit hole reading about it ...
Started with
https://t.co/o0IsJx8Dyt
Then how React uses it...
https://t.co/fy6YHx68zS
The going through @syntaxfm@stolinski
https://t.co/cMmOTGPa7A
@ThePrimeagen
https://t.co/VL1B0E3oDo
I really loved going through these...
Gave quite a lot of insight over what Web Components are... Now time for some practical runs ...